/* police par defaut de tout le site */
  BODY, TD {font-family:Verdana; font-size:11px; color: #A58200;}
  body {background-color: #000000;}
  img {border: none;}
  
  /* liens par défaut */
  A {color:#A58200; text-decoration:none;}
  A:hover {color:#A58200; text-decoration:underline;}
  
   /*bandeau haut des messages*/
	 .bandomsg {color: #000000;}
   
   INPUT {
   background-color: #ffffff; border-color : #000000;  
   border-top-width : 1px; 
   border-right-width : 1px; 
   border-bottom-width : 1px; 
   border-left-width : 1px;
   text-indent : 1px;  
   font-family: Verdena; font-size: 11px;
  }

  textarea {  
   font-family: "Verdana"; 
   font-size: 11pt;
   color : #000000;
   font-style: normal;
   line-height: normal;
   font-weight: normal;
   text-decoration: none;
   letter-spacing: normal;
   text-align: normal;
   word-spacing: normal;
   border: solid 1px;
   border-color: #000000 inset;
   background-color: #FFFFFF;
  }

  SELECT {  
   font-family: "Arial"; 
   font-size: 11pt;
   color : red;
   background-color: #FFFFFF;
  }

