#conteneur {
	position:relative;
	width:1024px;
	margin:0 auto;
}
#header {
	height:82px;
	background-image:url('../img/head.png');
	background-repeat:no-repeat;
}

#logo
{
	height:61px;
	width:285px;
	margin-left:4px;
	margin-top:2px;
}
#flashTop
{
	position:absolute;
	top:0px;
	margin-left:295px;
}

#menuHaut
{
	position:absolute;
	top:60px;
	margin-left:560px;
	cursor:pointer;
	z-index:100;
}

#left {
	position:absolute;
	left:0;
	width:356px;
	height:456px;
	background-image:url('../img/left.png');
	background-repeat:no-repeat;
}

#bigCenterBlock {
	margin-left:356px;
	width:446px;
	height:456px;
	background-image:url('../img/center.png');
	background-repeat:no-repeat;
	overflow:auto;
}

#droite {
	position:absolute;
	top:82px;
	right:24px;
	width:198px;
	height:456px;
	background-image:url('../img/right.png');
	background-repeat:no-repeat;
}

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

