
/*-------------------------------------------------------------------------------------------------------------
                                           CSS version haut et bas débit
---------------------------------------------------------------------------------------------------------------*/

body {
	background-color: #FFFFFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #39302D;
}


#general{
	margin:0px auto;
	padding:0px;
	width:100%;
}

#content{
	margin:0 auto;
	padding:0;
	width:900px;
}



/*----------------------------------------------------------------
						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; }

.texte {color: #000000; font-weight: normal; font-size: 14px; text-decoration:none; line-height: 12px; }
.texte hover {color: #000000; font-weight: normal; font-size: 14px; text-decoration:none; line-height: 12px; }


/*----------------------------------------------------------------
	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;
}

#detectcontent {
	text-align: center;
}

.detect {color: #111111; font-weight: normal; font-size: 11px; text-decoration:underline; }
.detect:hover {color: #888888; text-decoration:underline; }
 

/*----------------------------------------------------------------
						Mentions légales
------------------------------------------------------------------*/
#mentions {
	width: 520px;
	margin-top: 10px;
	padding: 15px;
	text-align: justify;
	border-style: solid; border-width: 1px; border-color: #7D4520;
	color: #4C130D; font-weight: normal; font-size: 11px; text-decoration:none;
	background-color: #FFFFFF;
}
#mentions a:link, #mentions a:visited {
	color: #AE2114; font-weight: bold; font-size: 11px; text-decoration:none;
}
#mentions a:hover {
	color: #4C130D; font-weight: bold; font-size: 11px; text-decoration:underline;
}


/*----------------------------------------------------------------
							Signature
------------------------------------------------------------------*/
#signature {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-top:40px;
	text-align: center;
	border: 0px;
}

#adresse { 
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	padding-top:20px;
	color: #111111;
	font-weight: normal;
	font-size: 12px;
	text-decoration:none;
}

.adresse { color: #111111; font-weight: normal; font-size: 12px; text-decoration:underline; }
.adresse:hover { color: #888888; text-decoration:underline; }

#presentation {
	width: 800px;
	padding-top:40px;
	text-align: justify;
	color: #999999; font-weight: normal; font-size: 11px; text-decoration:none;
}
.presentation {
	color: #999999; font-weight: bold; font-size: 11px; text-decoration:underline;
}
.presentation:hover {
	color: #111111; font-weight: bold; font-size: 11px; text-decoration:underline;
}



#soboost {
	position:absolute;
	display: none;
	z-index:100;
	width: 100%;
	text-align: center;
	margin-top: 0px;
	color: #b1b1b1;
	font-weight: normal;
	font-size: 11px;
}

.soboost { color: #b1b1b1; font-weight: normal; font-size: 11px; text-decoration:none; }
.soboost:hover { color: #8b8b8b; text-decoration:underline; }

