/* Start of CMSMS style sheet 'imageMenu' */
/**************************************************************

	Image Menu
	v 2.2

**************************************************************/
#imageMenu {
  text-align: center;
	position: relative;
	width: 960px;
	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:120px;
	height: 200px;
}

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

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

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

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

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

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

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

#imageMenu ul li.nature1 a {
	background: url(images/tarifs-ref.jpg) repeat scroll 0%;
	/*width: 290px;*/
}

.clear {
	clear: both;
}

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


/* End of 'imageMenu' */

