@charset "utf-8";

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

.allContent{
	position:relative; 
	float:right;
	width:1219px;
	background-image:url(/dev/Asphaltissimo/imagesCSS/fond.jpg);
	background-repeat: no-repeat;
	background-position: top right;
}
*/

.header{
	position:relative; 
	float:left;
	width:1000px; 
	height:100%;
	margin-bottom:7px;
	background-image:url(/site/imagesCSS/fondGris.png);
	background-repeat: repeat;
}

.bandeau{
	position:relative; 
	float:left;
	width:1000px; 
	height:165px;
	margin-bottom:7px;
	background-image:url(/site/imagesCSS/fondGris.png);
	background-repeat: repeat;
}

.central{
	position:relative;
	float:left;
	margin-bottom:7px;
	width:100%; 
}

.menu{
	position:relative;
	float:left;
	width:193px;
	height:329px;
	margin-right:7px;
	background-image:url(/site/imagesCSS/fondMenu.png);
	background-repeat: no-repeat;
}

.content{
	position:relative;
	float:left;
	width:780px;
	min-height:336px;
	padding: 10px 10px 0px 10px;
	background-image:url(/site/imagesCSS/fondGris.png);
	background-repeat: repeat;
	
}

.footer{
	position:relative; 
	float:left;
	width:1000px;
	background-image:url(/site/imagesCSS/fondGris.png);
	background-repeat: repeat;
}

