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

	Image Menu
	v 2.2

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


#imageMenu {
	position: relative;
	width: 700px;
	height: 200px;
	overflow: hidden;
}



#imageMenu ul {
	list-style: none;
	margin: 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:60px;
	height: 200px;
}

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

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

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

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

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

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

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

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

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

.clear {
	clear: both;
}

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


