/**************************************************************
	Image Menu	v 2.2
**************************************************************/
#habitat {
	top : 344px;
	left: 1040px;
	position: absolute;
}
#imageMenu {
	position: absolute;
	width: 540px;
	height: 220px;
	overflow: hidden;
	top : 411px;
	left: 492px;
	z-index: 10;
}

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

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

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

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

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

#imageMenu ul li.jardin-hiver a {
	background: url(images/def-prem/jardin-hiver.jpg) repeat scroll 0%;
	width: 300px;
}

.clear {
	clear: both;
}
