*{

	padding: 0;

	margin: 0;

}

body{

	background-color: #fff;

	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;

	font-size: 14px;

	color: #000;
	
	width: 1920px;

	height: 100vh;

/*	margin: 0 auto;*/

	background-image: url("../img/f_bcp.jpg");

	background-repeat: no-repeat;


}

#global{
	
	margin: 0 auto;
	
	/*position: absolute;

	top: 50%;

	left: 50%;

	width: 1920px;

	height: 100vh;*/

	
}

#nom_artiste{

	position: relative;

	top: 0;

	left: 280px;

	width: 800px;

	height: 59px;

}

#menu{

	position: relative;

	top: 0;

	left: 280px;

	width: 800px;

	height: 27px;

}

#contenu{

	/*position: relative;*/

	margin-top: 14px;

	margin-left: 300px;

	width: 1024px;

	height: 700px;

	background-image: url(../img/contenu_bcp.jpg);

	background-repeat: no-repeat;

	overflow: auto;

}

#contenu table{

	width: 652px;

	height: 344px;

}

#contenu td{

	text-align: center;

}

#contenu td.apercu{

	vertical-align: bottom;

	/*border: solid 1px #B35F7D;*/

}

#contenu td.legende{

	font-size: 10px;

	vertical-align: top;

}

#contenu img{

	border: solid 1px #B35F7D;

}

#contenu p{

	text-align: center;

	font-size: 12.5px;

	color: #8F8F8F;

	font-style: italic;

	font-weight: bold;

}

#contenu p.pages{

	color: #C67C7C;

}

#contenu a{

	color: #6B7889;

	text-decoration: none;

}

#contenu span.actif{

	font-size: 16px;

}

#flag{

	position: relative;

	top: 21px;

	left: 424px;

	width: 296px;

	height: 26px;

}

#pied_page{

	position: relative;

	top: 30px;

	left: 0;

	text-align: center;

	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;

	font-size: 10px;

	color: #000;

}

#pied_page a{

	color: #000;

}