/* BARRE DE MENU  */
/* Hauteur*/
TABLE.menu_1 {
    height:25px;
    color:#FFFFFF;
}
/* couleur, bordure*/
TD.menu_1 {
    border:0px solid #000000;
    text-indent:10px;
    font-size: 15px;
    text-decoration : none;
    font-family : Arial,Helvetica,sans-serif;
    background-color: #000000;
    color : #ffffff;

}
TD.menu_1:hover {
    background-color: #082B05;
}

/* MENU DEROULANT */
/* Largeur des menus d�oulants */
DIV.menu_1 {
    background-color: #660000;
    border:1px solid #000000;
}
/*hauteur des liens couleur*/
A.menu_1 {
    text-indent:11px;
    font-size: 13px;
    font-family : Arial,Helvetica,sans-serif;
    height:22px;
    color:#FFFFFF;
 
    text-decoration : none;
    
 }
A.menu_1:hover {

    background-color: #FFCC33;
    color:#000000;
  }