/*****
Image Menu
v 2.2
	*****/

#imageMenu {
	background:#000000;
	height: 204px;
	overflow: hidden;
  width: 900px;
}

#imageMenu ul {
	list-style: none;
	margin: 0px;
	display: block;
	height: 200px;
}

#imageMenu ul li {
	float: left;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}

#imageMenu ul li a {
	text-indent: -1000px;
	border-right: 1px solid #000;
	border-left: 1px solid #000;
	cursor:pointer;
	display:block;
	overflow:hidden;
	width:296px;
	height: 200px;
	margin: 0;
	padding: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}


#imageMenu ul li.bk1 a {
	background: url(images/boutique.jpg) repeat scroll 0%;
}

#imageMenu ul li.bk2 a {
	background: url(images/ecole.jpg) repeat scroll 0%;
}

#imageMenu ul li.bk3 a {
	background: url(images/voyage.jpg) repeat scroll 0%;
	border-right-style: none;
}

.clear {
	clear: both;
}



