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

	Image Menu
	v 2.2

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


#imageMenu {
	position: relative;
	width: 720px;
	height: 400px;
	overflow: hidden;
	margin-left:95px;
	}



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

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

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

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

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

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

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

.clear {
	clear: both;
}

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

