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

body {
	background-color: #c5c5c5;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 17px;
	color: #7D4520;
	
}




/*----------------------------------------------------------------
				Insertion du flash + détection 
------------------------------------------------------------------*/
#flashcontent {
	text-align: center;
}

#detectcontent {
	text-align: center;
}
.detect {color: #000000; font-weight: normal; font-size: 10px; text-decoration:none; }	
.detect a:link, .detect a:visited {color: #000000; font-weight: normal; font-size: 10px; text-decoration:underline; }
.detect a:hover {color: #B40B47; font-weight: normal; font-size: 10px; text-decoration:none; }
 
 
 
#soboost {
	position:absolute;
	z-index:100;
	width: 100%;
	text-align: center;
	margin-top: 0px;
	color: #b1b1b1;
	font-weight: normal;
	font-size: 10px;
}

#soboost a{
	width: 100%;
	text-align: center;
	margin-top: 10px;
	color: #b1b1b1;
	font-weight: normal;
	font-size: 10px;
	text-decoration:none;
}

#soboost a:hover{
	width: 100%;
	text-align: center;
	margin-top: 10px;
	color: #8b8b8b;
	font-weight: normal;
	font-size: 10px;
	text-decoration:underline;
}


