	
/*      V1        */
	
#fiche ul {
	list-style:none;
	margin:0px;
	padding:0px;
}

#fiche {
	width: 100%;
	border-style: solid solid none solid;
	border-color: #64b7cf;
	border-size: 1px;
	border-width: 1px;
	}
	
#fiche li a {
  	height: 32px;
  	voice-family: "\"}\""; 
  	voice-family: inherit;
  	height: 24px;
	text-decoration: none;
	}
	
#fiche li a:link, #fiche li a:visited {
	color: #000;
	display: block;
	background: url(images/menu4.gif);
	padding: 8px 0 0 30px;
	}
	
#fiche li a:hover {
	color: #fff;
	background: url(images/menu4.gif) 0 -32px;
	padding: 8px 0 0 30px;
	}
	
#fiche li a:active {
	color: #fff;
	background: url(images/menu4.gif) 0 -64px;
	padding: 8px 0 0 30px;
	}	