@charset "utf-8";
/* CSS Document */
html, body{
	margin:0px;
	padding:0px;
}
a{
	text-decoration:none;
	color:#ffffff;
}
div#back{
	width:100%;  
	position:relative;
	background-image:url(../fond.jpg);
	background-position:center;
	margin-left:auto;
	margin-right:auto;
}
div#flash{
	width:955px;
	height:709px;
	margin-left:auto;
	margin-right:auto;
}
div#footer{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#ffffff;
	width:100%;
	text-align:center;
}


