/*STYLE CSS*/

body {
background: #c1ba93;
padding:0;
margin:0;
font-family: Verdana;
font-size: 13px;
}

#conteneur{
background: url(images/bg_conteneur.png);
height: 591px;
width: 784px;
position:absolute;
left: 50%; 
top: 50%;
margin-top: -295px; /* moitié de la hauteur */
margin-left: -382px; /* moitié de la largeur */
}

.menu{
color: #f5f1dc;
margin-left: 200px;
margin-top: 30px;
}

.menu a{
color: #f5f1dc;
text-decoration: none;
}

.menu a:hover{
color: #ffffff;
text-decoration: none;
}

.titre{
font-size: 22px;
color: #f5f1dc;
background: #958347;
padding-left:10px;
margin-top: 40px;
margin-right: 6px;
width: 340px;
float: right;
}

.contenu{
clear: both;
width: 430px;
float: right;
margin-top: 25px;
padding-right: 15px;
padding-left: 15px;
color: #594e28;
}

.footer{
margin-top: 545px;
text-align: center;
font-size: 10px;
color: #989067;
}

.footer a{
color: #989067;
text-decoration: none;
}

.footer a:hover{
color: #fff;
text-decoration: none;
}