#conteneur {
	position:relative;
	width:1024px;
	margin:0 auto;
}

#header {
	height:195px;
	background-image:url('../img/head.png');
	background-repeat:no-repeat;
}

#gauche {
	position:absolute;
	left:0;
	width:232px;
	height:485px;
	background-image:url('../img/left.png');
	background-repeat:no-repeat;
	z-index: 2;
}

#centre {
	margin-left:232px;
	width:558px;
	height:485px;
	background-image:url('../img/center.png');
	background-repeat:no-repeat;
	overflow:auto;
}

#droite {
	position:absolute;
	right:0;
	width:234px;
	height:485px;
	background-image:url('../img/right.png');
	background-repeat:no-repeat;
	z-index: 3;
}

#pied {
	height:88px;
	background-image:url('../img/foot.png');
	background-repeat:no-repeat;
}

