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

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

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

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

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

}

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

