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

	Image Menu
	v 2.2

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


#imageMenu {
	position: relative;
	width: 100%;
	height: auto;
	overflow: hidden;
}



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

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

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

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

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

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

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

.clear {
	clear: both;
}

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


