*{
	padding: 0;
	margin: 0;
}
body{
	padding:0;
	margin: 0;
	text-align: center;
}
#global{
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -400px;
	margin-top: -300px;
	width: 800px;
	height: 600px;
	background-image: url(../img/f_acc.jpg);
	background-repeat: no-repeat;
	border: solid 1px #000;
	text-align: left;
}
#nom_artiste{
	position: relative;
	top: 29px;
	left: 56px;
	width: 265px;
	height: 126px;
}
#bt_entrer{
	position: relative;
	top: 74px;
	left: 642px;
	width: 124px;
	height: 21px;
}
#pied_page{
	position: relative;
	top: 433px;
	left: 5px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000;
	width: 550px;
}
img{
	border: none;
}
#pied_page a{
	color: #B62E2E;
	font-weight: bold;
	text-decoration: none;
}
#pied_page a:hover{
	color: #000;
}