body
{
   width: 760px;
   margin: auto; 
   background-color:rgb(198,184,152);
   color: black;
}


#en_tete
{
   width: 350px;
   position: absolute;
   top: 20px;
   left: 30px;
   font-size: 42px;
   font-family:"papyrus LET", arial, serif;
   color:rgb(110,40,77);
   background-color:rgb(198,184,152);
}

#corps
{
   position: absolute;
   top: 90px;
   left: 220px;
   width:70%;
   background-color: rgb(110,40,77);
   color:#C6B898;
   padding-left: 12px;
   padding-right: 12px;
}


#menu
{
  position:absolute;
top:112px;
left:20px;
width: 142px; /* Très important : donner une taille au menu */
}

#bouche
{
position: absolute;
top: 300px;
left: 300px;
}

a
{
 text-decoration: none;
 color:rgb(198,184,152);
 background-color:rgb(110,40,77);
 font-weight: bold;
 }
 
 a:hover
 {
 color:rgb(78,28,55);
 background-color:rgb(110,40,77);
 }
 
 p
{
   font-family: arial, serif;
   font-size: 18px;
}

.element_menu
{
	color:rgb(198,184,152);
   background-color:rgb(110,40,77);
   padding-left: 10px;
}

p a
{
color:rgb(139,51,102);
background-color: rgb(110,40,77);
}

p a:hover
{
color:rgb(78,28,55);
background-color: rgb(110,40,77);
}

#pied_de_page
{
color: black;
background-color:rgb(198,184,152);
position: absolute;
left: 5px;
bottom: 3px;
top:500px;
 font-size: xx-small;
 padding: 3px;
 font-family:"comic sans MS", serif;
 width: 110px;

}
#pied_de_page a
{
color:rgb(139,51,102);
background-color:rgb(198,184,152);
}