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

	Image Menu
	v 2.2

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


#imageMenu {
	display:block;
	position: relative;
	margin: 0;
	padding:0;
	width: 600px;
	height: 96px;
	overflow: hidden;
}



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

#imageMenu ul li {
	float: left;
	padding:0 2px;
	margin:0;
}

#imageMenu ul li a {
	text-indent: -1000px;
	background:#FFFFFF none repeat scroll 0%;
	cursor:pointer;
	display:block;
	overflow:hidden;
	width: 96px;
	height: 96px;
}
#imageMenu ul li.video a {
	background: url(../images/video.jpg) left top no-repeat;
}

#imageMenu ul li.internet a {
	background: url(../images/Internet.jpg) left top no-repeat;
}

#imageMenu ul li.sythese a {
	background: url(../images/Image3D.jpg) left top no-repeat;
}

#imageMenu ul li.edition a {
	background: url(../images/Edition.jpg) left top no-repeat;
}

#imageMenu ul li.agence a {
	background: url(../images/Agence.jpg) left top no-repeat ;

}

#imageMenu ul li.comprojet a {
	background: url(../images/ComProjet.jpg) no-repeat scroll 0%;

}

.clear {
	clear: both;
}

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