html{
margin:0px;
padding:0px;
background-color:#CCC3A7;
}
#page{
background-color:white;
background-image:url('img/fond.png');
width:1064px;
height:1168px;
margin:00 auto;
}
#menu{
background-image:url('img/menu.png');
width:1064px;
height:63px;
margin-bottom:30px;
}
#menu ul{
margin:0;
padding:0px;
padding-top:17px; /* Marge texte menu */
 }
#menu li,#menu li a{
display:inline;
font-size:18px;
color:#F0B300;
}

#corps{
background-color:white;
width:900px;
height:800px;
margin:00 auto;
}
#img_accueil{
margin-left:64px;
/* 900-836 = 64px  TAILLE CORPS - TAILLE IMAGE*/
}


#m1{
margin-left:30px;
}
#m2{
margin-left:60px;
}
#m3{
margin-left:95px;
}
#m4{
margin-left:90px;
}
#m5{
margin-left:50px;
}

#contenu_bas{
background-color:#3F3F3F;
height:100px;
margin-top:-4px;

}
#bas p{
margin:0px;
padding:0px;
text-align:center;
padding-top:35px;
}
.vert{
color:green;
}
#bas p a{
text-decoration:none;
color:black;
}



/* Style contenu */
h1{
color:#2caa09;
border-top:0px;
border-bottom:1px;
border-right:0px;
border-left:0px;
border-style:solid;
}

li a{
text-decoration:underline;
color:black;
}
.titre{
background-color:#2caa09;
color:white;
font-size:22px;
margin:00 auto;
text-align:center;
font-weight:bold;
border-color:black;
border:2px;
border-style:solid;
width:500px;
}
.gras{
font-weight:bold;
}
.dl{
border:none;
width:100px;
}

