@charset "UTF-8";
/* CSS Document */
body {
	background-color: #000000;
	margin: 0px;
	background-repeat: no-repeat;
	background-position: center;
}

#contenu {
	position:absolute;
	left: 50%;
	top: 50%;
	width: 752px;
	height: 250px;
	margin-top: -175px; /* moitié de la hauteur */
	margin-left: -376px; /* moitié de la largeur */
     }
#compagnie {
	position:absolute;
	left:0px;
	top:50px;
	width:164px;
	height:164px;
}
#repertoire {
	position:absolute;
	left:196px;
	top:50px;
	width:164px;
	height:164px;
}
#clients {
	position:absolute;
	left:392px;
	top:50px;
	width:164px;
	height:164px;
}
#contacts {
	position:absolute;
	left:588px;
	top:50px;
	width:164px;
	height:164px;
}
#bouton_trottoir {
	position:absolute;
	top:7px;
	width:50px;
	height:60px;
	z-index: 1;
	right: 5px;
}
