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

	Image Menu
	v 2.2

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


#imageMenu {
	position: absolute;
	width: 510px;
	height: 202px;
	overflow: hidden;
	top: 53px;
	left: 320px;
}



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

#imageMenu ul li {
	float: left;
}

#imageMenu ul li a {
	text-indent: -1000px;
	background:#FFFFFF none repeat scroll 0%;
	cursor:pointer;
	display:block;
	overflow:hidden;
	width:100px;
	height: 202px;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #FFF;
}

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

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

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

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

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

.clear {
	clear: both;
}

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



