/* BARRE DE MENU 
/*Hauteur*/
TABLE.menu_1 {
    height :10px;
    color:#ffffff;
}
/* couleur, bordure*/
TD.menu_1 {
    border:1px solid #2362dd;
    text-indent:12px;
	text-align: inherit ;
    font-size: 14px;
    text-decoration : none;
    font-family : Arial,Helvetica,sans-serif;
    background-color: #93A8FF;
    color : #ffffff;
    cursor: pointer;
}
TD.menu_1:hover {
    background-color: #082B05;
}

/* MENU DEROULANT */
/* Largeur des menus d�oulants */
DIV.menu_1 {
    background-color: #93A8FF;
    border :1px solid #000000;
}
/*hauteur des liens couleur*/
A.menu_1 {
    text-indent:10px;
    font-size: 12px;
	text-align: left;
    font-family : Arial,Helvetica,sans-serif;
    height :20px;
    color:#ffffff;
    text-decoration : none;
 }
A.menu_1:hover {
    cursor: pointer;
    background-color:#000000;
    color:#ffffff;
  }