
/**************************************************************

	Image Menu
	v 2.2

**************************************************************/


#imageMenu {
	position: relative;
	width: 450px;
	height: 200px;
	overflow: hidden;
}

#imageMenu ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	display: block;
	height: 200px;
	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:90px;
	height: 200px;
}

#imageMenu ul li.design a {
	background: url(imgs/emballage-luxe.jpg) repeat scroll 0%;
}
#imageMenu ul li.design-uk a {
	background: url(imgs/luxe-packaging.jpg) repeat scroll 0%;
}

#imageMenu ul li.cellulose a {
	background: url(imgs/Cellulose-informations.jpg) repeat scroll 0%;
}
#imageMenu ul li.cellulose-uk a {
	background: url(imgs/ecologically-treated-form.jpg) repeat scroll 0%;
}

#imageMenu ul li.industrie a {
	background: url(imgs/Protection-industrielle.jpg) repeat scroll 0%;
}
#imageMenu ul li.industrie-uk a {
	background: url(imgs/Protection-industry.jpg) repeat scroll 0%;
}

#imageMenu ul li.emballage a {
	background: url(imgs/emballage-biodegradable.jpg) repeat scroll 0%;
}
#imageMenu ul li.emballage-uk a {
	background: url(imgs/protection-of-products.jpg) repeat scroll 0%;
}

#imageMenu ul li.production a {
	background: url(imgs/production-emballage.jpg) repeat scroll 0%;
	width: 320px;
}
#imageMenu ul li.production-uk a {
	background: url(imgs/product-protection.jpg) repeat scroll 0%;
	width: 320px;
}

.clear {
	clear: both;
}

/*************************************************************/

