body
{
 background-color:  #ffffdc;
 width:950px;
 }


#en-tete
{  width: 900px;
   height: 300px;
   margin: auto; /* Pour centrer notre page */
   margin-top: 20px; /* Pour éviter de coller avec le haut de la fenêtre du navigateur. Essayez d'enlever pour voir ! */
   margin-bottom: 20px; 
   padding-top: 100px;
   padding-bottom: 50px;
   padding: 10px;
   background-color: #009b02;
}
 table /* Le tableau en lui-même */
{   
   width: 880px;
   margin: auto; /* Centre le tableau */
   border: 4px outset orange; /* Bordure du tableau avec effet 3D (outset) */
  
}

th /* Les cellules d'en-tête */
{
   background-color: #ffffdc;
   
   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: red;
 }
.table
{ 
color:#800080;
}
span
{ 
  color: red;
   font-family:"Cracked Johnnie", "Time New Roman", Arial, Verdana, Georgia, serif;
 
}
h1
{

  font-size: 3.2em;
  font-family: "Cracked Johnnie","Time New Roman", Arial, Verdana, Georgia, serif;
  text-align: center;
  color:  #ffffdc;
}
h4
{font-size: 1.2em;
  font-family:   Georgia, Arial, Verdana, serif;
  text-indent: 20px;
  color: red;
  
 
 }
 
 
em
{
 color: yellow;
 font-size: 1.5em;
 font-family: Georgia,"Time New Roman", Arial, Verdana, serif;
}
p
{font-size: 1.em;
 font-style: "Time New Roman", Arial, Verdana, serif;
   color: #800080;
}
.visible
{
 color: #ffffdc ;
 font-size: 1.5em;
 font-family:"Cracked Johnnie", Georgia, Arial, Verdana, serif;
 }
.duo
{
 float: left;
 margin: 5 px;
 }


a
{
 color: blue;
 }

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



strong

{
  font-size:1.3em;
}

h3
{
  color: black;
 font-family: Verdana, Georgia, Arial, serif;
 font-size: 1.1em;
 text-indent: 50px;
} 
h5
{
   color:  #69b5ca;
 font-family:"times new roman", Verdana, Georgia, Arial, serif;
 font-size: 0.7em;
 text-align: center;
} 
h6
{
  color: yellow;
  font-size: 0.8em;
  font-family: Tahoma, Verdana, serif;
}
#pied-de-page
{
   width: 820px;
    height: 275px;
    float: right;
   margin: auto; /* 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 */
   margin-right:20px;
   padding:10px;
   background-color: #ece9d8;
  
}  
.suite
{
  font-size: 2em;
  text-indent: 500px;
}
.accueil
{
 font-size: 1.4em;
  text-indent: 30px;
 
 }
