body
{
background-image: url('images/bg.jpg');
margin: auto;
font-family: "Century Gothic", "Bookman Old Style", Tahoma, ;
background-color: #ffffff;
width: 100%;
text-align: center;
margin: auto;
}


.header
{
background-image: url('images/header_bg.png');
width:100%;
border-bottom: 1px solid #000000;
}


.contenu
{

}

.contact
{
float: right;
padding: 15px;
}

.contact a
{
color: #000000;
size: 12px;
}

.center
{
text-align: center;
margin: auto;
}


.img_galerie
{
border: 1px solid #000000;
border-radius: 5px; 

}

.image_minature
{
float: left;
width: 252px;
height: 270px;
margin: 22px;
text-align: center;
background-image: url('images/transparence_noir.png');
padding: 10px;
padding-bottom: 28px;
border: 1px solid #000000;
border-radius: 5px; 
box-shadow: 4px 4px 6px #342d1f;
}

.image_minature a
{
text-decoration:none;
font-size: 16px;
color: black;
font-weight: bold;
color: #9d7f54;
margin-top: 5px;
margin-bottom: 5px;
opacity:0.8;
}

.image_minature a:hover
{
opacity:1;
}


   
.titre
{

}
   
   
