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

	Image Menu
	v 2.2

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


#imageMenu {
	position: relative;
	width: 500px;
	height: 200px;
	padding-left: 2px;
	padding-bottom: 2px;
	overflow: hidden;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #937b6a;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #937b6a;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #937b6a;
}



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

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

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

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

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

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

.clear {
	clear: both;
}

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

