td {
     font-family: arial;
   font-size: 12px;
     color: Black;
}


a.menu
 {
   color: Black;
   text-decoration: none;
   font-family: arial;
   font-size: 12;
   display: block;
}


a.menu:hover {
    display: block;
    color: White;
   text-decoration: none;
   font-family: arial;
   font-size: 12;
   background: #993300;
  
   width: 100%;

 }

a.texte
 {
   color: #993300;
   text-decoration: none;
   font-family: arial;
   font-size: 12;
   font-weight: bold;
}
a.texte:hover {
   color: #993300;
   text-decoration: underline;
   font-family: arial;
   font-size: 12;
   font-weight: normal;
}
a.actu
 {
   color: #993300;
   text-decoration: none;
   font-family: arial;
   font-size: 10;
   font-weight: bold;
}
a.actu:hover {
   color: #993300;
   text-decoration: underline;
   font-family: arial;
   font-size: 10;
   font-weight: normal;
}
a.menuec
 {
    display: block;
   color: White;
   text-decoration: none;
   font-family: arial;
   font-size: 12;
   background: #993300;
   width: 100%;
}
a.menuec:hover
 {
    display: block;
   color: White;
   text-decoration: none;
   font-family: arial;
   font-size: 12;
   background: #993300;
   width: 100%;
}

INPUT
{
 color:#000000; 
 background-color:#EFEBD3; 
 font-size:12px; 
 font-family:arial; 
 border-width:1; 
 width:200px;
 border-color: #D0C493;
 border-style: ridge;
 }
 
 INPUT.file
{
 color:#000000; 
 background-color:#EFEBD3; 
 font-size:12px; 
 font-family:arial; 
 border-width:1; 
 width:300px;
 border-color: #D0C493;
 border-style: ridge;
 }
 
 INPUT.bouton
{
 color:#FFFFFF; 
 background-color:#993300; 
 font-size:12px; 
 font-family:arial; 
 border-width:1; 
 width:120px;
 border-color: #D0C493;
 border-style: ridge;
 cursor: pointer;
 }
 
 SELECT
{
 color:#000000; 
 background-color: #EFEBD3; 
 font-size:12px; 
 font-family:arial; 
 border-style: ridge;
 border-color: #D0C493;
     
     }
 
TEXTAREA {
    border-width:1; FONT-SIZE: 12px; FONT-FAMILY: Arial, Helvetica, sans-serif; BACKGROUND-COLOR:#EFEBD3; border-style: ridge; border-color: #D0C493;
}

h1.tab
{
   font-family: arial;
   font-size: 12px;
   margin-bottom: 0;
}