#ListeArtistes {
	position:absolute;
	width:250px;
	height:580px;
	z-index:1;
	overflow: auto;
	color: #600;
	font-weight: bold;
	background-color: #d8cbbb;
	text-align: center;
	visibility: visible;
	padding-top: 5px;
	border-style: inset;
	border-color: #bca68b;
	left: 10px;
	top: 140px;
			}
#ZoneArtiste {
	position:absolute;
	width:700px;
	height:593px;
	z-index:1;
	left: 270px;
	top: 140px;
	overflow: auto;
	z-index:1;
	background-image: url(../Images/Blanc.png);
 }

a:link { color: #4c0c12; font-weight: 700; text-decoration: none }
a:visited { color: #5f5438; font-weight: 700; text-decoration: none }
a:active { color: #f93; font-weight: 700; text-decoration: none }
a:hover {
	color: #FFFF66;
	font-weight: 700;
	text-decoration: none
}

.LinkArtistPage:link { color: #4c0c12; text-decoration: underline }
.LinkArtistPage:visited   { color: #4c0c12; text-decoration: underline }
.LinkArtistPage:hover  { color: #f29d1a }
.LinkArtistPage:active  { color: #f29d1a }

.NomArtisteClass {
	font-size:24px;
	color:#4c0c12;
	font-family:"Comic Sans MS";
	font-weight:bold;
	position:absolute;
	text-align:center
}
.TexteArtisteClass {
	color:#4c0c12;
	font-size:14;
	font-weight:bold;
	text-align:justify;
	z-index: 110
/*  position:absolute;
	height: 122px;
	left: 96px;
	top: -153px;
	width: 382px;*/
}
 

