/* BARRE DE MENU  */
/* Hauteur*/
TABLE.menu_1 {
    height:20px;
    color:#FFFFFF;
}
/* couleur, bordure*/
TD.menu_1 {
    border:0px solid #FFFFFF;
    text-indent:10px;
    font-size: 14px;
    text-decoration : none;
    font-family : Arial,Helvetica,sans-serif;
    background-color: none;
    color : #ffffff;
    cursor: arrow;
}
TD.menu_1:hover {
    background-color: none;
}

/* MENU DEROULANT */
/* Largeur des menus d�oulants */
DIV.menu_1 {
	border: 0px solid #ffffff;
	margin: 0;
	background: transparent url("fondTR.png") repeat;
}
/*hauteur des liens couleur*/
A.menu_1 {
	text-indent:15px;
	font-size: 13px;
	font-family : Arial,Helvetica,sans-serif;
	height:18px;
	color:#FFFFFF;
	text-decoration : none;
	font-weight: bold;	
 }
A.menu_1:hover {
    cursor: arrow;
    background-color: #FFFFFF;
    color:#333333;
  }