/*-------------------------------------------------------------------------------------------------------------
                                           CSS version haut et bas débit
---------------------------------------------------------------------------------------------------------------*/

body {
	background-color: #66cc33;/*couleur de fond de la page*/
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	background-image:url(../img/fond.jpg); background-repeat:repeat-x;
}

/*----------------------------------------------------------------
						CHTEUMEULEU
------------------------------------------------------------------*/
.nav{ text-align:center; vertical-align:bottom; padding:0px 0px 5px 0px;}
.navOff{ color:#000000; font-family:Georgia, "Times New Roman", Times, serif; font-size:14px; text-decoration:none; font-style:italic;}
.navOff:hover{color:#66CC33}
.navOn{ color:#66cc33; font-family:Georgia, "Times New Roman", Times, serif; font-size:14px; text-decoration:none; font-style:italic;}
.adresse { 	color: #000000;	font-weight: bold;font-size: 10px;text-decoration:none; text-align:center;}
.adresse:hover { 	color: #000000;	font-weight: bold;font-size: 10px;text-decoration:none;}
.txt{ color:#000000; font-size:12px; vertical-align:top; padding:0px 0px 0px 5px;}
.titre{ color:#66CC33; font-size:16px; font-weight:bold;font-family:Georgia, "Times New Roman", Times, serif;}
.tablo{padding:50px 0px 0px 0px;}

/*----------------------------------------------------------------
						Css génériques
------------------------------------------------------------------*/
.texteagauche { text-align:left; }
.texteadroite { text-align:right; }
.texteaumilieu { text-align:center; }
.floatagauche { float:left; }
.floatadroite { float:right; }
.stopfloat { clear:both; }


/*----------------------------------------------------------------
				Insertion du flash + détection 
------------------------------------------------------------------*/
#flashcontent {
	text-align: center;
}

#detectcontent {
	text-align: center;
}
.detect {color: #71B1C2; font-weight: bold; font-size: 10px; text-decoration:none; }	
.detect a:link, .detect a:visited {color: #71B1C2; font-weight: bold; font-size: 10px; text-decoration:none; }
.detect a:hover {color: #000000; font-weight: bold; font-size: 10px; text-decoration:underline; }
 

/*----------------------------------------------------------------
						Mentions légales
------------------------------------------------------------------*/
#mentions {
	width: 520px;
	margin: 10px;
	padding: 15px;
	text-align: justify;
	border-style: solid; border-width: 1px; border-color: #66CC33;
	background-color: #FFFFFF;
	color: #000000; font-weight: normal; font-size: 11px; text-decoration:none;
}
#mentions a:link, #mentions a:visited {
	color: #66CC33; font-weight: bold; font-size: 11px; text-decoration:none;
}
#mentions a:hover {
	color: #000000; font-weight: bold; font-size: 11px; text-decoration:underline;
}


/*----------------------------------------------------------------
							Signature
------------------------------------------------------------------*/
#signature {
	width: 100%;
	margin-top: 10px;
	text-align: center;
}

#adresse { 
	color: #66CC33;
	font-weight: bold;
	font-size: 10px;
	text-decoration:none;
}
#adresse a:link, #adresse a:visited {
	color: #66CC33;
	font-weight: bold;
	font-size: 10px;
	text-decoration:none;
}
#adresse a:hover {
	color: #000000;
	font-weight: bold;
	font-size: 10px;
	text-decoration:underline;
}