* {
  padding: 0;  
  margin: 0;
  text-indent: 0;
}
body {
font: 14px verdana, sans-serif;
/*text-align:center;*/
background: #cccccc;
/*float:center;*/
margin: 10px 0 ;
        padding: 0 ;
        text-align: center ;
}


DIV#conteneur{
        width: 860px ;
        margin: 0 auto ;
        text-align: left ;
        /*border: 2px solid #000000 ;*/
         background:  url("images/fondblanc.png") ;
}

DIV#contenu {
         margin-left : 140px;
         width:720px; 
        height:650px;    
}

DIV#center h1{
       display:none;
}


DIV#contenu DIV#placement {
      position : relative;
      height : 400px;
      z-index : 500;
}

DIV#contenu DIV#placement DIV#titre{
       position:absolute;
       top:0px;
       right:20px;
       width:270px;
       color:#CC0033;
}

DIV#contenu DIV#placement DIV#centre {
        display : block;
        
       }


DIV#contenu DIV#placement DIV#centre div#galerie
{
       	width : 420px;
	margin-left: 30px ;
        padding-top : 15px;
	text-align: center ;
	font: 0.9em Georgia, serif ;
        border-right : 1px solid #cccccc;
        background : #ffffff;
}

ul#galerie_mini
{
        margin-left: 30px;
        padding : auto;
        text-align: center ;
	list-style-type: none ;
        border-bottom : 2px solid #cccccc;
        border-right : 1px solid #cccccc;
        background : #ffffff;
        height : 31px;
        width : 420px;
        
}

ul#galerie_mini li
{
	
        float: left ;
}  


ul#galerie_mini span
{
       display : none;
}
dl#photo
{
	clear: both ;
	margin: 0 auto ;
}

dl#photo dt
{

/*border:2px solid #cccccc;*/
color : #006666;
/*background : url("images/degradegris.png");*/

}

dl#photo dd
{
	margin: 0 ;
}

dl#photo img
{
	border: 1px solid #dcb ;
}
A#signature {
  font-size : 10px;
  color: #000000;
  font-weight: bold;
  height : 30px;
  margin-left : 15px;
}


