


/**************** BALISES PAGE DE PRESENTATION ARTISTE ****************/

.img_et_desc_artiste {
	text-align: center;
	margin: 16px 0;
	width: 100%;
}

.img_exposition {
	text-align: center;
	margin: 16px 0;
	width: 100%;
}

.description_artiste {
	color: #464646;
	width:  640px;
	margin-left:  10px;
	margin-right: 15px;
}


/**************** CADRE D'IMAGE ****************/

/**** Surcadre d'image ****/

#surcadreimage_m {
	background: transparent url(images/artiste_surcadre_m.png) bottom repeat-x;
	width:  640px;
	height: 10px;
	margin-left:  10px;
	margin-right: 15px;
}
#surcadreimage_g {
	position: static;
	background: transparent url(images/artiste_surcadre_g.png) bottom left no-repeat;
	width:  665px;
	height: 10px;
}
#surcadreimage_d {
	background: transparent url(images/artiste_surcadre_d.png) bottom right no-repeat;
	width:  665px;
	height: 10px;
}

/**** Cadre d'image ****/

#cadreimage_m {
	background-color: transparent;
	width:  640px;
	margin-left:  10px;
	margin-right: 15px;
}
#cadreimage_g {
	background: transparent url(images/artiste_cadre_g.png) top left repeat-y;
	width:  665px;
}
#cadreimage_d {
	background: transparent url(images/artiste_cadre_d.png) top right repeat-y;
	width:  665px;
}

/**** Souscadre d'image ****/

#souscadreimage_m {
	background: transparent url(images/artiste_souscadre_m.png) top repeat-x;
	width:  640px;
	height: 15px;
	margin-left:  10px;
	margin-right: 15px;
}
#souscadreimage_g {
	background: transparent url(images/artiste_souscadre_g.png) top left no-repeat;
	width:  665px;
	height: 15px;
}
#souscadreimage_d {
	background: transparent url(images/artiste_souscadre_d.png) top right no-repeat;
	width:  665px;
	height: 15px;
}

