


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

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

#top_5_nouveautes tr:hover {
	background-color: #E8D5ED;
}

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

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

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

#top_5_nouveautes a {
	color: #8E2EAA;
	text-decoration: none;	
}