/* CSS Document */

/*gestion de ma div de fond*/
#fond {
	position:absolute;
	height: 600px;
	width: 800px;
	left:50%;
	margin-left:-400px;
	top:5%;
	background-image: url(../imgs/fondPage.png);
	border:groove;
	border-color:#993300;
}

/*gestion du menu*/

#menu {
	position: absolute;
	width: auto;
	left: 265px;
	top: 515px;
	z-index:1;
}

/*gestion de ma table pour les machines*/
#machines {
	position: absolute;
	height: 435px;
	width: 700px;
	left: 50%;
	margin-left: -350px;
	text-align: center;
	top: 25px;
	overflow: auto;
	border-style:ridge;
}


