@charset "ISO-8859-1";
body {
	background-color: #000000;
	background-image: url(../img/motif.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
#conteneur {
	height: 600px;
	width: 900px;
	margin-top: -300px;
	margin-left: -450px;
	position: absolute;
	left: 50%;
	top: 50%;
}
#music {
	height: 30px;
	width: 100px;
	position: absolute;
	top: 0px;
	right: 30px;
}

