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

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);
 }
 
#en_tete
{
   position: absolute;
   top: 20px;
   left: 70px;
   color:rgb(198,184,152);
   background-color:rgb(123,47,76);
   font-size: 42px;
   font-family:"papyrus LET", arial, serif;
   width: 600px;
}
#menu
{
position:absolute;
top:112px;
left:20px;
width: 142px; /* Très important : donner une taille au menu */
}

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

#corps
{
   position: absolute;
   top: 140px;
   padding-bottom: 30px;
   left: 210px;
   width: 70%;
   font-size: 18px;
}

#piano
{
position: absolute;
top: 35px;
left:540px;
}

#scene
{
position: absolute;
top: 1500px;
left: 9px;
}

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

p, h2
{
   font-family: arial, serif;
   text-indent: 30px;
   
}

h2
{
   font-variant: small-caps;
}
#chemin
{
position:absolute;
top:680px;
left:30px;
}

.souligne
{
text-decoration:underline;
}

#pied_de_page
{
color: black;
background-color:rgb(123,47,76);
position: absolute;
bottom: 3px;
left: 5px;
top: 1150px;
 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(123,47,76);
}

