@charset "utf-8";
/* CSS Document */
html, body {
	background-image:url(img/fond.jpg); 
	background-repeat:repeat-x; 
	background-position:top; 
	background-color:#70c9ed;
	font-family: Arial, Helvetica, sans-serif;
	height: 100%;
	margin: 0;
	padding: 0;
}
#div_flash {
	height: 100%;
	font-family:arial;
	font-size:12px;
}
.index_flash {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	text-decoration:none;
}
.index_flash a:link, .index_flash a:visited {
	font-weight:bold;
	color: #333333;
	text-decoration:none;
}	
.index_flash a:hover {
	color: #000000;
	text-decoration:none;
}
h1 {
	color:#8A9922;
	font-size:16px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;

}
h2 {
	color:#8A9922;
	font-size:14px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

.nav {
	font-family: "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight:bold;
	color: #553030;
	text-decoration: none;
}
.nav a:link, .nav a:visited {
	color: #8A9922;
	text-decoration: none;
}
.nav a:hover {
	color: #CB804E;
	text-decoration: none;
}
.navoff {
	text-decoration: none;
	color: #CB804E;
}
.adresse {
	color: #999999;
	font-weight: normal;
	font-size: 10px;
	text-decoration:none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.adresse a:link, .adresse a:visited {
	color: #999999;
	text-decoration: none;
	font-weight: bold;
}
.adresse a:hover {
	color: #D63C3F;
	font-weight: bold;
	text-decoration:none;
}

.mentions {
	color: #000000;
	text-align: justify;
	font-weight: normal;
	font-size: 11px;
	text-decoration:none;
	font-family: Arial, Helvetica, sans-serif;
}
.mentions a:link, .mentions a:visited {
	color: #666666;
	font-weight: bold;
	text-decoration:none;
}
.mentions a:hover {
	color: #000000;
	font-weight: bold;
	text-decoration:underline;
}

.absmiddle {
	vertical-align:middle;
	margin-bottom:.25em;
	border:0px;
}
