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:15px;
   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;
}
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(159,227,62);
position: absolute;
top:260px;
left:240px;
width:70%;
text-indent: 40px;
font-size: 1,1em;
padding-left: 15px;
   padding-top: 3px;
   padding-bottom: 7px;
   margin-bottom:7px;
}

.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);
}
caption /* Titre du tableau */
{
   margin: auto; /* Centre le titre du tableau */
   font-family: verdana, arial, serif;
   font-weight: bold;
   font-size: 1.7em;
   color: rgb(157,13,37);
   margin-bottom: 30px; /* Pour éviter que le titre ne soit trop collé au tableau en-dessous */
}

table /* Le tableau en lui-même */
{
   margin: auto; /* Centre le tableau */
   border: 3px groove rgb(157,13,37); /* Bordure du tableau avec effet 3D (outset) */
   border-collapse: collapse; /* Colle les bordures entre elles */
}

th /* Les cellules d'en-tête */
{
border: 1px solid black;
   background-color: rgb(157,13,37);
   color: black;
   font-size: 1.2em;
   font-family: verdana, arial, serif;
   padding: 20px;
}

td /* Les cellules normales */
{
   border: 1px solid black;
   font-family: verdana, arial, serif;
   text-align: center; /* Tous les textes des cellules seront centrés*/
   padding: 5px; /* Petite marge intérieure aux cellules pour éviter que le texte touche les bordures */
   background-color: rgb(132,187,53);
}
.nuit
{
	font-weight: bold;
	color: black;
 }
photo
{

margin-left:14px;
margin-bottom:3px;
margin-right: 15px;
border:none;
}
#pied_de_page
{
position:absolute;
top:500px;
left: 10px;
padding-bottom:5px;
color:rgb(157,13,37);
 font-size: 1em;
 text-align: center;
 font-family:verdana, arial, serif;
 background-color:rgb(159,227,62);
}


