/*

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

*/

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

	Image Menu
	v 2.3

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


.imageMenu {
	position: relative;
	width: 1000px;
	height: 100px;
	overflow: hidden;
}



.imageMenu ul {
	list-style: none;
	margin: 0px;
	display: block;
	height: 100px;
	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:98px;
	height: 100px;
}

.imageMenu ul li.accueil a {
	background: green url(../img/accueil.png) repeat scroll 0%;
}

.imageMenu ul li.exterieur a {
	background: green url(../img/ext.png) repeat scroll 0%;
}

.imageMenu ul li.interieur a {
	background: green url(../img/int.png) repeat scroll 0%;
}

.imageMenu ul li.escalier a {
	background: green url(../img/esca.png) repeat scroll 0%;
}

.imageMenu ul li.chantier a {
	background: green url(../img/chantier.png) repeat scroll 0%;
}

.imageMenu ul li.presse a {
	background: green url(../img/presse.png) repeat scroll 0%;
}

.imageMenu ul li.contact a {
	background: green url(../img/contact.png) repeat scroll 0%;
}
.imageMenu ul li.plan a {
	background: green url(../img/plan.png) repeat scroll 0%;
}
.imageMenu ul li.adresse a {
	background: green url(../img/adresse.png) repeat scroll 0%;
}
.imageMenu ul li.actualite a {
	background: green url(../img/actualite.png) repeat scroll 0%;
}
.imageMenu ul li.transmenu a {
	background: green url(../img/transmenu.png) repeat scroll 0%;
}
.clear {
	clear: both;
}

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


