/* MENU */

.location {
	display: block;
	width: 78px;
	height: 57px;
}

.location:hover {
	background-image:url(../images/interface/menu/location2.png);
	background-repeat: no-repeat;
}

#materiel {
	display: block;
	width: 135px;
	height: 56px;
}

#materiel:hover {
	background-image: url(../images/interface/menu/materiel2.png);
	background-repeat: no-repeat;
}

#magasin {
	display: block;
	width: 134px;
	height: 56px;
}

#magasin:hover {
	background-image: url(../images/interface/menu/magasin.png);
	background-repeat: no-repeat;
}

#infos {
	display: block;
	width: 137px;
	height: 56px;
}

#infos:hover {
	background-image: url(../images/interface/menu/infos2.png);
	background-repeat: no-repeat;
}

#nouveaute {
	display: block;
	width: 104px;
	height: 56px;
}

#nouveaute:hover {
	background-image: url(../images/interface/menu/nouveaute2.png);
	background-repeat: no-repeat;
}

img {
	border: none;
}