input, textarea
{
   font-family: Arial, "Arial Black", Georgia, "Times New Roman", Times, serif; /* On modifie la police du texte tapé l'intérieur des champs */
}
 
 
label
{
   color: blue; /* Colorer en bleu tous les labels (bah oui, pourquoi pas en bleu ?) */
}
 
legend /* On met un peu plus en valeur les titres des fieldset */
{
   font-family: Arial, "Arial Black", Georgia, "Times New Roman", Times, serif;
   color: #3C90AE;
   font-weight: bold;
   font-size:15px;
}
 
fieldset
{
   margin-bottom: 17px; /* Une marge pour séparer les fieldset */
   background-color: #c5c9cb;
   width:350px;
   margin-left:100px;
}

