*{
	padding: 0;
	margin: 0;
}
body{
	padding: 0;
	margin: 0;
	background-color: #fff;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
}
#global{
	width: 800px;
	height: 600px;
	margin:0 auto;
	background-image: url(../img/f_bcp.gif);
	background-repeat: no-repeat;
}
#nom_artiste{
	position: relative;
	top: 0;
	left: 0;
	width: 800px;
	height: 59px;
}
#menu{
	position: relative;
	top: 0;
	left: 0;
	width: 800px;
	height: 27px;
}
#contenu{
	position: relative;
	top: 30px;
	left: 16px;
	width: 652px;
	height: 462px;
	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;
}
