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

	Image Menu
	v 2.2

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


#imageMenu {
	position: relative;
	width: 600px;
	height: 200px;
	overflow:hidden;
}

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

#imageMenu li {
	float: left;
}


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


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

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

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

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

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

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

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

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


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


.clear {
	clear: both;
}

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

