body
{
   width: 760px;
   margin: auto;
	color: black;   
   background-color:rgb(123,47,76);  
}

a
{
 text-decoration: none;
 color:rgb(198,184,152);
 background-color:rgb(110,40,77);
 font-weight:bold;
 }
 a img
 {
 border: none;
 }
 
 a:hover
 {
 color:rgb(78,28,55);
 background-color:rgb(110,40,77);
 }

#en_tete
{
   width: 500px;
   position: absolute;
   top: 17px;
   left: 100px;
   padding-left: 40px;
   padding-top: 12px;
   color:#C6B898;
   background-color:rgb(123,47,76);
   font-size: 42px;
   font-family:"papyrus LET", arial, serif;
}

#corps
{
position: absolute;
top:90px;
left:220px;
width:72%;
font-size: 18px;
padding: 12px;
}
#xiti-logo
{
position:absolute;
top:650px;
left: 25px;
bottom: 3px;
}
#menu
{
 position:absolute;
top:112px;
left:20px;
width: 142px; /* Très important : donner une taille au menu */


}

.oreille
{
float:right;
margin-bottom:3px;
margin-top:5px;
}


p
{
font-family: arial, serif;
color:rgb(198,184,152);
background-color:rgb(123,47,76);
}



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


   
p a
{
color:rgb(78,28,55);
background-color:rgb(123,47,76);
}
p a:hover
{
color:rgb(78,28,55);
background-color:rgb(123,47,76);
}

#pied_de_page
{
color: black;
background-color:rgb(123,47,76);
position: absolute;
bottom: 3px;
left: 5px;
top:520px;
 font-size: xx-small;
 padding: 3px;
 font-family:"comic sans MS", serif;
 width: 120px;

}
#pied_de_page a
{
color:rgb(78,28,55);
background-color:rgb(123,47,76);
}