#artwork {
	padding: 0px;
	text-align: center;
	background-color: #cc9;
	font-family: helvetica, arial, sans-serif;
}
#artwork div.album-titre {
	height: 0px;
	overflow: visible;
	color: #fff;
	line-height: 500px;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 16pt;
	position: relative;
	z-index: 2;
}
#artwork div.album-titre span.titre {
	margin-left: 20px;
}
#artwork div.album-titre span.label {
	display: block;
	font-size: 9pt;
	line-height: 9pt;
}
#artwork img {
	padding: 20px;
	background: #fff;
	border: 1px solid #996;
}
#artwork ol.album-pistes {
	position: relative;
	top: 550px;
	width: 500px;
	height: 0px;
}
#artwork ol.album-pistes li {
	list-style: none;
	display: inline;
	margin: 0 15px 0 0;
	font-size: 8pt;
	line-height: 8pt;
	text-transform: uppercase;
	white-space: nowrap;
}
#artwork ol.album-pistes a {
	text-decoration: none;
	color: #000;
	font-weight: bold;
}

