*{
	padding: 0px;
	margin: 0px;
}
html{
	width: 100%;
	height: 100%;
}
body{
	width: 100%;
	height: 100%;
	background-color: #000;
	background-image: url(../img/fond.jpg);
	background-position: center top;
	background-repeat: repeat-y;
}
div#global{
	position: relative;
	margin-right: auto;
	margin-left: auto;
	width: 990px;
	height: auto;
}
div#nom-artiste{
	position: relative;
	left: 127px;
	top: 0px;
	width: 600px;
	height: 148px;
}