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

	Image Menu
	v 2.2

**************************************************************/
#imageMenu {
	position: relative;
	width: 505px;
	height: 485px;
	overflow: hidden;
}

#imageMenu ul {
	list-style: none;
	display: inline;
	height: 485px;
	width: 1000px;
}

#imageMenu ul li {
	float: left;
	margin: 0;
}

#imageMenu ul li a {
	text-indent: -1000px;
	background:#FFFFFF none repeat scroll 0%;
	border-right: 2px ridge #e83ce6;
	display:block;
	overflow:hidden;
	width:80px;
	height: 485px;
}

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

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

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

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

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

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

.clear {
	clear: both;
}

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

