@charset "utf-8";

/*---------------------- Position level 1 ------------------------*/

.header{
	position:relative; 
	float:right;
	border-bottom: 3px solid #d42926;
	width:100%; 
	background-color:#333333;
}

.bandeau{
	position:relative; 
	float:right;
	width:100%; 
	height:172px;
	margin-top:20px;
	margin-bottom:50px;
	background-image:url(../images/logo.gif);
	background-repeat: no-repeat;
	background-position: center center;
	background-color:#FFFFFF;
}

.fondBlanc{
	position:relative; 
	float:right;
	width:100%;
	min-height:560px;
	background-color:#FFFFFF;
	padding:0px 0px 30px 0px;
}

.content{
	margin-left: auto; 
	margin-right: auto;
	width:809px;
}

.footer{
	position:relative; 
	float:right;
	text-align:right;
	border-top: 2px solid #d42926;
	width:100%;
	height:100%;
	padding: 10px 10px 10px 10px;
	background-color:#333333;
}
