body {
 background-color:#000000;
 font-size: 11pt;
    SCROLLBAR-FACE-COLOR: #440000;    
    SCROLLBAR-HIGHLIGHT-COLOR: #000000;
    SCROLLBAR-SHADOW-COLOR: #000000;
    SCROLLBAR-3DLIGHT-COLOR: #000000;
    SCROLLBAR-ARROW-COLOR: #AA0000;
    SCROLLBAR-TRACK-COLOR: #000000;
    SCROLLBAR-DARKSHADOW-COLOR: #000000;   

}


A {color:#777777; text-decoration:none;font-weight:bold;font-size: 11pt;}
A:hover {color:#777777; text-decoration:underline; }


/*---------------------------------FORMULAIRE*/

input {
   background-color: #330000;
   border: solid 1px #000000;
   /*border:ridge;*/
   text-indent : 1px;
   font-family: Verdana; font-size: 10px; color: #AA0000;
}

input.radio {
   background-color: #330000;
   border: solid 0px #000000;
   /*border:ridge;*/
   text-indent : 1px;
   font-family: Verdana; font-size: 10px; color: #AA0000;
}

TEXTAREA {
   background-color: #330000;
   border: solid 1px #000000;
   /*border:ridge;*/
   text-indent : 1px;
   font-family: Verdana; font-size: 10px; color: #AA0000;
}