body
{
   width: 100%;
   margin: auto;
   background-color:rgb(123,47,76);
   color: rgb(198,184,152);
     background-image: url("../images/fond piment.jpg");
	  background-repeat: no-repeat;
	font-size: 19px;
}

#en_tete
{
   width: 920px;
   position: absolute;
   top: 45px;
   left: 50px;
   padding-left: 10px;
   padding-top: 10px;
   font-size: 42px;
   font-family:"papyrus LET", arial, serif;
}
 #xiti-logo
{
position:absolute;
top:1300px;
left: 25px;
bottom: 3px;
}
 #corps
{
   position: absolute;
   top: 140px;
   left: 100px;
   width: 63%;
   padding-bottom:120px;
}

p, h2
{
   font-family: arial, serif;
   font-size: 19px;
}

h4
{
font-family:"papyrus LET", arial, serif;
text-decoration: underline;
}

a
{

   text-decoration: none;
   color:rgb(198,184,152);
 }
 
 a:hover
 {
   color:rgb(78,28,55);
 }
 
 .element_menu
{
   background-color:rgb(123,47,76);
   color:rgb(198,184,152);
   padding: 7px;
   position:absolute;
   left: 690px;
   top: 10px;
}

