body{
margin:0;
padding:0;
font-size:11px;
font-family: verdana; 
color:#727474;
background-color:#dcdbe8;
}

#header {
width:100%;
background-image:url(pic/header.jpg);
height:127px;
margin:0px;
}

#sousheader {
width:100%;
background-image:url(pic/sousheader.jpg);
height:131px;
margin:0px;
}

#logo {
width:420px;
height:127px;
background-image:url(pic/logo.jpg);
margin-left:15%;
}

#menu{
height:258px;
width:200px;
margin-right:15%;
float:right;
margin-top:-190px;
}

#corps {
width:100%;
background:#f3f4f9;
background-image:url(pic/corps.jpg);
background-repeat: repeat-x;
}

#galerie {
width:800px;
margin:auto;
margin-top:-50px;
}

#footer {
width:600px;
margin:auto;
}

#bottom {
width:100%;
height:79px;
background-image:url(pic/footer.jpg);
text-align:center;
clear:both;
}


a {
color:#3c3d31;
border:none;
}
a:hover{
color:green;
border:none;
}
img{ border: none; margin:0px;padding:0px; }

