#global {
    margin-left: auto;
    margin-right: auto;
    width: 800px;
    /*text-align: center; /* on rétablit l'alignement normal du texte */
	/*padding-top: 30px;*/
	/* rajout jj */
	/*border:5px solid #8eb9fe;*/
	min-height:600px;
	
}

#musique{
	width : 800px;
	text-align:right;
}

#blockgauche{
	float : left;
	min-height : 600px;
	background-image:url("menu.jpg");
	background-repeat: no-repeat;
	width:208px;
}

#contenubase {
	margin-top:0px;
	padding-top: 0px;
	background-color:#4e0f0f;
	width:592px;
	min-height:575px;
	float:left;
	position:relative;
}

#container{
	min-height:592px;
	background-color:#3c1615;
}