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

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




/*----------------------------------------------------------------
				Insertion du flash + détection 
------------------------------------------------------------------*/
#flashcontent {
	width: 100%;
	height: 100%;
	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; }