/*-------------------------------------------------------------------------------------------------------------
                                           CSS version haut et bas débit
---------------------------------------------------------------------------------------------------------------*/

body {
	background-color: #006600;/*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;
}

/*----------------------------------------------------------------
						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: #99CC00; font-weight: bold; font-size: 10px; text-decoration:none; }	
.detect a:link, .detect a:visited {color: #FFFFFF; font-weight: bold; font-size: 10px; text-decoration:none; }
.detect a:hover {color: #FFFFFF; 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: #003E1F;
	background-color: #FFFFFF;
	color: #003E1F; font-weight: normal; font-size: 11px; text-decoration:none;
}
#mentions a:link, #mentions a:visited {
	color: #99CC00; font-weight: bold; font-size: 11px; text-decoration:none;
}
#mentions a:hover {
	color: #003E1F; font-weight: bold; font-size: 11px; text-decoration:underline;
}


/*----------------------------------------------------------------
							Signature
------------------------------------------------------------------*/
#signature {
	width: 100%;
	margin-top: 10px;
	text-align: center;
}

#adresse { 
	color: #EEE8D2;
	font-weight: bold;
	font-size: 10px;
	text-decoration:none;
}
#adresse a:link, #adresse a:visited {
	color: #99CC00;
	font-weight: bold;
	font-size: 10px;
	text-decoration:none;
}
#adresse a:hover {
	color: #99CC00;
	font-weight: bold;
	font-size: 10px;
	text-decoration:underline;
}
.tetiere{ font-size:9px; font-family:Arial, Helvetica, sans-serif; font-style:italic; color:#66CC00;}
.vertclair{ background-color:#66CC00; text-align:center; height:400px;}
.nav{ background-color:#66CC00; text-align:center;}
.navOff{ color:#ffffff; background-color:#006600;font-size: 12px;text-decoration:none;}
.navOff:hover{ color:#ffffff; background-color:#3C823C;font-size: 12px;text-decoration:none;}
.navOn{ color:#ffffff; background-color:#3C823C;font-size: 12px;text-decoration:none;}
.nav1On{ color:#212E3A; background-color:#99CC00;font-size: 12px;text-decoration:none;}
.txt{ color:#006600; font-size:10px;background-color:#66CC00; padding:10px 0px 0px 10px; vertical-align:top;}
a.txt{color:#006600;}
.carton{ color:#FFCC00; font-weight:bold; font-size:10px; text-decoration:none;}
a.carton{ color:#FFCC00; font-weight:bold; font-size:10px; text-decoration:none;}
.lien{color:#006600;}
a.lien{color:#006600;}
