#conteneur {
	position:relative;
	width:1280px;
	margin:0 auto;
}

#header {
	height:419px;
	background-image:url('../img/head.png');
	background-repeat:no-repeat;
}

#gauche {
	position:absolute;
	left:0;
	width:378px;
	height:403px;
	background-image:url('../img/left.png');
	background-repeat:no-repeat;
	visibility: visible;
	z-index: 2;
}

#centre {
	margin-left:378px;
	width:739px;
	height:403px;
	background-image:url('../img/center.png');
	background-repeat:no-repeat;
	overflow:auto;
}

#droite {
	position:absolute;
	right:0px;
	width:163px;
	height:403px;
	background-image:url('../img/right.png');
	background-repeat:no-repeat;
	visibility: visible;
	z-index: 8;
}

#pied {
	height:198px;
	background-image:url('../img/foot.png');
	background-repeat:no-repeat;
}
