/* BARRE DE MENU  */
/* Hauteur*/
TABLE.menu_1 {
    height:20px;
    color:#FFFFFF;
}
/* couleur, bordure*/
TD.menu_1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #4A7ED0;
	font-weight:bold;
}
TD.menu_1:hover {
    font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration:underline;
	font-size: 14px;
	color: #4A7ED0;
	font: bold;
}

/* MENU DEROULANT */
/* Largeur des menus d�oulants */
DIV.menu_1 {
    background-color: #FFFFFF;
    border:1px solid #4A7ED0;
	width:auto;
}
/*hauteur des liens couleur*/
A.menu_1 {
    text-indent:10px;
    font-size: 12px;
    font-family:Verdana, Arial, Helvetica, sans-serif;
    height:20px;
    color:#FFFFFF;
 
    text-decoration : none;
    
 }
A.menu_1:hover {
    background-color: #4A7ED0;
    color:#FFFFFF;
  }