/* BARRE DE MENU  */
/* Hauteur*/
table.menu_1 {	
    height:26px;	
    color:#FFFFFF;
}
/* couleur, bordure*/
td.menu_1 {
	height: 26px;
	width: 160px;
	margin: 0;
	padding: 0;
	text-align: center;
    text-indent:10px;    
    text-decoration : none;
    font-family : Arial,Helvetica,sans-serif;    
    color : #ffffef;    
}
td.menu_1:hover {
	 
}

/* MENU DEROULANT */
/* Largeur des menus déroulants */
div.menu_1 {
	width:160px;
	padding-bottom: 8px;
	background: url(./images/menu_hover.png) no-repeat bottom;
}
/*hauteur des liens couleur*/
a.menu_1 {
    padding-top: 5px;
	text-indent:10px;
    font-size: 12px;
    font-family : Arial,Helvetica,sans-serif;
    height:20px;
    color:#ffffef;
    text-decoration : none;	
 }
a.menu_1:hover {     
    background: #494f6a;
  }