/* BARRE DE MENU  */
/* Hauteur*/
TABLE.menu_1 {
    height:20px;
    color:#FFFFFF;
}
/* couleur, bordure*/
TD.menu_1 {
    border:1px solid #2F6F9B;
    text-indent:10px;
    font-size: 14px;
    text-decoration : none;
    font-family : arial,Helvetica,sans-serif,
   
   
    
    
    font-size: 12px;
    background-color: #A0BFD4;
    color:#FFFFFF;
    
	white-space : no-break;

}
TD.menu_1:hover {
    background-color: #2F658C;
}

/* MENU DEROULANT */
/* Largeur des menus d�oulants */
DIV.menu_1 {
    background-color: #A0BFD4;
    border:1px solid #2F6F9B;
}
/*hauteur des liens couleur*/
A.menu_1 {
    text-indent:5px;
    font-size: 12px;
    font-family : arial,Helvetica,sans-serif;
    height:20px;
    color:#FFFFFF;
    text-decoration : none;
 }
A.menu_1:hover {
    font-size: 12px;
    background-color: #4A82A8;
    color:#FFFFFF;
  }
  
  A.menu_2 {
    font-size: 12px;
    font-family : arial,Helvetica,sans-serif;
    color:#FFFFFF;
    text-decoration : none;
 }
A.menu_2:hover {
    color:#FFFFFF;
	font-size: 12px;
  }