/* CSS Document */

body
{
   width: 1024px;
   margin: auto; /* Pour centrer notre page */
   margin-top: 00px; /* Pour éviter de coller avec le haut de la fenêtre du navigateur. Essayez d'enlever pour voir ! */
   margin-bottom: 00px;    /* Idem pour le bas du navigateur */
  /* background-image: url("images/fond.png"); /* Une petite image de fond pour éviter d'avoir un vieux fond blanc :p */
}
a { font-family:BankGothic Lt BT;
	color: #0033FF;
	text-decoration: none; 
}

a:hover {
	color: #5885B1;
}

#Layer1 {
	position:absolute;
	left:599px;
	top:189px;
	width:1024px;
	height:25px;
	z-index:1;
	background-color: #666666;
	overflow: visible;
}
#Layer2 {
	position:absolute;
	left:0px;
	top:25px;
	width:1024px;
	height:185px;
	z-index:2;
	background-color: #ffffff;
	overflow: hidden;
}
#Layer3 {
	position:absolute;
	left:0px;
	top:206px;
	width:200px;
	height:177px;
	z-index:3;
}
#Layer4 {
	position:absolute;
	left:200px;
	top:206px;
	width:574px;
	height:534px;
	z-index:4;
	background-color: #cccccc;
}
#Layer5 {
	position:absolute;
	left:774px;
	top:206px;
	width:250px;
	height:534px;
	z-index:5;
}
#Layer6 {
	position:absolute;
	left:0px;
	top:746px;
	width:1024px;
	height:40px;
	z-index:6;
	background-color: #EDEDED;
}
.element_menu
{
   width: 200px;
   height: 135px;
   
   
   padding-left: 45px;
  font-family: "Times New Roman", Times, serif;
   font-size: 14px;
   background-image: url("COMMISSION.jpg");
   background-repeat: no-repeat;
   
}
div#galerie {    
 width: 500px ;     background: #F7F7F7 ;     border: 1px solid #dcb ;     padding: 8px ;     margin: 8px 0px ;     text-align: center ;     font: 0.9em Georgia, serif ; 
 }
 
 ul#galerie_mini {  
    margin: 0 ;     padding: 0 ;     list-style-type: none ; }  ul#galerie_mini li {     float: left ;
	 }  
	 
ul#galerie_mini li a img {     
margin: 2px 1px ;     border: 1px solid #dcb ; 
}  

dl#photo {   
  clear: both ;     margin: 0 auto ; }  dl#photo dt {     font: italic 2.5em/1.5em Georgia, serif ;     color: #dcb ; 
  }  
 
 dl#photo dd { 
     margin: 0 ;
} 
	 
 dl#photo img {    
  border: 1px solid #dcb ;
   } 
   