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

	Image Menu
	v 2.2

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


#imageMenu {
	position: relative;
	ZZwidth: 500px;
	width: 250px;
	height: 200px;
	overflow: hidden;
}



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

#imageMenu ul li {
	float: left;
}

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

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

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

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

/* Pour des images supplémentaires 
#imageMenu ul li.image_N a {
	background: url(images/image_N.jpg) repeat scroll 0%;
} */

#imageMenu ul li.image_4 a {
	background: url(images/image_4.gif) repeat scroll 0%;
	ZZwidth: 310px;
	width: 154px;
}

.clear {
	clear: both;
}

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

