/* BARRE DE MENU  */
/* Hauteur*/
TABLE.menu_2 {
    height:20px;
    color:#FFFFFF;
}
/* couleur, bordure*/
TD.menu_2 {
    border:1px solid #FFFFFF;
    text-indent:10px;
    font-size: 14px;
    text-decoration : none;
    font-family : Arial,Helvetica,sans-serif;
    background-color: #E02131;
    color : #FFFFFF;
    cursor: default;
}
TD.menu_2:hover {
	background-color: #988C98;
	font-weight: bold;   
}

/* MENU DEROULANT */
/* Largeur des menus d�oulants */
DIV.menu_2 {
    background-color: #FFFFFF;
    border:1px solid #E02131;   
}
/*hauteur des liens couleur*/
A.menu_2 {
    text-indent:10px;
    font-size: 12px;
    font-family : Arial,Helvetica,sans-serif;
	font-weight: bolder;
    height:20px;
    color:#000000;
    text-decoration : none;
 }
A.menu_2:hover {
    cursor: pointer;
    background-color: #868F98;
    color:#FFFFFF;
  }