.menucss{
	position:absolute;
	visibility: hidden;
	border-bottom-width: 0;
	line-height: 16px;
	z-index: 100;
	background-color: #DDDDDD; /* <- couleur cellule OFF */
	width: 160px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.menucss a{
width: 100%;
display: block;
text-indent: 6px;
border-bottom: 1px solid black;
padding: 1px 0;
text-decoration: none;
font-weight: normal;
text-indent: 17px;
color : #666666; /* <- couleur texte OFF */
}

.menucss a:hover{ 
color: #FFFFFF; /* <- couleur texte ON */
background-color: #666666; /* <- couleur cellule ON */
}
}
.texte {font-size: 12px; font-weight: bold; font-family: Arial, Helvetica, sans-serif; color:#FFFFFF;}
.texte:link {color: #FFFFFF; font-weight: bold; font-family: Arial, Helvetica, sans-serif; font-size: 12px ;text-decoration: none; cursor :hand}
.texte:hover {
color: #FFFFFF;
 font-family:  Arial, Helvetica, sans-serif;
  font-size: 12px;
   text-decoration: none;
    cursor: hand;
	 text-decoration:none}
