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: black; 
    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: #eee8aa;
}

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; }

p img {
float: left;}

.formu {
width: 600px;
position: absolute;
left: 30%;
}

.fieldset2 fieldset {
background-image: url("tania.gif");
background-position: center left;
   background-repeat: no-repeat;}
