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

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

#imageMenu ul li.quad2006 a {
	background: url(../img/quad2006.gif) repeat scroll 0%;
}

#imageMenu ul li.StJulien a {
	background: url(../img/st-Julien-sur-Veyle.gif) repeat scroll 0%;
}

#imageMenu ul li.feteLumieres2005 a {
	background: url(../img/fete-Lumieres-2005.gif) repeat scroll 0%;
}

#imageMenu ul li.feteLumieres2006 a {
	background: url(../img/fete-Lumieres-2006.gif) repeat scroll 0%;
}

#imageMenu ul li.edf_handisports a {
	background: url(../img/edf_handisports.gif) repeat scroll 0%;
}

#imageMenu ul li.matta-village a {
	background: url(../img/matta-village.gif) repeat scroll 0%;
	width: 310px;
}

.clear {
	clear: both;
}

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


