@charset "utf-8";
html, body{
	background-color:#8d969c;
	height: 100%;
	background-image:url(images/fond.jpg);
	background-repeat: repeat-x;
	background-position: 50%;
	text-align: center;
}


.centre{
text-align: center;
height: 100%;
	width: 990px;
	/*background-color: #FFFFFF;*/
	margin-left: auto;
	margin-right: auto;
	right: auto;
}


.gauche{
margin-top:10%;
float:left;
width:400px;

}
.droit{
padding-left:20px;
margin-top:10%;
float:left;
width:450px;
color: #FFFFFF;
}
.contenu_droit{
margin-left:8px;
float:left;
width:450px;
background-color: #FFFFFF;
height:440px;
}
.reflet_gauche{
float:left;
width:400px;

}
.reflet_droit{
margin-top:3px;
float:left;
width:450px;

}

#flashcontent {
width: 450px;
height: 425px;

}


.footer{
margin-left:auto;
margin-right:auto;
height:20px;
	width:200px;
	text-align:center;
	margin-bottom: 80px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: lighter;
	color: #ffffff;
}


.footer a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;
	text-decoration: none;
}
.footer a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
}