#blocmenugauche {
position: relative;
float: left;
left: 20px;
width: 147px;
margin: 20px 0px 20px 0px;
padding: 0px 0px 0px 0px;	
background-color: transparent;	
color: white;
}
#blocmenugauche ul {
	margin: 0 ;
	padding: 0 ;
	list-style-type: none ;
}
#blocmenugauche li {
	margin: 0 0 5px 0 ;
	padding: 0 ;
}
#blocmenugauche li a {
	display: block ; 
	width: 146px ; 
	line-height: 36px ; 
	color: #000 ;
	font-weight:bold;
	text-align:center;
	color:white;
	text-decoration: none ;
	background: url(img/bouton_canoe.jpg) no-repeat 0 0px ;
	
}
#blocmenugauche li a:hover {
	background: url(img/bouton_canoe.jpg) no-repeat 0 -36px ;
}
#blocmenugauche a:active{
outline: none;
	background: url(img/bouton_canoe.jpg) no-repeat 0 -36px ;
  color: white;
}
#blocmenugauche a:visited{
}
#blocmenugauche .on {
outline: none;
	background: url(img/bouton_canoe.jpg) no-repeat 0 -36px ;
  color: white;
}
