body
{ 
background-color:#ffffdc    ;
}
#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:white ; /* Une petite image de fond pour éviter d'avoir un vieux fond blanc :p */
   color:black;
   font-size: 1em;
   font-family: "Time New Roman", Arial, Verdana, Georgia, serif;
   text-align: justify;
   padding: 50px;
   
}
#pied-de-page
{
   width: 450px;
    height: 140px;
    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;
   margin-right:50px;   /* Idem pour le bas du navigateur */
   background-color: white;
   padding: 20px;
}
a
{ 
  color: blue;
  font-size: 1.3em;
  font-family:  Verdana, Georgia, serif;
}
.log
{ float: right;
margin:10px;
}
h2
{ color: blue;
  font-size: 1em;
  font-family: Georgia, "Time New Roman", Arial, Verdana,  serif;
}
