@charset "utf-8";
/* CSS Document */

html, body {
margin: 0;
padding: 0;
height: 100%;
width: 100%;
}

.camion {
	position: absolute;
	height: 385px;
	width: 603px;
	left: 10%;
	right: 5%;
	top: 40%;
	bottom: 15%;
	z-index:0;
}

.box {
	position: absolute;
	height: 57%;
	width: 90%;
	top: 15px;
	bottom: 30%;
	left: 5%;
	z-index:15;
}

.menu_sol {
	position: absolute;
	width: 70%;
	height: 10%;
	border-collapse: collapse;
	z-index:10;
	bottom: 1%;
	left:10%;
}

