body
{
background-color: #d6e7ff;
width: 1100px;
}
#en-tete 
{
width: 900px;
font-size: 1.3em;
margin: auto;
margin-top: 20px;
margin-bottom: 20px;
padding-top: 100px;
padding-bottom: 50px;
padding: 10px;
background-color: #009b02;
}
table /* Le tableau en lui-même */
{   
   width: 900px;
   margin: auto; /* Centre le tableau */
   border: 4px outset green; /* Bordure du tableau avec effet 3D (outset) */
  
}

th /* Les cellules d'en-tête */
{
   background-color: #d6e7ff;
   
   font-size: 1.1em;
   font-family: Arial, "Arial Black", Times, "Times New Roman", serif;
}
.element-table a:hover /* Quand on pointe sur un lien du menu */
{
 color: orange;
 }
.table
{ 
color: green;
}
h2
{
 color: purple;
 text-align: center;
 }
 h1
 {
 color: #f8a90f;
font-family: Verdana, Georgia, Arial, serif;
font-size: 1.3em;
text-indent: 50px;
}
h3
{color: white;
font-family: Verdana, Georgia, Arial, serif;
font-size: 1.3em;
}
.petit
{
 font-size: 0.8em;
text-indent: 5px;
}
em
{ color: purple;
  font-family: Verdana, Georgia, Arial, serif;
  }
a
{ color: green;
}
h4
{ color: red;
font-family: "Cracked Johnnie",Verdana, Georgia, Arial, serif;
font-size: 1.2em;
margin-left:70px;
}  
strong
{
 color: orange;
 }

ul
{ color: blue;
  text-indent: 10px;
  font-size: 1.1em;
}
p
{
 color: #0000ff;
 font-family :"Time New Roman", Arial, Georgia, serif;
font-size: 1em;
text-indent: 30px;
}
#menu
{
   float: left;
 width: 650px;
  margin-right: 5px;
margin-left: 5px;  /* Pour centrer notre page */
   margin-top: 10px; /* Pour éviter de coller avec le haut de la fenêtre du navigateur. Essayez d'enlever pour voir ! */
   margin-bottom: 10px;    /* Idem pour le bas du navigateur */
   background-color:  #eae2b2 ; /* Une petite image de fond pour éviter d'avoir un vieux fond blanc :p */
   font-size: 1em;
   font-family: "Time New Roman", Arial, Verdana, serif;
   text-align: justify;
   padding: 10px;
   
 }

 
#corps
{

    float: right;
width: 300px;
    margin-left: 1px;/* Pour centrer notre page */
	margin-right: 5px;
   margin-top: 10px; /* Pour éviter de coller avec le haut de la fenêtre du navigateur. Essayez d'enlever pour voir ! */
   margin-bottom: 10px;    /* Idem pour le bas du navigateur */
   background-color: #d6e7ff; /* Une petite image de fond pour éviter d'avoir un vieux fond blanc :p */
  font-family: "Time New Roman", Arial, Verdana, serif;
  font-size: 1em;
   text-align: justify;
     padding: 10px;
   
}
.element-corps
 {
 background-color: #eae2b2;
 margin-bottom: 20px;
 }
 span {
color: red;
font-family:  Verdana,"Cracked Johnnie", "Time New Roman", Arial, Georgia, serif;
}
.accueil
{
 font-size: 1.3em;
text-indent: 350px;
}
.retour
{
 font-size: 1.3em;
text-indent: 350px;
}

 .suite
{
  font-size: 1.4em;
  text-indent: 500px;
}
.log
{
 float: right;
 margin :10px;
}
.lav
{
 float: left;
 margin :10px;
}
