.jimgMenu {
	position: relative;
	width: 928px;
	height: 154px;
	overflow: hidden;
	margin: 0px auto 0px;
	background-color: #FFFFFF;
}

.jimgMenu ul {
	list-style: none;
	margin: 0px;
	display: block;
	height: 154px;
	width: 1340px;
	padding-left:0;
	
	}

.jimgMenu ul li {
	float: left;
}

.jimgMenu ul li a {
	text-indent: -1000px;
	background:#FFFFFF none repeat scroll 0%;
	border-right: 2px solid #fff;
	cursor:pointer;
	display:block;
	overflow:hidden;
	width:78px;
	height: 154px;
}

.jimgMenu ul li.index a {
	background: url(images/index.jpg) repeat scroll 0%;
	min-width:120px;
}
.jimgMenu ul li.indexr a {
	background: url(images/indexr.jpg) repeat scroll 0%;
	min-width:120px;
}

.jimgMenu ul li.materiaux a {
	background: url(images/materiaux.jpg) repeat scroll 0%;
	min-width:120px;
}
.jimgMenu ul li.materiauxr a {
	background: url(images/materiauxr.jpg) repeat scroll 0%;
	min-width:120px;
}

.jimgMenu ul li.nature a {
	background: url(images/nature.jpg) repeat scroll 0%;
	min-width:120px;
}
.jimgMenu ul li.naturer a {
	background: url(images/naturer.jpg) repeat scroll 0%;
	min-width:120px;
}

.jimgMenu ul li.revetements a {
	background: url(images/revetements.jpg) repeat scroll 0%;
	min-width:120px;
}
.jimgMenu ul li.revetementsr a {
	background: url(images/revetementsr.jpg) repeat scroll 0%;
	min-width:120px;
}

.jimgMenu ul li.reparation a {
	background: url(images/reparation.jpg) repeat scroll 0%;
	min-width:120px;
}
.jimgMenu ul li.reparationr a {
	background: url(images/reparationr.jpg) repeat scroll 0%;
	min-width:120px;
}

.jimgMenu ul li.contact a {
	background: url(images/contact.jpg) repeat scroll 0%;
	min-width:400px;
	
}
.jimgMenu ul li.contactr a {
	background: url(images/contactr.jpg) repeat scroll 0%;
	min-width:400px;
	
}

.clear {
	clear: both;
}

