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;
   left:120px;
   top:15px;
   width:600px;
   color:rgb(198,184,152);
   background-color:rgb(123,47,76);
   font-size: 42px;
   font-family: "papyrus LET", arial, serif;
   text-indent:77px;
}

p
{
font-family: arial, serif;
}

.photo
{
float:right;
margin-left:14px;
margin-bottom:3px;
margin-right: 3px;
border:none;
}

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

#menu
{
position:absolute;
top:112px;
left:20px;
width: 142px;
}

#corps
{
color:black;
background-color:rgb(123,47,76);
position: absolute;
top:105px;
left:210px;
width:70%;
}

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

.important
{
font-size:28px;
text-indent: 16px;
padding-left:12px;
font-family:"papyrus LET", arial, serif;
}




.petitemaj
{
font-variant: small-caps;
}

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

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