html,body {
	background-color: black;
	width: 100%;
	font-family: trebuchet MS;
}


#corps {
	width: 935px;
	margin: auto;
}

#header{
	background-image: url("images/header.png");
	background-repeat: no-repeat;
	width: 935px;
	height: 175px;
}

.bordure {
	border: 0px;
}

#player{
	text-align: right;
	padding: 121px 44px 0px 0px;
}

#artphoto{
	float:right;
margin-top:80px;
margin-right:0px;
	}

#jaquette{
	background-image: url("images/jaquette.png");
	background-repeat: no-repeat;
	height:400px;
	width: 277px;
	float: right;
	padding:0 0 0 200px;

}

#dl{
	width: 245px;
	padding: 0px 0px 0px 0px;
}

#contenu{
	background-image: url("images/contenu.gif");
	width: 934px;
	height: 561px;
	background-color: white;
	padding: 1px 0px 0px 0px;
}

#contenu p{
	width: 380px;
	font-weight: bold;
	padding: 0px 0px 0px 44px;
	text-align: justify;
}

#parole{
	padding: 0px 0px 0px 44px;
}

#bandeau {
	text-align: center;
	
}
/*
#retour {
	float:right;
	background-image:url(images/retour.png);
	width:155px;
	height:117px;
}*/


#retour img{
		float:right;
		background-image:url(images/retour.png);
		width: 148px;
		height:121px;
	}
	
#retour img:hover{
		float:right;
		background-image:url(images/retour1.png);
		width: 148px;
		height:121px;
		margin:1px 0px 0px 0px;
	}

#foot{
	background-image: url("images/foot.gif");
	background-repeat: no-repeat;
	width: 935px;
	height: 50px;
	padding:1px 0px 0px 0px;
}
