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

	Image Menu
	v 2.2

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


#imageMenu {
	position: absolute;
	right:0;top:76px;
	width: 400px;
	height: 169px;
	overflow: hidden;
}



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

#imageMenu ul li {
	float: left;
}

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

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

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

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

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

#imageMenu ul li.nouscontacter a {
	/*background: url(images_menuImageMenu/abstract.jpg) repeat scroll 0%;*/
	background: url(images_menuImageMenu/image17.jpg) repeat scroll 0%;
	width: 250px;
}

.clear {
	clear: both;
}

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

