
/**************************************************************

	Image Menu
	v 2.2

**************************************************************/
#imageMenu {
	position: relative;
	width: 500px;
	height: 180px;
	overflow: hidden;
}

#imageMenu ul {
	list-style: none;
	margin: 0px;
	display: block;
	height: 180px;
	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: 150px;
}

#imageMenu ul li.mindfra a {
	background: url(images/mindfra.jpg) repeat scroll 0%;
}

#imageMenu ul li.beauteindienne a {
	background: url(images/beauteindienne.jpg) repeat scroll 0%;
}

#imageMenu ul li.larosedelinde a {
	background: url(images/larosedelinde.jpg) repeat scroll 0%;
}

#imageMenu ul li.chezsarika a {
	background: url(images/chezsarika.jpg) repeat scroll 0%;
}

#imageMenu ul li.restoindien a {
	background: url(images/restoindien.jpg) repeat scroll 0%;

}
#imageMenu ul li.references a {
	background: url(images/references.jpg) repeat scroll 0%;
	width: 18px;
}

.clear {
	clear: both;
}

#container {
	width: 500px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 20px;
}

ul, li{
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/*************************************************************/