#menuGauche a {
    padding: 1em 0.25em 1em 2em;
    font-weight: normal;
    color: rgb(0, 66, 111);
    text-decoration: none;
	display: block;
	background: #F3F3F3 url(../img/menuGauche/puce_menu.png) no-repeat 0.5em
		1.25em;
	margin-bottom: 5px;
	font-size: 12px;
}

#menuGauche a:hover {
	color: black;
	text-decoration: none;
	background-color: #ebebeb;
}