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

	Image Menu
	v 2.2

**************************************************************/
#slideMenu {
	margin-left: 110px;
}

#imageMenu {
	width: 510px;
	height: 225px;
	overflow: hidden;
}

#slideMenu h2 {
	margin-left: 44px;
}


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

#imageMenu ul li {
	float: left;
}

#imageMenu ul li a {
	text-indent: -1000px;
	background:#FFFFFF none repeat scroll 0%;
	cursor:pointer;
	display:block;
	overflow:hidden;
	width:100px;
	height: 225px;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #FFF;
}

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

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

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

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


.clear {
	clear: both;
}

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


