@charset "utf-8";
/* CSS Document */


/* ######## VIGNETTE ARTISTE ######### */
.vignette-artiste {
	position:relative;
	height:216px;
	width:218px;
	float:left;
	padding-right:30px;	
}

.fond-vignette-artiste {
	position:absolute;
	left:0px;
	top:0px;
	height:216px;
	width:218px;
	z-index:1;
}

.image-vignette-artiste {
	position:absolute;
	left:18px;
	top:17px;
	height:179px;
	width:179px;
	z-index:2;
}

.bandeau-vignette-artiste {
 	position:absolute;
	top:132px;
	left:18px;
	height:26px;
	width:179px;
	z-index:10;
}

.texte-vignette-artiste {
	position:absolute;
	top:138px;
	left:18px;
	height:26px;
	width:179px;
	z-index:11;
	text-align:middle;
}

/*####### VIGNETTE STYLE ######*/
.vignette-style {
	position:relative;
	width:217px;
	height:235px;	
	float:left;
	margin-right:15px;	
}
.fond-vignette-style {
	position:relative;
	width:217px;
	height:213px;
}
.image-vignette-style {
	position:absolute;
	left:15px;
	top:12px;
	width:186px;
	height:185px;
}


/*####### VIGNETTE STYLE PETIT######*/
.vignette-style-petit {
	position:relative;
	height:98px;
	width:88px;
	float:left;
	padding-right:30px;	
}
.fond-vignette-style-petit {
	position:relative;
	width:88px;
	height:86px;
}
.image-vignette-style-petit {
	position:absolute;
	left:7px;
	top:5px;
	width:71px;
	height:71px;
}

/*####### VIGNETTE CHAPEAU STYLE PETIT######*/
.vignette-style-chapeau-petit{
	position:relative;
	height:12px;
	width:auto;
}
.vignette-style-chapeau-petit-gauche {
	position:relative;
	height:12px;
	width:12px;
	float:left;
}
.vignette-style-chapeau-petit-droite {
	position:relative;
	height:12px;
	width:13px;
	float:left;
}
.vignette-style-chapeau-petit-titre {
	position:relative;
	top:0px;
	width:auto;	
	float:left;
	height:12px;
}

