*{

	margin:0;
	border:0;
	padding: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_bcp{

	/*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_bcp p{

	text-align: justify;

	padding: 15px;

}

#contenu_bcp a{

	color: #938472;

	font-weight: bold;

}

#contenu_bcp ul{

	margin-left: 40px;

	margin-bottom: 20px;

}

#contenu_bcp li{

	padding-right: 20px;

}

#contenu_bcp hr{

	width: 200px;

	height: 1px;

	border: none;

	border-bottom: solid 1px #938472;

	color: #938472;

	margin-top: 15px;

	margin-bottom: 15px;

	margin-left: auto;

	margin-right: auto;

	text-align: center;

}

#contenu_bcp dl{

	margin-left: 10px;

}

#contenu_bcp dt{

	clear: left;

	font-weight: bold;

	width: 100px;

	float: left;

	margin-right: 5px;

	text-align: right;

}

#contenu_bcp dd{

	margin-bottom: 7px;

}


#contenu_bcp label{

	clear: left;

	text-align: center;

	width: 116px;

	margin-right: 7px;

	float: left;

}

#contenu_bcp input{

	width: 230px;

	height: 19px;

	border: solid 1px #B35F7D;

	margin-bottom: 7px;

}

#contenu_bcp textarea{

	width: 353px;

	height: 283px;

	border: solid 1px #B35F7D;

	margin-bottom: 7px;

}

#contenu_bcp input.bouton{

	width: auto;

	border: solid 1px #B35F7D;

	background-color: #fff;

	margin-left: 100px;

}

#flag{

	/*position: relative;*/

	margin-top: 7px;

	margin-left: 424px;

	width: 496px;

}

#pied_page{

	/*position: relative;*/

	margin-top: 9px;

	left: 0;

	text-align: center;

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

	font-size: 10px;

	color: #000;

}

#pied_page a{

	color: #000;

}