body {
margin: 10 0;
padding: 0;
text-align: center ;
background: #5f294f;
font: 0.8em Verdana, helvetica, sans-serif ;
}

#conteneur {
position: relative; /* on positionne le conteneur */
width: 785px; 
height: 465px; 
text-align:left;
margin: 0 auto;
background: #fff;
border: 1px solid #fff;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    -khtml-border-radius: 6px;
	border-radius: 6px;
	behavior: url(script/border-radius.htc);
    -moz-box-shadow: 0 0 6px #5f294f;  
  -webkit-box-shadow: 0 0 6px #5f294f;
}
#premierbloc {
		 width: 765px;
		 height: 325px;
		 padding: 0px;
		 margin: 10px 10px 0 10px;
		 background: #fff;
		 border-radius: 6px;
	behavior: url(script/border-radius.htc);
	}		 
#diaporama {
float:left;
width:450px;
height: 325px;
background: #fff;
margin-right: 5px;

    
	}
	
#diaporama IMG {
    position:absolute;
    z-index:8;
}

#diaporama IMG.active {
    z-index:10;
}

#diaporama IMG.last-active {
    z-index:9;
}

 #edito {
 float:left;
 width: 310px;
 height: 322px;
 max-height: 325px;
 background: #917b4c;
 margin: 0;
 padding: 0;
 }
 
 #edito p {
 text-align: justify;
 padding: 0px;
 margin: 10px 20px 10px 20px;
 color: #E2DAC7;
 }
 p.gras {
 font-weight: bold;
 }
#transition {
text-align: center;
}
#edito IMG {
width: 10px;
}
 #basdepage {
 background : #959F39;
 width:765px;
 height: 115px;
 padding: 0;
 margin: 5px 10px 5px 10px;
 }
 #basdepage ul {
 float: left;
 width: 300px;
 height: 100px;
 margin-left: 30px;
 padding: 0;
 font: 1.4em Calibri, helvetica, sans-serif ;
 list-style-type: none;
  }
 #basdepage ul li{
background-image: url(../visuels/liste1.jpg);
background-repeat: no-repeat;
background-position: 0 0.4em;
padding-left: 1.7em;
padding-top: 0.6em;
padding-bottom: 0.5em;
color : #E3E7BD;
 }
#image img {
float: left;
margin: 10px 0px 0px 120px;
}
 
 a {
 text-decoration: none;
 color : #E3E7BD;
 font: 1em Calibri, helvetica, sans-serif ;
 }
 #copyright {
 margin-top: 15px;
 text-align: right;
 color : #ffffff;
 }
 
