/* BARRE DE MENU  */
/* Hauteur*/
TABLE.menu_1 {
    height:19px;
    color:#FFFFFF;
}
/* couleur, bordure*/
TD.menu_1 {
    border:1px solid #ADCCE1;
    text-indent:10px;
    font-size: 12px;
	text-align:center;
    text-decoration : none;
    font-family : Arial, Helvetica, sans-serif;
	font-weight: bold;
    background-color: #176EAD;
    color : #ffffff;
}
TD.menu_1:hover {
    background-color: #176EAD;
}

/* MENU DEROULANT */
/* Largeur des menus d�oulants */
DIV.menu_1 {
    background-color: #176EAD;
	
    border:1px solid #ADCCE1;
}
/*hauteur des liens couleur*/
A.menu_1 {
    text-indent:10px;
    font-size: 11px;
    font-family : Arial, Helvetica, sans-serif;
    font-weight: bold;
	height:20px;
    color:#FFFFFF;
    text-decoration : none;
    
 }
A.menu_1:hover {
    background-color: #80B0D2;
    color:#ffffff;
  }
 /* .menu = les cases toujours visibles (comme Fichier, Edition... dans un logiciel) */
