#conteneur {
	position:relative;
	width:850px;
	margin:0 auto;
}

#header {
	height:339px;
	background-image:url('../img/head.png');
	background-repeat:no-repeat;
}

#gauche {
	position:absolute;
	left:0;
	width:185px;
	height:444px;
	background-image:url('../img/left.png');
	background-repeat:no-repeat;
	z-index: 4;
}

#centre {
	margin-left:185px;
	width:646px;
	height:444px;
	background-image:url('../img/center.png');
	background-repeat:no-repeat;
	overflow:auto;
}

#droite {
	position:absolute;
	right:0px;
	width:19px;
	height:444px;
	background-image:url('../img/right.png');
	background-repeat:no-repeat;
	z-index: 5;
	top: 339px;
}

#pied {
	height:122px;
	background-image:url('../img/foot.png');
	background-repeat:no-repeat;
}

