body
{
   
   margin: auto; /* Pour centrer notre page */
   background-color: #000000;
   color: white; /* Les paragraphes en blanc*/
font-family: Arial, Verdana, serif;
font-size: 12px;
}



h5
{
   font-family:Arial, serif;
   color: #990000;
   font-size: 18px;
   font-weight: bold;
   font-style: italic;
   text-indent: 20px;
}

.cercle
{
   list-style-type: circle;
 
}
