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

	Image Menu
	v 2.2

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


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

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

#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: 200px;
}

#imageMenu ul li.philosophie a {
	background-attachment: scroll;
	background-image: url(Images/philosophie.jpg);
	background-repeat: repeat;
	background-position: 0%;
}

#imageMenu ul li.centre a {
	background-attachment: scroll;
	background-image: url(Images/centre.jpg);
	background-repeat: repeat;
	background-position: 0%;
}

#imageMenu ul li.rituels a {
	background-attachment: scroll;
	background-image: url(Images/rituels.jpg);
	background-repeat: repeat;
	background-position: 0%;
}

#imageMenu ul li.produits a {
	background-attachment: scroll;
	background-image: url(Images/produits.jpg);
	background-repeat: repeat;
	background-position: 0%;
}

#imageMenu ul li.tarifs a {
	background-attachment: scroll;
	background-image: url(Images/tarifs.jpg);
	background-repeat: repeat;
	background-position: 0%;
}

#imageMenu ul li.plus a {
	width: 290px;
	background-attachment: scroll;
	background-image: url(Images/plus.jpg);
	background-repeat: repeat;
	background-position: 0%;
}

.clear {
	clear: both;
}

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


