.jimgMenu {
	position: relative;
	width: 1000px;
	height: 100px;
	overflow: hidden;
	margin: 0px 0px 0px 0px;
}

.jimgMenu ul {
	list-style: none;
	margin: 0px;
	display: block;
	height: 100px;
	width: 1350px;
	
	}

.jimgMenu ul li {
	float: left;
}

.jimgMenu ul li a {
	text-indent: -1000px;
	border-right: 1px solid #999;
	cursor:pointer;
	display:block;
	overflow:hidden;
	width:78px;
	height: 100px;
}

.jimgMenu ul li.accueil a {
	background: url(../images/impression1.jpg) repeat scroll 0%;
}

.jimgMenu ul li.apropos a {
	background: url(../images/imprimerie.jpg) repeat scroll 0%;
}

.jimgMenu ul li.parc a {
	background: url(../images/impression2.jpg) repeat scroll 0%;
}
.jimgMenu ul li.etiquette a {
	background: url(../images/itiquette.jpg) repeat scroll 0%;
}

.jimgMenu ul li.Flyer a {
	background: url(../images/flyer.jpg) repeat scroll 0%;
}

.jimgMenu ul li.cartemariage a {
	background: url(../images/carte-mariage.jpg) repeat scroll 0%;
}

.jimgMenu ul li.contact a {
	background: url(../images/contact.jpg) repeat scroll 0%;
}

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

.clear {
	clear: both;
}
