
/*-------------------------------------------------------------------------------------------------------------
                                           CSS version haut et bas dbit
---------------------------------------------------------------------------------------------------------------*/

body {
	background-color: #E8D5A8;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
}
h1{ font-size:12px;}
h2{ font-size:12px;}
/*----------------------------------------------------------------
						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; }


/*----------------------------------------------------------------
	Pour gérer une Zone en transparence (don't work on < ie 6)
------------------------------------------------------------------*/
#clqTransparent {
background-color: transparent!important;
background-color: #000000;
background-image: url(../img/fond_noir_transparent.png)!important;
background-image: url(../img/dot.gif);
}

/*----------------------------------------------------------------
				Insertion du flash + détection 
------------------------------------------------------------------*/
#flashcontent {
	text-align: center;
	/*margin-bottom: 30px;*/
}

#detectcontent {
	text-align: center;
	margin-top: 30px;
}
.detect {color: #000000; font-size: 10px; text-decoration:none; }	
.detect a:link, .detect a:visited {color: #000000; font-size: 10px; text-decoration:underline; }
.detect a:hover {color: #000000; font-size: 10px; text-decoration:none; }
 

/*----------------------------------------------------------------
						Mentions légales
------------------------------------------------------------------*/
#mentions {
	width: 520px;
	margin-top: 10px;
	padding: 15px;
	text-align: justify;
	border-style: solid; border-width: 1px; border-color: #FFFFFF;
	color: #000000; font-weight: normal; font-size: 11px; text-decoration:none;
	background-color: #FFFFFF;
}
#mentions a:link, #mentions a:visited {
	color: #005B88; font-weight: bold; font-size: 11px; text-decoration:none;
}
#mentions a:hover {
	color: #005B88; font-weight: bold; font-size: 11px; text-decoration:underline;
}


/*----------------------------------------------------------------
							Signature
------------------------------------------------------------------*/
#signature {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	padding: 0px;
	text-align: center;
	border: 0px;
	display:none;
}

#adresse { 
	color: #000000;
	font-size: 10px;
	text-decoration:none;
	text-align: center;
}
#adresse a:link, #adresse a:visited {
	color: #000000;
	font-size: 10px;
	text-decoration:none;
}
#adresse a:hover {
	color: #000000;
	font-size: 10px;
	text-decoration:underline;
}



/*-------------------------------------------------------------------------------------------------------------
                                           CSS version bas débit
---------------------------------------------------------------------------------------------------------------*/

#conteneur {
    position: relative;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	border: 0px;	
}
.nav{ background-color:#705C53; color:#CCCCCC; width:150px; height:20px; font-size:12px; display:block; text-decoration:none;}
.nav:hover{ background-color:#E8D5A8; color:#6666FF; width:150px; height:20px; display:block; text-decoration:none;}
.nav:active{ background-color:#E8D5A8; color:#6666FF; width:150px; height:20px; display:block; text-decoration:none;}

.navOn{ background-color:#E8D5A8; color:#6666FF; width:150px; height:20px; display:block; text-decoration:none;font-size:12px;}
.liens{ color:#6666FF; text-decoration:none;font-size:12px;}
.liens:hover{ color:#6666FF; text-decoration:underline;font-size:12px;}
.liens2{ color:#6666FF; text-decoration:none;font-size:9px;}

.titre{ color:#705C53; font-size:14px; font-weight:bold; font-style:italic;}
.txt{ color:#000000; font-size:12px; padding:5px 5px 5px 0px; text-align:right;}
.bando{ color:#705C53; font-size:12px; font-style:italic;}