/* BARRE DE MENU  */
/* Hauteur*/
TABLE.menu_1 {
    height:20px;
    color:#FFFFFF;
}
/* couleur, bordure*/
TD.menu_1 {
    border:0px solid #FFFFFF;
	text-align:right;
    font-size: 12px;
    text-decoration : none;
    font-family : Arial,Helvetica,sans-serif;
    background-color: #000000;
    color : #FFFFFF;
    cursor:pointer;
	vertical-align:middle;
}
TD.menu_1:hover {
    background-color: #000000;
	vertical-align:middle;
}

/* MENU DEROULANT */
/* Largeur des menus déroulants */
DIV.menu_1 {
    background-color: #000000;
    border:1px solid #000000;
	text-align:left;
	vertical-align:middle;
    
}
/*hauteur des liens couleur*/
A.menu_1 {
	text-indent:10px;
	font-size: 11px;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	height:20px;
	color:#FFFFFF;
	text-decoration : none;
	background-image:  url("/images/menu/menuOver.jpg");
	background-repeat: repeat;
	font-weight: normal;
	vertical-align: middle;
	z-index: 99;
 }
A.menu_1:visited {
	text-indent:10px;
	font-size: 11px;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	height:20px;
	color:#FFFFFF;
	text-decoration : none;
	background-image:  url("/images/menu/menuOver.jpg");
	background-repeat: repeat;
	font-weight: normal;
	vertical-align: middle;
	z-index: 99;
 }

A.menu_1:hover {
	cursor: pointer;
	background-color: #666666;
	color:#FFFFFF;
	text-decoration:none;
	text-indent:10px;
	border-width:0px;
	background-image:  url("/images/menu/sousMenuOver.jpg");
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	vertical-align: middle;
	z-index: 99;
  }
