body
{
   width: 100%;
   margin: auto;
   background-color:rgb(159,227,62);
   color:rgb(194,18,48);
}
#xiti-logo
{
position:absolute;
top:1000px;
left: 75px;
bottom: 3px;
}
a
{
 text-decoration: none;
 color:rgb(194,18,48);
 background-color:rgb(132,187,53);
 font-weight: bold;
 }
 
 a:hover
 {
 color:rgb(157,13,37);
 background-color:rgb(132,187,53);
 }

#en_tete
{
   position: absolute;
   left:270px;
   top:10px;
   width:70%;
   color:rgb(194,18,48);
   background-color:rgb(159,227,62);
   font-size: 60px;
   font-family: verdana, arial, serif;
}

p
{
font-family: verdana, arial, serif;
font-size: 1.1em;
}
p a
{
border: 3px outset rgb(132,187,53);
}


#menu
{
position:absolute;
top:100px;
left:20px;
width: 140px;
font-size: 1.2em;
}

#corps
{
color:rgb(157,13,37);
background-color:rgb(132,187,53);
position: absolute;
top:240px;
left:240px;
width:70%;
text-indent: 40px;
font-size: 1.1em;
padding-left: 15px;
padding-right: 10px;
   padding-top: 3px;
   padding-bottom: 7px;
   margin-bottom:7px;
}
.photo
{
float:left;
margin-left:10px;
margin-bottom:3px;
margin-top:30px;
margin-right: 15px;
border:none;
}

.element_menu
{
	color:rgb(194,18,48);
   background-color:rgb(132,187,53);
   padding-left: 15px;
   padding-top: 3px;
   padding-bottom: 3px;
    border:3px groove rgb(132,187,53);
}

#pied_de_page
{
position:absolute;
top:500px;
left: 10px;
color:rgb(157,13,37);
 font-size: 15px;
 text-align: center;
 font-family:verdana, arial, serif;
 background-color:rgb(159,227,62);
 font-size: 1em;
}

