*{
	padding: 0;
	margin: 0;
}
body{
	padding: 0;
	margin: 0;
	background-color: #fff;
}
#global{
	/*position: absolute;
	top: 50%;
	left: 50%;*/
	width: 760px;
	height: 600px;
	margin: 0 auto;
}
#nom_artiste{
	position: relative;
	top: 0;
	left: 0;
	width: 760px;
	height: 58px;
}
#photo{
	position: relative;
	top: 0;
	left: 0;
	width: 760px;
	height: 460px;
}
#bas{
	position: relative;
	top: 0;
	left: 0;
	text-align: right;
	width: 760px;
	height: 82px;
}
#pied_page{
	position: relative;
	top: 0;
	left: 0;
	text-align: center;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000;
}
#pied_page a{
	color: #000;
}
