/* BARRE DE MENU  */
/* Hauteur*/
TABLE.menu_2 {
    height:5px;
    color:#FFFFFF;
}
/* couleur, bordure*/
TD.menu_2 {
 
    text-indent:1px;
    font-size: 11px;
    text-decoration : none;
    font-family : Arial,Helvetica,sans-serif;
    background-color: #000000;
    color : #FFCC00;
   
	font-weight: bold;
}
TD.menu_2:hover {
	background-color: #FFCC00;   
	color : #000000;
}

/* MENU DEROULANT */
/* Largeur des menus d�oulants */
DIV.menu_2 {
    background-color: #000000;
    border:1px solid #FFCC00;
}
/*hauteur des liens couleur*/
A.menu_2 {
	text-indent:2px;
	font-size: 11px;
	font-family : Arial, Helvetica, sans-serif;
	height:20px;
	color:#FFCC00;
	text-decoration : none;
	

 }
A.menu_2:hover {
  
    background-color: #FFCC00;
    color:#000000;
	text-decoration : none;
  }

