.lien a {
	font-weight: bold;
	margin: 0;
	padding: 8px 10px 8px 20px;
	border-bottom: 1px solid #ccc; 
	color: #000000;
	text-decoration: none;
	display: block;
}

.lien a:hover {
	color: #636363;
	text-decoration: none;
}

.lien:hover {
	color: #636363;
    background-color: #DDDDDD; 
	text-decoration: none;
}

.lien_lastone a {
	font-weight: bold;
	margin: 0;
	padding: 8px 10px 8px 20px;
	color: #000000;
	text-decoration: none;
	display: block;
}

.lien_lastone a:hover {
	color: #636363;
	text-decoration: none;
}

.lien_lastone:hover {
	color: #636363;
    background-color: #DDDDDD; 
	text-decoration: none;
}