/* ------- PAGE ASSEMBLAGES ------- */
.survol {
	font-style: italic;
	text-align: center;
}
#centralgauche {
	position: absolute;
	top: 160px;
    left: 8px;
	width: 198px;
	z-index: 2;
}
#centralgauche a {
	float: left;
	margin: 0px;
	padding: 0px;
	border: 0px;
}
#centralgauche a:hover {
	background: none;
}
#centralgauche a span {
	display: none;
}
#centralgauche a:hover span {
	display: block;
	position: absolute;
	top: -35px;
	left: 185px;
	width: 600px;
  	height: 400px;
	border: 0px solid #D3B88F;
	padding: 0px;
}
.justif {
	text-align: justify;
}


#centralbas {
    position: absolute;
    display: inline;
    top: 580px;
    left: 8px;
    width: 990px;
    z-index: 2;
}
#centralbas a {
    float: left;
    margin: 0px;
    padding: 0px;
    border: 0px;
}
#centralbas a:hover {
    background: none;
}
#centralbas a span {
    display: none;
}
#centralbas a:hover span {
    display: inline;
    position: absolute;
    top: -455px;
    left: 180px;
    width: 600px;
/*    height: 310px;*/
    border: 0px solid #D3B88F;
    padding: 0px;
}



#centraldroite {
    display: block;
    position: absolute;
    top: 20px;
    width: 198px;
    left: 797px;
    z-index: 2;
}
#centraldroite a {
    float: right;
    margin: 0px;
    padding: 0px;
    border: 0px;
}
#centraldroite a:hover {
    background: none;
}
#centraldroite a span {
    display: none;
}
#centraldroite a:hover span {
    display: block;
    position: absolute;
    top: 95px;
    left: -605px;
    width: 258px;
/*    height: 310px;*/
    border: 0px solid #D3B88F;
    padding: 10px;
}



#centralhaut {
    position: absolute;
    display: inline;
    top: 20px;
    left: 291px;
    width: 800px;
    z-index: 2;
}
#centralhaut a {
    float: left;
    margin: 0px;
    padding: 0px;
    border: 0px;
}
#centralhaut a:hover {
    background: none;
}
#centralhaut a span {
    display: none;
}
#centralhaut a:hover span {
    display: inline;
    position: absolute;
    top: 105px;
    left: -96px;
    width: 600px;
/*    height: 310px;*/
    border: 0px solid #D3B88F;
    padding: 0px;
}
