#artwork {
	width: 100%;
	background: #000 url(../../res/artwork/nt_093/bg.jpg) top center no-repeat
}
#album-titre {
	margin-top: 360px;
	margin-left: 60px;
	font-size: 14pt;
	font-family: 'univers 55', univers, sans-serif;
	text-transform: uppercase;
	color: #fff;
}
#album-titre span {
	display: block;
}
#album-titre span.titre {
	font-size: 11pt;
	color: #999;
}
#album-titre span.label {
	font-size: 8.5pt;
	color: #444;
}
#album-pistes {
	margin: 0;
	padding: 0;
	margin-top: 40px;
	margin-left: 60px;
	font-size: 8.5pt;
	font-family: 'univers 55', univers, sans-serif;
	text-transform: uppercase;
	color: #fff;
}
#album-pistes li {
	list-style: none;
}
#album-pistes a {
	text-decoration: none;
	color: #999;
}

