body {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	background-image: url(images/fond2.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center top;
	margin: 0px;
	font-size: 14px;
}
.nav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-variant: small-caps;
	color: #FFF;
}

a:active {
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	text-decoration: none;
	font-size: 12px;
}
a:link {
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	text-decoration: underline;
	font-size: 12px;
}
a:visited {
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	text-decoration: underline;
	font-size: 12px;
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	text-decoration: underline;
	font-size: 12px;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
}
.coordonnees {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	background-image: url(images/fond_bas.jpg);
	background-repeat: no-repeat;
}
.affichage {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000;
}
.tabcntgh {
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #FFF;
	border-left-color: #FFF;
}
.tabcntbd {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
}

