/*

*, html {
	margin: 0;
	padding: 0;
}

*/

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

	Image Menu
	v 2.3

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


.imageMenu {
	position: relative;
	width: 582px;
	height: 321px;
	overflow: hidden;
}



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

.imageMenu ul li {
	float: left;
	margin: 0;
	padding: 0;
}

.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:115px;
	height: 321px;
}

.imageMenu ul li.collectivite a {
	background: white url(../img/smf-collectivite.jpg) repeat scroll 0%;
}

.imageMenu ul li.habitat a {
	background: white url(../img/smf-habitat.jpg) repeat scroll 0%;
}

.imageMenu ul li.industrie a {
	background: white url(../img/smf-industrie.jpg) repeat scroll 0%;
}

.imageMenu ul li.serrurerie a {
	background: white url(../img/smf-serrurerie.jpg) repeat scroll 0%;
}

.imageMenu ul li.tertiaire a {
	background: white url(../img/smf-tertiaire.jpg) repeat scroll 0%;
	width: 449px;
}

.clear {
	clear: both;
}

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

