body
{
   width: 800px;
   margin: auto; /* Pour centrer notre page */
   margin-top: 100px; /* Pour éviter de coller avec le haut de la fenętre du navigateur. Essayez d'enlever pour voir ! */
   margin-bottom: 100px;    /* Idem pour le bas du navigateur */
   
   background-color: rgb(48,48,48);
   background-attachment: fixed;
   text-align: justify;
   font-family:calibri, arial, "arial black", times, serif;
}
#en_tete
{
width: 756px;
   height: 100px;
     background-repeat: no-repeat;
   margin-bottom: 10px;
   border: px solid rgb(57,59,62);
}



#pied_de_page
{
   padding: 5px;

   text-align: center;
   color: white;
   background-color: rgb(48,48,48);
   background-image: url("images/motif.png");
   background-repeat: repeat-x;
   
   border: 2px solid rgb(57,59,62);
}
.imageflottante
{
float: ;
padding-right: 10px;
padding-bottom: 20px;
}
table
{
width: 800px;
background-color: rgb(48,48,48);
border-collapse: collapse;
color: white;
text-align: center;
margin-bottom: 10px;
font-family: arial, "arial black", times, serif;
font-weight: bold;

}
td
{
border: 2px solid rgb(57,59,62);
}
a
{
color: white;
text-decoration: none;
}
strong
{
text-align: center;
color: white;
text-decoration: blink;
}

