/* CSS PAGE ARTISTE */

#BlocGlobal01 {
	width:805px; /*920*/
	background-color:#272727;
	padding-left:57px;
	padding-right:58px;
}

#BlocGlobal01 .ArtBloc00 {
	float:left;
	width:805px;
}

#BlocGlobal01 .ArtBloc01 {
	float:left;
	width:160px;
	padding-bottom:50px;
}

.NomArtiste {
	float:left;
	padding-top:10px;
}

.NomArtiste, .NomArtiste a {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFF;
	text-decoration:none;
}

.NomArtiste a:hover {
	color:#D84F2A;
	text-decoration:none;
}

#BlocGlobal01 .ArtBloc01 .PhotoArtiste {
	float:left;
	width:160px;
	height:160px;
	font-size:0;
	background-color:#2D2D2D;
}

#BlocGlobal01 .ArtBloc01 .PhotoArtiste img {
	border:1px solid #5D5D5D;
	font-size:0;
}

#BlocGlobal01 .ArtSeparateur01 {
	float:left;
	width:55px;
	height:1px;
	font-size:0;
}

.Pagination {
	width:795px;
	height:17px;
	padding-right:10px;
	clear:both;
	border-bottom:1px solid #ADADAD;
	background-color:#2D2D2D;

	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	color:#FFF;
	text-align:right;
}

.Pagination a {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	color:#FFF;
	text-decoration:none
}

.Pagination a:hover {
	color:#D84F2A;
	text-decoration:none
}


