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


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

#corps
{
   position: absolute;
   top: 120px;
   padding-bottom: 30px;
   left: 200px;
   width: 70%;
   font-family:arial, serif;
   
}

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

#xiti-logo
{
position:absolute;
top:920px;
left: 25px;
bottom: 3px;
}

.oeil
{
float: right;
margin-top:50px;
margin-right:10px;
margin-left:50px;
}

#scene
{
position: absolute;
top: 550px;
left:20px;
}

#piano
{
position: absolute;
top: 630px;
left:640px;
}

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

 #corps a
{
 text-decoration: none;
color:rgb(139,51,102);
background-color:rgb(198,184,152);
}
 

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

h2
{
   font-variant: small-caps;
}

.vert
{
color: rgb(0,79,71);
background-color:rgb(198,184,152);
font-family:"papyrus LET", arial, serif;
}

.rose
{
color: rgb(153,51,102);
background-color:rgb(198,184,152);
font-family: "papyrus LET", arial, serif;
}
.rouge1
{
color: rgb(185,5,10);
background-color:rgb(198,184,152);
}
.rouge
{
color: rgb(158,5,32);
background-color:rgb(198,184,152);
font-family: "papyrus LET", arial, serif;
}

.gras
{
font-weight:bold;
font-family: "papyrus LET", arial, serif;
}

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

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