 a.white 
 {
 color:#ffffff; text-decoration:none;
 } 
 
 a.white:visited 
 {
 color:#ffffff; text-decoration:none;
 } 
 
 a.white:hover 
 {
 color:#FFDB00; text-decoration:none;
 } 
 
 a.yellow 
 {
 color:#FFDB00; text-decoration:none;
 } 
 
 a.yellow:visited 
 {
 color:#FFDB00; text-decoration:none;
 } 
 
 a.yellow:hover 
 {
 color:white; text-decoration:none;
 } 
 
 H1
 {
 display:none;
 } 
 
span
 {
 font-family: Arial, Helvetica, sans-serif;
 color: #727176;
 font-size: 20px;
 font-weight: normal;
 text-decoration: none
 }
 
 INPUT {
     color:#000000;
     background-color: #FFF;
     background-image: url(images/fond-form.gif);
     background-attachment: inherit;
     border:0px;
     width: 350px;
     height: 30px;
     font-size:18px;
     font-family:Georgia,'Times New Roman',Times,Helvetica,serif;
     padding-top: 6px ;
     padding-left: 10px ;
}

TEXTAREA {
     color:#000000;
     background-color: #FFF;
     background-image: url(images/fond-form.gif);
     background-attachment: inherit;
     border:0px;
     width: 400px;
     height: 200px;
     font-size:18px;
     font-family:Georgia,'Times New Roman',Times,Helvetica,serif;
     padding-top: 6px ;
     padding-left: 10px ;;
}

.button {   
    cursor: pointer;   
    width: 136px;   
    height: 28px;   
    border: none;   
    background: url("images/button.gif") no-repeat left top;   
}   

.button-close {   
    cursor: pointer;   
    width: 294px;   
    height: 30px;   
    border: none;   
    background: url("images/button-close.gif") no-repeat left top;   
}   

.button:hover {   
    background: url("images/button-on.gif") no-repeat left top;   
}


SELECT {
     color:#CC0000;
     background-color:#FFCC00;
     font-size:10px;
     font-family:arial;
}
