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

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

#gauche {
	position:absolute;
	left:0;
	width:195px;
	height:634px;
	background-image:url('../img_numerologie/left.png');
	background-repeat:no-repeat;
	z-index: 1;
}

#centre {
	margin-left:193px;
	width:752px;
	height:634px;
	background-image:url('../img_numerologie/center.png');
	background-repeat:no-repeat;
	overflow:auto;
}

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

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