
#tel_plus_populaires {
	color: #DF4E02;
	font-weight: bold;
	text-align: left;
	margin: 10px 0px;
	font-size: 1.2em;
}

#tel_plus_populaires .telephone {
	margin: 0px;
	padding: 0px;
	font-size: 0.9em;
}

#tel_plus_populaires .telephone .nom_marque {
	font-size: 0.8em;
	font-weight: normal;
}

#tel_plus_populaires .liste {
	border-top: 1px solid #8E2EAA;
	padding: 1px;
	color: #8E2EAA;
	border-bottom: 1px solid #8E2EAA;
}

#tel_plus_populaires .liste .telephone {
	width: 100px;
	margin: 10px 2px;
	padding: 2px 0px;
	float: left;
	text-align: center;
	cursor: pointer;
}

#tel_plus_populaires .liste .telephone:hover {
	background-color: #E8D5ED;
}

#tel_plus_populaires .liste img {
	border: none;
}

#tel_plus_populaires .liste a {
	color: #8E2EAA;
}