body {
background-image: url("../images/degrade.jpg");
   background-repeat: repeat-x;
   background-attachment: fixed;
      }

   
input, textarea
{
   font-family: "Times New Roman", Times, serif; /* On modifie la police du texte tapé l'intérieur des champs */
}
 
input:focus, textarea:focus /* Quand le curseur est sur un champ (ne marche pas sur IE) */
{
   background-color: #FFFF99;
}
 
label
{
   color: #515f4d; 
    font-family: Arial, "Arial Black", Georgia, "Times New Roman", Times, serif;
}
 
legend /* On met un peu plus en valeur les titres des fieldset */
{
   font-family: Arial, "Arial Black", Georgia, "Times New Roman", Times, serif;
   color: #515f4d;
   font-weight: bold;
}
 
fieldset
{
   margin-bottom: 15px; /* Une marge pour séparer les fieldset */
   background-color: #FFFFCC;
}

p {

font-family: Arial, "Arial Black", Georgia, "Times New Roman", Times, serif;
text-align: center;
color: #515f4d;
font-weight: bold;
}

table
{
margin-top: 0px;
}

a {
color: #515f4d;
}

a:hover {
text-decoration: underline;
color: green; }

.formu {
width: 600px;
position: absolute;
left: 25%;
margin-top:45px;
}

.formu img {
position: absolute;
top: -35px;
left: 400px;
}
   

