@charset "UTF-8";
/* © Danielle Dansereau 2009 */

body{
	margin: 0px;
	border: 0px;
	background:#000000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
}
#fond{
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:594px;
}
#flash{
	position:absolute;
	left:0px;
	top:0px;
	float:left;
	left: 50%;
	top: 50%;
	width: 970px;
	height: 670px;
	margin-left: -485px;
	margin-top: -335px;
	
}


#footer {
	text-align: left;
	color: #f0f0f0;
	font-size: 9px;
}



#footer a, #footer a.hover, #footer a.active {
	color: #f0f0f0;
	font: 9px;
	text-decoration: none;
}