
body {
     margin-top: 20px;	
     color: #333387;
     font-family: Arial, Verdana, sans-serif;
     font-size: 0.9em;	
     text-align: center; /*Permet de tout centrer sur la page*/
     /*background-attachment: fixed; /* Le fond est fixé */
     background-image: url('fond.jpg');
     background-repeat: repeat-y;
}

table {
      border: none;
      width: 300px;
      margin: none; 
}

td, th {
border: none;
margin: none;
}

p
{
   text-align: justify; /* Ils seront justifiés */
   text-indent: 30px; /* Les paragraphes commenceront 30 pixels sur la droite */
   margin-left: 30px;
}

p:first-letter /* La première lettre de chaque paragraphe */
{
   font-weight: bold; /* En gras */
   font-size: 1.2em; /* Ecrit légèrement plus gros que la normale */
   /*color: #B30101;*/ /* En bleu */
}

