*{
	padding: 0px;
	margin: 0px;
}
html{
	width: 100%;
	height: 100%;
}
body{
	width: 100%;
	height: 100%;
	background-image: url(../img/fond.gif);
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #fff;
}
img{
	border: none;
}
div#global{
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 997px;
	height: auto;
	background-image: url(../img/fd_global.gif);
	background-repeat: repeat-y;
}
div#top{
	position: relative;
	width: 997px;
	height: 334px;
	background-image: url(../img/fd_top.jpg);
}
div#nom_artiste{
	position: relative;
	left: 339px;
	top: 37px;
	width: 470px;
	height: 91px;
}
div#menu{
	position: relative;
	left: 272px;
	top: 86px;
	width: 556px;
	height: 25px;
}
div#logo{
	position: absolute;
	left: 272px;
	top: 232px;
	width: 255px;
	height: 78px;
	float: left;
}
div#titre{
	position: absolute;
	left: 527px;
	top: 232px;
	width: 381px;
	height: 78px;
}
div#contenant{
	position: relative;
	width: 997px;
	min-height: 180px;
	height: auto;
	background-image: url(../img/fd_bot.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
	padding-bottom: 90px;
}
div#contenu{
	position: relative;
	left: 145px;
	top: 8px;
	width: 700px;
	height: auto;
	border: solid 1px #443939;
	background-color: #4c4040;
}
#contenu p{
	padding: 15px;
	padding-top: 0px;
	font-size: 12px;
	color: #fff;
	text-align: justify;
}
#contenu dl{
	margin-left: 40px;
	font-size: 12px;
	color: #fff;
	margin-bottom: 20px;
}
#contenu dt{
	font-weight: bold;
	float: left;
	width: 150px;
	text-align: right;
	color: #c8bca1;
}
#contenu dd{
	margin-left: 160px;
	margin-bottom: 7px;
}
#contenu ul{
	margin-left: 40px;
	font-size: 12px;
	color: #fff;
	margin-bottom: 20px;
}
#contenu table{
	margin-left: auto;
	margin-right: auto;
	width: 600px;
}
#contenu td.cell-apercu{
	text-align: center;
	vertical-align: bottom;
	padding-bottom: 5px;
}
#contenu img.apercu{
	border: solid 1px #000;
}
#contenu td.legende{
	text-align: center;
	vertical-align: top;
	padding-bottom: 10px;
	font-size: 11px;
	color: #000;
}
#contenu hr{
	width: 300px;
	height: 1px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	border: none;
	border-bottom: solid 1px #fff;
	margin-bottom: 15px;
	margin-top: 15px;
}
#contenu span.titre{
	color: #c8bca1;
	font-weight: bold;
}
#contenu form{
	margin-left: 80px;
}
#contenu label{
	/*clear: left;*/
	width: 70px;
	float: left;
	font-size: 12px;
	text-align: right;
	margin-right: 8px;
	color: #fff;
}
#contenu input{
	width: 300px;
	border: solid 1px #c8bca1;
	background-color: transparent;
	margin-bottom: 7px;
	color: #fff;
}
#contenu input.bt{
	margin-left: 78px;
	cursor: pointer;
}
#contenu textarea{
	width: 300px;
	border: solid 1px #c8bca1;
	background-color: transparent;
	margin-bottom: 7px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #fff;
}
div#pied-page{
	position: relative;
	width: 997px;
	height: 51px;
	background-image: url(../img/pied_page.jpg);
}
#pied-page p{
	color: #7c7171;
	font-size: 10px;
	padding-top: 6px;
	padding-left: 231px;
	padding-right : 231px;
	text-align: center;
}
#pied-page a{
	color: #7c7171;
}
