.artiste {
	display: inline;
	float: left;
	font-size: 13px;
	font-weight: bold;
	margin: 0 3px 10px 0;
	text-align: right;
	text-transform: uppercase;
	width: 251px;
}

.artiste img {
	margin: 0 0 3px 0;
}

.artiste span {
	background: url(../images/fleche.gif) left 7px no-repeat;
	padding: 0 2px 0 16px;
}

.artiste a {
	color: #000;
}

.artiste a:hover {
	background: #000;
	color: #fff;
	display: block;
}

.right {
	margin-right: 0;
}