 a.white 
 {
 color:#ffffff; text-decoration:none;
 } 
 
 a.white:visited 
 {
 color:#ffffff; text-decoration:none;
 } 
 
 a.white:hover 
 {
 color:#ffb400; text-decoration:underline overline; 
 } 
 
  a.gold 
 {
 color:#a78e3c; text-decoration:none;
 } 
 
 a.gold:visited 
 {
 color:#a78e3c; text-decoration:none;
 } 
 
 a.gold:hover 
 {
 color:white; text-decoration:none;
 } 
 
  a.black 
 {
 color:#404144; text-decoration:none;
 } 
 
 a.black:visited 
 {
 color:#404144; text-decoration:none;
 } 
 
 a.black:hover 
 {
 color:#000000; text-decoration:underline;
 } 
 
 a.grey 
 {
 color:#404144; text-decoration:none;
 } 
 
 a.grey:visited 
 {
 color:#404144; text-decoration:none;
 } 
 
 a.grey:hover 
 {
 color:#404144; text-decoration:underline;
 } 
 
 h1
 {
 display:none;
 } 
 
span
 {
 font-family: Arial, Helvetica, sans-serif;
 color: #ffffff;
 font-size: 14px;
 font-weight: normal;
 text-decoration: none;
 }
 
INPUT {
     color:#000000;
     background-color: #FFF;
     background-image: url(images/fond-form.gif);
     background-attachment: inherit;
     border-width:1px; 
     border-style:solid; 
     border-color:#8D8D8D;
     width: 234px;
     height: 18px;
     font-size:12px;
     font-family:Arial,sans-serif;
     padding-top: 2px ;
     padding-left: 5px ;
}

TEXTAREA {
     color:#000000;
     background-color: #FFF;
     background-image: url(images/fond-form.gif);
     background-attachment: inherit;
     border-width:1px; 
     border-style:solid;
     border-color:#8D8D8D;
     width: 318px;
     height: 72px;
     font-size:12px;
     font-family:Arial,sans-serif;
     padding-top: 2px ;
     padding-left: 5px ;
     resize: none;
}



SELECT {
     color:#C0C0C0;
     background-color: #FFF;
     background-image: url(images/fond-form.gif);
     background-attachment: inherit;
     border-width:1px; 
     border-style:solid;
     border-color:#8D8D8D;
     font-size:12px;
     font-family:arial;
     width: 140px;
}

body {
     background-color: #ffffff;
}