/* BARRE DE MENU  */
/* Hauteur*/
TABLE.menu_1 {
    height:35px;/*hauteur des cadres menu*/
    color:red;/*couleur de ??*/
}
/* couleur, bordure cadre principaux*/
TD.menu_1 {
    border:1px solid #000000; /*bordure de menu*/
    text-indent:0px;/*distance du bord*/
    font-size: 14px;
    text-align:center;/*alignement horiz d texte dans la cellule*/
    vertical-align:middle; 
    text-decoration : none;
    font-family : Arial,Helvetica,sans-serif;
    background-color: #666666;
    color : #ffffff;
    cursor: help;
    height:40px;font-weight:bold;
}
TD.menu_1:hover {
    background-color: #082B05;
}

/* MENU DEROULANT */
/* Largeur des menus dï¿½oulants */
DIV.menu_1 {
    background-color: #0000FF;/*du menu deroulant*/
    border:0px solid #ffffff;
}
/*hauteur des liens couleur*/
A.menu_1 {
    text-indent:5px;/*retrait du texte*/
    text-decoration : none;
    font-size: 12px;
    font-family : Arial;
    height:15px;/*hauteur de la case déroulante*/
    color:#FFffff;/*couleur du texte*/
    
 
   
    
 }
A.menu_1:hover {
    cursor: help;
    background-color: #110044;/*couleur du sur vol*/
    color:#ffffff;
  }
