input, textarea
{
   font-family: "Times New Roman", Times, serif; /* On modifie la police du texte tapé l'intérieur des champs */
   font-size: medium;
}
 
input:focus, textarea:focus /* Quand le curseur est sur un champ (ne marche pas sur IE) */
{
   
   background-color: #FFFF99;
   size: 50;
}
 
label
{
   color: #272B2E; 
   font-size: medium;
   
}
 
legend /* On met un peu plus en valeur les titres des fieldset */
{
   font-family: "Times New Roman", Times, serif;
   color: #4A0406;
   font-size: medium;
   font-weight: bold;
}
 
#coordonnees
{

   text-align: right;
   margin-bottom: 25px; /* Une marge pour séparer les fieldset */
   margin : 12px;
   background-color: #FFFFFF;
   margin-bottom: 15px; /* Une marge pour séparer les fieldset */
}
#choix
{
   text-align: center;
   margin : 12px;
   background-color: #FFFFFF;
}
.formulaire
{
   width: 400px;
   margin: auto;
   /* margin-left: 180px; */
   border: groove;
}
.formulaire2
{
   /*position: absolute;*/
   /*text-align: center;*/
   margin-left: auto;   
   margin-right: auto;
   width: 400px;

   border: groove;
}
#conditions
{
   
   width: 200px;
position: absolute;
   left: 150px;
   top: 600px;
}
