.jimgMenu {
	position:relative;
	padding: 0px;
	height:200px;
	overflow: hidden;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	width: 665px;
}

.jimgMenu ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	display: block;
	height: 200px;
	position: relative;
	}
	
.jimgMenu ul li {
	width: 95px;
	float: left;
	display: block;
	overflow: hidden;
}

.jimgMenu ul li a {
	text-indent: -1000px;
	background:#fff repeat scroll 0%;
	border-right: 2px solid #fff;
	cursor:pointer;
	display:block;
	overflow: hidden;
	height: 200px;
}

.jimgMenu ul li#accueil a {
	background: url(english/images/accueil.jpg) repeat scroll 0%;
  
}

.jimgMenu ul li#presentation a {
	background: url(english/images/presentation.jpg) repeat scroll 0%;
  
}

.jimgMenu ul li#situation a {
	background: url(english/images/situation.jpg) repeat scroll 0%;

}

.jimgMenu ul li#vins a {
	background: url(english/images/vins.jpg) repeat scroll 0%;
  
}

.jimgMenu ul li#palmares a {
	background: url(english/images/palmares.jpg) repeat scroll 0%;

}

.jimgMenu ul li#contact a {
	background: url(english/images/contact.jpg) repeat scroll 0%;
}

.jimgMenu ul li#liens a {
	background: url(english/images/liens.jpg) repeat scroll 0%;
	border-right-style: none;
}

.clear {
	clear: both;
}
.etiquettes {
	border: 1px dotted #000;
}

