body
{
background-color: #d6e7ff;
width: 1000px;
}
#en-tete 
{
width: 900px;
margin: auto;
margin-top: 20px;
margin-bottom: 20px;
padding-top: 100px;
padding-bottom: 50px;
padding: 10px;
 font-size: 1.3em;
background-color: #009b02;
}
table /* Le tableau en lui-même */
{   
   width: 880px;
   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: 2em;
text-indent: 50px;
}
h3
{color: white;
font-family: Verdana, Georgia, Arial, serif;
font-size:1.4em;
}
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.3em;
padding-left:70px;
} 


ul
{ color: blue;
  text-indent: 10px;
  font-size: 1.3em;
}
li
{
 
  text-indent: 1px;
  font-size: 0.9em;
}
p{
 color: #0000ff;
font-family: ,Tahoma, Verdana, Georgia, Arial, serif;
font-size: 1em;
text-indent: 30px;
padding-bottom: 20px;
}
.rouge
{ color: red;
}
.georgia
{
 color: #0000d9;
 font-family : Georgia,"Time New Roman", Arial, serif;
font-size: 1em;
text-indent: 30px;
padding-bottom: 20px;
}
#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:  Verdana, Georgia,"Time New Roman", Arial, serif;
   text-align: justify;
   padding: 1px;
   
 }
h5
{
 color: green;
font-family: Verdana, Georgia, Arial, serif;
font-size: 1.8em;
margin-left:30px;
}
strong
{ color: orange;
} 

 
#corps
{
  float: right;
    width: 280px;
    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-size: 1.1em;
   font-family:  Georgia,"Time New Roman", Arial, Verdana, serif;
   text-align: justify;
     padding: 1px;
   
 }
 img
 { padding:5px;
 border:1px solid yellow;
 }

 span {
color: red;
font-family : "Cracked Johnnie", "Time New Roman", Arial, Verdana, Georgia, serif;
}
.petit
{
 font-size: 0.8em;
text-indent: 5px;
}
.accueil
{
 font-size: 1.3em;
text-indent: 250px;
}
.retour
{
 font-size: 1.3em;
text-indent: 350px;
}

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