/**************************************************************
	Image Menu
	v 2.2
**************************************************************/
.imageMenu {
	position: relative;
	width: 800px;
	height: 70px;
	overflow: hidden;
	/* [disabled]margin-left: -30px; */
}
.imageMenu ul {
	list-style: none;
	margin: 0px;
	display: block;
	height: 70px;
	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:85px;
	height: 70px;
}
/* Éléments originaux du menu
.imageMenu ul li.landscapes a {
	background: url(images/landscapes.jpg) repeat scroll 0%;
}
.imageMenu ul li.people a {
	background: url(images/people.jpg) repeat scroll 0%;
}
.imageMenu ul li.nature a {
	background: url(images/nature.jpg) repeat scroll 0%;
}
.imageMenu ul li.urban a {
	background: url(images/urban.jpg) repeat scroll 0%;
}
.imageMenu ul li.abstract a {
	background: url(images/abstract.jpg) repeat scroll 0%;
	width: 170px;
}*/
/*Éléments modifiés : */
.imageMenu ul li.statue a {
	background-attachment: scroll;
	background-image: url(../imgs/menu/statue.jpg);
	background-repeat: repeat;
	background-position: 0%;
}
.imageMenu ul li.boisdore a {
	background-attachment: scroll;
	background-image: url(../imgs/menu/dore.jpg);
	background-repeat: repeat;
	background-position: 0%;
}
.imageMenu ul li.sculpte a {
	background-attachment: scroll;
	background-image: url(../imgs/menu/sculpte.jpg);
	background-repeat: repeat;
	background-position: 0%;
}
.imageMenu ul li.concept a {
	background-attachment: scroll;
	background-image: url(../imgs/menu/autres.jpg);
	background-repeat: repeat;
	background-position: 0%;
}
.imageMenu ul li.vitrine a {
	background-attachment: scroll;
	background-image: url(../imgs/menu/ventes.jpg);
	background-repeat: repeat;
	background-position: 0%;
}
.imageMenu ul li.links a {
	background-attachment: scroll;
	background-image: url(../imgs/menu/liens.jpg);
	background-repeat: repeat;
	background-position: 0%;
}
.imageMenu ul li.contact a {
	width: 170px;
	background-attachment: scroll;
	background-image: url(../imgs/menu/contact.jpg);
	background-repeat: repeat;
	background-position: 0%;
}
.clear {
	clear: both;
}
/*************************************************************/

