#conteneur {
	position:relative;
	width:1024px;
	margin:auto;
 

}

#header {
	height:218px;
	background-image:url('../img/head.png');
	background-repeat:no-repeat;
}

#gauche {
	position:absolute;
	left:0;
	width:133px;
	height:501px;
	background-image:url('../img/left.png');
	background-repeat:no-repeat;
	z-index: 2;
}

#centre {
	margin-left:132px;
	width:625px;
	height:501px;
	background-image:url('../img/center.png');
	background-repeat:no-repeat;
	overflow:auto;
}

#droite {
	position:absolute;
	right:0;
	width:267px;
	height:501px;
	background-image:url('../img/right.png');
	background-repeat:no-repeat;
	z-index: 3;
}

#pied {
	height:50px;
	background-image:url('../img/foot.png');
	background-repeat:no-repeat;
}

