*{
	padding: 0px;
	margin: 0px;
}
body{
	width: 100%;
	height: 100%;
	background-color: #140804;
	background-image: url(../img/fond.gif);
	background-repeat: repeat-x;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

div#global{
	position: relative;
	width: 990px;
	height: 560px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(../img/fd_accueil.jpg);
	background-repeat: no-repeat;
}
div#artiste{
	position: relative;
	left: 506px;
	top: 180px;
	width: 280px;
	height: 112px;
}
div#pied_page{
	position: relative;
	left: 0px;
	top: 318px;
	width: 352px;
	height: 75px;
	float: left;
}
#pied_page p{
	font-size: 11px;
	color: #82460e;
	text-align: right;
	padding-top: 5px;
}
#pied_page a{
	color: #82460e;
}
div#menu{
	position: absolute;
	left: 365px;
	top: 409px;
	width: 565px;
	height: 96px;
}
img{
	border: none;
}
