/* CSS Document */

<style type="text/css">
 
/* CSS issu des tutoriels css.alsacreations.com */
body {
margin: 0;
padding: 0;
background: white;
font: 80% verdana, arial, sans-serif;
}
dl, dt, dd, ul, li {
margin: 0;
padding: 0;
list-style-type: none;
}
#menu {
	position: absolute;
	top: 125px;
	left: 20px;
	z-index:100;
	width: 1030px;
	height: 38px;
}
}
body {
	height: 100%;
}
#menu dl {
float: left;
width: 7em;
}
#menu dt {
cursor: pointer;
height: 80%;
text-align:center;
font-weight: bold;
background: #75ACAC;/* Couleur des rectangles menu horizontal */
border: 0px solid gray;/* epaisseur de la bordure des rectangles */
margin: 0px;/* Séparation entre les rectangles */
}
#menu dd {/* Rectangles liens */
display: none;

border: 1px solid gray;
}
#menu li {
text-align: center;
background: #B6D3D3;/* Couleur du fond des rectangles lien*/
}
#menu li a, #menu dt a {
color: #000;/* Couleur du texte des  liens */
text-decoration: none;
display: block;
height: 100%;
border: 1 none;
}
#menu li a:hover, #menu dt a:hover {
background: #eee;/* Couleur du fond des rectangles lien quand ils sont survolés*/
}
#PhotoCentrale {
position:absolute;
 width:763px;
  height:121px;
   z-index:5;
    left: 45px;
	 top:2px;
	 }
	 #PhotoDroite {
	 position:absolute;
	  width:137px;
	   height:115px;
	    z-index:4;
		 left: 42px;
		  top: 32px;
		  }
#PhotoGauche {
	position:absolute;
	width:108px;
	height:115px;
	z-index:6;
	right: 815px;
	top: -12px;
	left: 740px;
	 }
#site {
position: absolute;
z-index: 1;
top : 70px;
left : 10px;
color: #000;
background-color: #ddd;
padding: 5px;
border: 1px solid gray; 
}

.mentions {
position: absolute;
top : 300px;
left : 0px;
color: #000;
background-color: #ddd;
}
.Style4 {font-size: 18px}

</style>

