/* BARRE DE MENU  */
/* Hauteur*/
TABLE.menu_1 {
    height:25px;
	text-align:center;

}
/* couleur, bordure*/
TD.menu_1 {
    border:0px solid #000000;
    text-indent:18px;
	text-align:center;
    font-size:13px;
    text-decoration:none;
    font-family:'Trebuchet MS', serif;
    color:white;
}
TD.menu_1:hover {
	font-weight:bold;
    color:white;
}

/* MENU DEROULANT */
/* Largeur des menus d�oulants */
DIV.menu_1 {
    background-color:#ffffff;
    border:1px solid #000000;
	text-align:left;
}
/*hauteur des liens couleur*/
A.menu_1 {
    text-indent:10px;
    font-size: 9pt;
	font-style:none;
    font-family : Arial,Helvetica,sans-serif;
    height:20px;
    color:black;
 
    text-decoration : none;
    
 }
A.menu_1:hover {
    background-color:#D5D5FF;
    color:#000000;

  }