#conteneur {
	position:relative;
	width:1024px;
	margin:0 auto;
}

#header {
	height:218px;
	background-image:url('../img/head.png');
	background-repeat:no-repeat;
}

#gauche {
	position:absolute;
	left:0;
	width:206px;
	height:468px;
	background-image:url('../img/left.png');
	background-repeat:no-repeat;
}

#centre {
	margin-left:206px;
	width:505px;
	height:468px;
	background-image:url('../img/center.png');
	background-repeat:no-repeat;
	overflow:auto;
}

#droite {
	position:absolute;
	right:0;
	width:313px;
	height:468px;
	background-image:url('../img/right.png');
	background-repeat:no-repeat;
}

#pied {
	height:82px;
	background-image:url('../img/foot.png');
	background-repeat:no-repeat;
}

