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

	Image Menu
	v 2.2

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


#imageMenu {
	position: relative;
	width: 800px;
	height: 200px;
	overflow: hidden;
	background-position: center;
	margin: 0 auto;
}



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

#imageMenu ul li {
	float: left;
}

#imageMenu ul li a {
	text-indent: -900px;
	background:#FFFFFF none repeat scroll 0%;
	border-right: 2px solid #fff;
	cursor:pointer;
	display:block;
	overflow:hidden;
	width:40px;
	height: 200px;
}

#imageMenu ul li.bleuetagne a {
	background: url(images/bleuetagne.jpg) repeat scroll 0%;
}
#imageMenu ul li.breizh a {
	background: url(images/breizh.jpg) repeat scroll 0%;
}
#imageMenu ul li.echoues a {
	background: url(images/echoues.jpg) repeat scroll 0%;
}
#imageMenu ul li.plates a {
	background: url(images/plates.jpg) repeat scroll 0%;
}
#imageMenu ul li.vestigesbordes a {
	background: url(images/vestigesbordes.jpg) repeat scroll 0%;
}
#imageMenu ul li.marines a {
	background: url(images/marines.jpg) repeat scroll 0%;
}
#imageMenu ul li.granits a {
	background: url(images/granits.jpg) repeat scroll 0%;
}
#imageMenu ul li.lumieresautomne a {
	background: url(images/lumieresautomne.jpg) repeat scroll 0%;
}
#imageMenu ul li.frimas a {
	background: url(images/frimas.jpg) repeat scroll 0%;
}
#imageMenu ul li.mirroir a {
	background: url(images/mirroir.jpg) repeat scroll 0%;
}
#imageMenu ul li.sonerezh a {
	background: url(images/sonerezh.jpg) repeat scroll 0%;
}
#imageMenu ul li.gwennhadu a {
	background: url(images/gwennhadu.jpg) repeat scroll 0%;
}
#imageMenu ul li.villages a {
	background: url(images/villages.jpg) repeat scroll 0%;
}
#imageMenu ul li.triptyques a {
	background: url(images/triptyques.jpg) repeat scroll 0%;
}
#imageMenu ul li.panoramiques a {
	background: url(images/panoramiques.jpg) repeat scroll 0%;
}
#imageMenu ul li.festivals a {
	background: url(images/festivalsbretons.jpg) repeat scroll 0%;
}
#imageMenu ul li.reportages a {
	background: url(images/reportages.jpg) repeat scroll 0%;
}



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

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

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

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

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

.clear {
	clear: both;
}

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