

#top_5_ventes {
	width: 100%;
	float: left;
	color: #DF4E02;
	font-weight: bold;
	text-align: left;
	font-size: 13px;
}

#top_5_ventes table {
	width: 100%;
	border-collapse: collapse;
	font-size: 0.8em;
}

#top_5_ventes tr:hover {
	background-color: #D6DEB0;
}

#top_5_ventes td {
	border-bottom: 1px solid #9E9E9E;
}

#top_5_ventes .numero {
	width: 15px;
	color: #DF4E02;
	text-align: right;
}

#top_5_ventes img {
	/*height: 30px;
	width: 30px;*/
	cursor:pointer;
}

#top_5_ventes a {
	color: #788403;
	text-decoration: none;	
}