.moduletable_slider{
	background:url(../images/bg-shadow-slider.png) no-repeat bottom center;
	padding-bottom:7px;
}

#slideinfos{  
	width:613px;  
	height:296px;
	border:1px solid #d8e1e3;
	padding:8px;
	background:#FFFFFF;
	
	position:relative;
    z-index: 1;
    clear:both;
    overflow:hidden;
   
}
#fond-slide {
    overflow: hidden;
}

.slide_mask{
	width:613px;  
	height:296px;
	
    position: relative;
    top: 0;
    left: 0;         
}


.slide{                  
    position:absolute;
    top:0;
    left: 9999px; /* remplacé dynamiquement par le javascript */
} 

.slide_texte{
	width: 613px;
    height: 296px;
	
    position:relative;
    top: 0px;
    left: 0px;
    overflow: hidden;
}
.slide_texte h1{
	background:url(../images/bg-slider-title.png) repeat;
	position:relative;
	z-index:10;
	text-align:center;
	height:34px;
	padding-top:13px;
}
.slide_texte span.slide_titre{
	background: url(../images/bg-slider-title.png) repeat;
	position: relative;
	z-index: 10;
	text-align: center;
	height: 34px;
	padding-top: 13px;
	color: #FFFFFF;
	font: 22px 'museo_sans_500regular', Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-transform: uppercase;
	display:block;
}
.slide_texte img{
	position:absolute;
	top:0px;
}

.arrow{
	width:22px;
	height:33px;
   
    position:absolute;
    top:0;
    z-index: 105;
}
         
#left_arrow{
    left:-100px;
    top: 170px;
}

#right_arrow{
    right: -100px;
    top: 170px;
}

.slide_numlist {
    padding:0;
	
    position: absolute;
    bottom:15px;
	left:45%;
    z-index:999;
}
body.sud .slide_numlist{
	display:none;
}

.slide_numlist span {
	display:inline-block;
	padding:1px 5px;
	margin:0 1px;
    
    font-size:1px;
	text-indent:-9999px;
    color:#414141; 
	background:url(../images/nav-bullet.png) no-repeat bottom;
	width:5px;
	height:7px;
}

.slide_numlist span:hover {
    cursor: pointer;    
}

.slide_numlist span.active {
    background:url(../images/nav-bullet.png) no-repeat top;
}


#left_arrow a:link, #left_arrow a:visited, #left_arrow a:hover, #left_arrow a:active {
	display:block;
	width:22px;
	height:33px;
	
    background:transparent url(../images/left.png) no-repeat top left;
    text-decoration:none;
}

#right_arrow a:link, #right_arrow a:visited, #right_arrow a:hover, #right_arrow a:active {
    display:block;
	width:22px;
	height:33px;
	
    background:transparent url(../images/right.png) no-repeat top left;
    text-decoration:none;
}