#fmenuleft {
padding: 15px 0px 0px 0px;
margin: 0px 0px 0px 0px;
  float: left;
  width: 196px;
  background-color: #55C6CA;
  background-repeat: repeat-y;
}
.fmenuleft ul {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
  font-size: 1em;
  text-indent: 0px;
}
.fmenuleft li {
	margin: 0px;
	padding: 0px;
}
.fmenuleft ul a {
	display: block;
	width: 196px;
	padding: 5px 0px 5px 22px;
	margin: 0px;
	text-decoration: none;
	color: #D4FAFB;
	text-align: left;
	background-image: url(images/puce_menu.jpg);
  background-position: left center;
  background-repeat: no-repeat;   
}
.fmenuleft ul ul a {
	display: block;
	width: 196px;
	padding: 5px 10px 5px 0px;
	margin: 0px 0px 0px 0px;
	text-decoration: none;
	color: #D4FAFB;
	text-align: left;
	font-weight: bolder;
	 text-transform: lowercase;
  background-image: none;
}
.fmenuleft ul ul a:hover {
	width: 175px;
text-decoration: none;	
	color: white;
	background-color: #53C6C9;
  font-style: normal;
}
.fmenuleft a:hover {
width: 175px;
	color: #53C6C9;
	background-color: #D4FAFB;
	background-image: none;
		font-style: italic;
text-decoration: none;		
}
.fmenuleft ul a.on { 
width: 175px;
color: #53C6C9;
	background-color: #D4FAFB;
	background-image: none;
		font-style: italic;
}
.fmenuleft ul ul a.on { 
width: 175px;
	color: white;
	  font-weight: bold;	
	  background-color: #53C6C9;
	 background-image: none;
	 	font-style: normal;
	text-decoration: underline;	
}