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

	Image Menu
	v 2.2

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

#imageMenu {
	position: relative;
	height: 105px;
	overflow: hidden;
}

#imageMenu ul {
	list-style: none;
	margin: 0px;
	display: block;
	height: 105px;
	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:42px;
	height: 105px;
}

#imageMenu ul li.presentation a {
	background: url(../images/presentation.jpg) repeat scroll 0%;
}

#imageMenu ul li.demo a {
	background: url(../images/demo.jpg) repeat scroll 0%;
}

#imageMenu ul li.materiel a {
	background: url(../images/materiel.jpg) repeat scroll 0%;
}

#imageMenu ul li.galerie a {
	background: url(../images/galerie.jpg) repeat scroll 0%;
}

#imageMenu ul li.tarif a {
	background: url(../images/tarif.jpg) repeat scroll 0%;
}

#imageMenu ul li.news a {
	background: url(../images/news.jpg) repeat scroll 0%;
}

#imageMenu ul li.contact a {
	background: url(../images/contact.jpg) repeat scroll 0%;
  width: 345px;
}

.clear {
	clear: both;
}

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

