body
{
   width: 760px;
   margin: auto;
   margin-top: 10px;
   margin-bottom: 20px; 
   background-color: #ffe093;

}
/* L'en-tête */
#en_tete
{
   width: 760px;
   height: 80px;
   margin-bottom: 8px;
   font-family: "Times New Roman", Arial, Verdana, serif;
   font-style: italic;
   color:#f64a3e;
   text-align: center;
}
#en_tete h2 /* Tous les titres h2 de l'en-tête*/
{
   font-size: xx-large;
   font-weight: bold;
   font-family: "Times New Roman", Arial, Verdana, serif;
   font-style: italic;
   color:#f64a3e;
   text-align: center;
}
#corps
{
   margin-top: 50px;
   margin: 5 px;
   margin-bottom: 10px;
   padding: 15px;
   padding-top: 2px;
   color: navy;
   border: 2px solid navy;
  background-color: #f5eccf;
   font-family: "Times New Roman", Arial, Verdana, serif;
     text-align: center;
   font-style: italic;
      font-weight: bold;
   
}
#corps h3
{
   font-size: x-large;
   color: #f64a3e;
   text-align: center;
   font-weight: bold;
   font-family: "Times New Roman", Arial, Verdana, serif;
   font-style: italic;
}
a img 
{
   border: none; 
}
table /* Le tableau en lui-même */
{
   margin: auto; /* Centre le tableau */
   border: none;  
 text-align: justify;
}
td /* Les cellules normales */
{
   border: none;
  padding: 10px;

}
/* Le pied de page (qui se trouve tout en bas, en général pour les copyrights) */

#pied_de_page
{
   padding: 5px;
margin-left:100px;
margin-right: 100px;
   text-align: center;
font-family: "Times New Roman", Arial, Verdana, serif;
font-style: italic;
   color: navy;
   background-color: #f5eccf;
   border: 2px solid navy;
}
.relief
{
    color: #f64a3e;
   font-size: medium;
}

.grand
{
    color: navy;
   font-size: 20px;
}
.engras
{
    color: #f64a3e;
   font-size: medium;
   font-weight: bold;
}

a
{
   text-decoration: none;
}
a:hover
{
   text-decoration: underline; 
}
.flash
{
    color: red;
   font-size: X-large;
   font-weight: bold;
   text-decoration: blink;

}





