

.lotDispoZones {
    height: 200px;
    left: 258px;
    margin: 0 auto;
    padding-left: 0;
    position: absolute;
    top: 258px;
    width: 200px;
}

.lotDispoZones li {
    color: #fff;
    font-family: Montserrat;
    font-size: 14px;
    font-weight: 300;
    height: 180px;
    list-style: outside none none;
    margin: 0 auto;
    opacity: 0;
    padding: 10px;
    position: absolute;
    text-decoration: none;
    transition: all 0.3s ease-in-out 0s;
    width: 180px;
}

.lotDispoZones li#x10 {
	top:60px;
	height: auto;
}


.lotDispoZones .lhover, .lotDispoZones .lselected {
	display: block;
	opacity: 1;
	text-decoration: none;
	list-style: none;
}

.lotDispoZones .lhover {
	z-index: 2;
}

.lotDispoZones .lselected { 
	z-index: 1;
}


.pictoTop {
	text-align: center;
	margin-top: 5px;
}

.pictoTop p {
	color: #3d41a5;
	margin-top: 0;
	font-size:16px;
	line-height: 16px;
}

.boutonBottom {
	text-align: center;
}

.boutonBottom a {
	text-transform: uppercase;
	color:#fff;
	text-decoration: none;
	font-weight: 400;
	font-size:12px;
	background-color: #C1152B;
	padding: 5px 10px 5px 25px;
	position: relative;
    transition: all 0.3s ease-in-out 0s;
}

.boutonBottom a:hover {
	background-color: #9D9EA2;
	color:#000;
}

.boutonBottom img {
	position: absolute;
	left:5px;
	top:5px;
}
