#slideinfos{  
	position:relative;
    z-index: 1;
    clear:both;
    overflow:hidden;
	width:100%;
}
#fond-slide {
	position:relative;
}
.slide_mask{
	width:100%;  
    position: relative;
    top: 0;
    left: 0;
	height:43rem;
}
.slide{                  
    position:absolute;
    top:0;
    left: 9998px;
	width:100%;
	height:100%;
} 
.text-wrap{
	background:url(../images/bg-slider.png) no-repeat;
	padding:10px 10px 12px 10px;
}


/* Stable ..*/
.arrow{
	width:26px;
	height:26px;   
    position:absolute;
    top:50%;
	margin-top:-40px;
    z-index: 105;
	
	display:none;
}
.arrow:hover  {
	cursor:pointer;
}
#slider_left_arrow{	
    left:1%;
	background: url(../images/fleche_previous.png);
}

#slider_right_arrow{
    right:1%;
	background: url(../images/fleche_next.png);
}

.slide_numlist {
	display:table;
	text-align:center;
	width:100%;
	margin-top:1rem;
}

.slide_numlist span {
	display:inline-block;
	padding:1px 5px 1px 5px;
	margin:0 4px;   
	text-indent:-9999px;
    background: url(../images/slide_off.png) no-repeat;
}

.slide_numlist span:hover {
    cursor: pointer;   
	background: url(../images/slide_hover.png) no-repeat;
}

.slide_numlist span.active {
	text-indent:-9999px;
    background: url(../images/slide_on.png) no-repeat;
}


/*Slider de gauche*/
#left #slideinfos{
	height:402px;
}
#slider-left_slide_mask{
	height:400px;
}
#slider-left_slide_mask .text-wrap{
	background:url(../images/bg-slider-left.png) no-repeat;
	padding:9px 9px 30px 9px;
}
#slideinfos #slider-left_slide_numlist{
	position:absolute;
	bottom:8px;

}