/*---------------- banniere MENU ------------*/
#banniere {
	padding: 0px;
	margin: auto;
	overflow: hidden;
	width: 499px;
}

#banniere .bannieres {
	display: block;
	background: #000 url(images/home/right.jpg) top right no-repeat;
	height: 100px;
}

#banniere ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

#banniere li {
	float: left;
}

#banniere .banniere {
	display: block;
	cursor: pointer;
	overflow: hidden;
	height: 100px;
	width: 161px;
	background: #000;
	border-right: 5px solid #000;
}

#banniere .banniere span {
	position: absolute;
	left: -999px;
	width: 990px;
}

#banniere .ventei {
	background: #FFF url(images/home/ventei.jpg);
}

#banniere .loci {
	background: #FFF url(images/home/loci.jpg);
}

#banniere .locv {
	background: #FFF url(images/home/locv.jpg);
	border-right: 0;
}
/*---------------- banniere MENU END ---------*/
