#artistetop {
	width:950px;
	/*border-radius:6px;*/
	background-color:#fff;
	border:1px solid #ccc;
	padding:10px;
	margin-bottom:10px;
}

#artisteliste {
	width:950px;
	/*border-radius:6px;*/
	margin-bottom:10px;
	background-color:#fff;
	border:1px solid #ccc;
	padding:10px;
	position:relative;
}

#artisteliste h1 {
	font-size:1.20em;
	color:#2d455f;
	font-weight:bold;
	margin-bottom:20px;
}

#artisteliste p {
	font-size:0.85em;
	font-weight:bold;
	position:absolute;
	top:15px;
	right:20px;
	text-align:right;
}

#artistetop h1 {
	font-size:1.20em;
	color:#2d455f;
	font-weight:bold;
	margin-bottom:20px;
}

/*Pour center une balise <span> ŕ coté d'une image*/
.linkpartition {
	height:40px;		/*1. Donner une hauteur ŕ la balise <div> conteneur*/
}

.linkpartition a {
	display:block;
	height:40px;
	/*border-radius:6px;*/
}

.linkpartition a:hover {
	cursor:pointer;
	background-color:#e9e9e9;
}

.imgpartition {
	width:60px;
	float:left;
	vertical-align:middle;
}

.typelogo{
	width:30px;
	height:40px;
	display:inline-block;
	float:left;
}

.titrepartition{
	width:660px;
	padding-left:10px;
	height:auto;
	line-height:40px;
	font-size:0.85em;
	font-weight:bold;
	display:inline-block;
	float:left;
}

.typepartition{
	width:190px;
	padding-right:10px;
	height:40px;
	line-height:40px;
	font-size:0.80em;
	color:#757575;
	text-align:left;
	display:inline-block;
	float:left;
}

.prixpartition{
	width:40px;
	padding-right:10px;
	height:40px;
	line-height:40px;
	font-size:0.85em;
	text-align:right;
	display:inline-block;
	float:left;
}

.toppartition{
	position:relative;
	float:left;
	width:290px;
	margin-right:10px;
}

.toppartition a{
	display:block;
	height:82px;
	/*border-radius:6px;*/
}

.toppartition a:hover{
	color:#ffc600;
	cursor:pointer;
	background-color:#e9e9e9;
}

.titretop{
	font-size:0.85em;
	font-weight:bold;
}

.typetop{
	margin-bottom:5px;
	font-size:0.80em;
	color:#757575;
	font-weight:normal;
}

.imgtop {
	float:left;
	width:82px;
	margin-right:5px;
}

.prixtop{
	position:absolute;
	left:87px;
	bottom:0px;
	font-size:0.85em;
}

