@charset "utf-8";

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

.bandeau{
	position:relative; 
	float:right;
	width:100%; 
	height:80px;
	background-color:#FFFFFF;
	background-image:url(/site/imagesCSS/logo2.jpg);
	background-position: 0px 10px;
	background-repeat: no-repeat;
}

.central{
	position:relative;
	float:left;
	width:100%;
	background-color:#FFFFFF;
}

.navigation{
	position:relative;
	float:left;
	font-size: 14px;
	width:230px;
	background-color:#FFFFFF;
	padding: 7px 0px 3px 0px;
}

.contenu{
	position:relative;
	float:left;
	width:670px;
	background-color:#FFFFFF;
}

.footer{
	position:relative; 
	float:left;
	width:900px;
	height:10px;
	margin-top:20px;
	margin-bottom:20px;
	background-color:#FFFFFF;
}