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

	Image Menu
	v 2.2

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


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

#imageMenu ul {
	padding-left: 8px;
}

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

#imageMenu ul li {
	float: left;
}

#imageMenu ul li a {
	text-indent: -1500px;
	background:#FFFFFF none repeat scroll 0%;
	border-right: 2px solid #fff;
	cursor:pointer;
	display:block;
	overflow:hidden;
	width:128px;
	height: 200px;
}

.clear {
	clear: both;
}

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

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

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

#imageMenu ul li.equipes_m a {
	background: url(../images/equipes_m.jpg) repeat scroll 0%;
	width: 133px;
	border-right:0px;

}


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


