h2.artistes {
	color: #FFF;
	padding: 10px 5px;
	margin: 1px 0 0;
	height: 22px;
	clear: both;
	background-image: url("imgs/bg_h1.gif");
    background-repeat: repeat-x;
    background-color: #000;
}

div.zoom {
	min-height: 268px;
	background-color: #FFF;
	padding: 10px;
}

div.zoom > img {
	width: 258px;
	float: left;
	border: 2px solid #666;
	margin-right: 10px;
	margin-bottom: 10px;
}

div.zoom > h3 {
	background: none;
	color: #000;
	border: none;
	font-size: 180%;
	margin-bottom: 15px;
}

div.zoom ul {
	margin-left: 286px;
}

div.zoom > a {
	color: #777;
	font-weight: bold;
	display: block;
	text-align: right;
	text-decoration: none;
	padding: 10px;
}

div.zoom > a:before {
	content: '';
	display: inline-block;
	width: 0;
	border: 4px solid transparent;
	border-left: 7px solid #777;
}

div.artistes {
	background-color: #FFF;
	padding: 10px;
}

div.artistes > div {
	display: table-row;
}

div.artistes > a {
	display: inline-block;
	height: 145px;
	width: 32%;
	text-decoration: none;
	border: 1px solid #666;
	color: #000;
	position: relative;
	clear: both;
	margin: 4px;
}

div.artistes > a:hover {
	background-color: #DDD;
}

div.artistes > a > strong {
	font-size: 160%;
	padding: 10px 6px;
	display: inline-block;
}

div.artistes > a > img {
	float: left;
	border: 2px solid #666;
	margin: 0 2px;
}

div.artistes > a > span {
	color: #777;
	font-weight: bold;
	display: block;
	clear: both;
	text-align: right;
	padding: 4px;
}

div.artistes > a > span:before {
	content: '';
	display: inline-block;
	width: 0;
	border: 4px solid transparent;
	border-left: 7px solid #777;
}