/**************************************************************

	Image Menu
	v 2.2

**************************************************************/


#imageMenu {
	position: relative;
	width: 750px;
	height: 200px;
	overflow: hidden;
}



#imageMenu ul {
	list-style: none;
	margin: 0px;
	display: block;
	height: 200px;
	width: 1000px;
	
	}

#imageMenu ul li {
	float: left;
}

#imageMenu ul li a {
	text-indent: -1000px;
	background:#FFFFFF none repeat scroll 0%;
	border-right: 2px solid #fff;
	cursor:pointer;
	display:block;
	overflow:hidden;
	width:98px;
	height: 200px;
}
#imageMenu  ul  li.chaussuressecurite  a {
	background-attachment: scroll;
	background-image: url(../images/images/chaussures_de_securite.jpg);
	background-repeat: repeat;
	background-position: 0%;
}
#imageMenu  ul  li.corpsmedical  a {
	background-attachment: scroll;
	background-image: url(../images/images/corps_medical.jpg);
	background-repeat: repeat;
	background-position: 0%;
}
#imageMenu  ul  li.hotelsrestaurants  a {
	background-attachment: scroll;
	background-image: url(../images/images/hotels_restaurants.jpg);
	background-repeat: repeat;
	background-position: 0%;
}
#imageMenu  ul  li.polostshirts  a {
	background-attachment: scroll;
	background-image: url(../images/images/polos_t_shirts.jpg);
	background-repeat: repeat;
	background-position: 0%;
}
#imageMenu  ul  li.vetementsdetravail  a {
	/*width: 310px;*/
	background-attachment: scroll;
	background-image: url(../images/images/vetements_travail.jpg);
	background-repeat: repeat;
	background-position: 0%;
}

#imageMenu  ul  li.tenuesscolaires  a {
	/*width: 310px;*/
	background-attachment: scroll;
	background-image: url(../images/images/tenues_scolaires.jpg);
	background-repeat: repeat;
	background-position: 0%;
}

.clear {
	clear: both;
}

/*************************************************************/
