/* CSS Document */
* {
	margin: 0px;
	padding: 0px;
	}

#conteneur {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 540px;
	height: 324px;
	text-align: left;
	}
	
#fermer {
	float: right;
	margin-right: 45px;
	border: 0px;
	}

#carte{
	position: absolute;
	z:index: 99;
	width: 540px;
	height: 324px;
	}

#player {
	position: absolute;
	z:index: 100;
	width: 540px;
	height: 324px;
	background-image: url(backgrounddivplayer.jpg);
	text-align: center;
	}
	
#player1 {
	width: 450px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	}

