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

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

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

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

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

#pied {
	height:85px;
	background-image:url('../img/foot.png');
	background-repeat:no-repeat;
}
#infos
{
	position:absolute;
	top:0px;
	right:0px;
	width:0px;
	height:0px;
}
