#slider{
	display:none;
	position:relative;
}

/* image replacement */

.graphic, #prevBtn, #nextBtn, #slider1prev, #slider1next{
	margin:0;
	padding:0;
	display:block;
	overflow:hidden;
	text-indent:-8000px;
}

/* // image replacement */

/* Easy Slider */

#slider ul, #slider li.liste-slider, #slider2 ul, #slider2 li.liste-slider{
	margin:0;
	padding:0;
	list-style:none;
}

#slider2{
	margin-top:1em;
}

/* {{{ PROD : [MenuBandeauDefilant] */
#slider li.liste-slider, #slider2 li.liste-slider{
	/*
	define width and height of list item (slide)
	entire slider area will adjust according to the parameters provided here
	*/
	overflow:hidden;
	background:none !important;
}
/* PROD }}} */

#slider, #slider li.liste-slider{
	/*overflow:none;*/
}

#slider, #slider li.liste-slider, #slider-content{
	width:970px;
}

/* {{{ PROD : [MenuBandeauDefilant] */
/* NAVIGATION PAR FLECHE */
.nav-button{
	float:right;
	display:block;
}
#prevBtn, #nextBtn{
	top:0;
	height:100%;
	display:block;
	position:absolute;
	z-index:10;
	width:50px;
	/* {{{ COR : [TK9052] [EVO1216] */
	/*background:url(../img/bgBtn.png) no-repeat 0px 50%;*/
	/* COR }}} */
	-webkit-transition: background 0.3s ease-in-out;
    -moz-transition: background 0.3s ease-in-out;
    -ms-transition: background 0.3s ease-in-out;
    -o-transition: background 0.3s ease-in-out;
    transition: background 0.3s ease-in-out;
}
#prevBtn{
	left:0px;
}
#nextBtn{
	right:0px;
	/* {{{ COR : [TK9052] [EVO1216] */
	/*background:url(../img/bgBtn.png) no-repeat 10px 50%;*/
	/* COR }}} */
}
#prevBtn a, #nextBtn a{
	display:block;
	position:relative;
	height:100%;
	width:40px;
	background:url(../img/prevBtn.png) no-repeat 50% 50%;
	-webkit-transition: background 0.3s ease-in-out, width 0.3s ease-in-out, margin-left 0.3s ease-in-out;
    -moz-transition: background 0.3s ease-in-out, width 0.3s ease-in-out, margin-left 0.3s ease-in-out;
    -ms-transition: background 0.3s ease-in-out, width 0.3s ease-in-out, margin-left 0.3s ease-in-out;
    -o-transition: background 0.3s ease-in-out, width 0.3s ease-in-out, margin-left 0.3s ease-in-out;
    transition: background 0.3s ease-in-out, width 0.3s ease-in-out, margin-left 0.3s ease-in-out;
}
#nextBtn a{
	background:url(../img/nextBtn.png) no-repeat 50% 50%;
	margin-left:10px;
}
#prevBtn:hover, #nextBtn:hover{
	width:50px;
	background:none;
}
#prevBtn a:hover, #nextBtn a:hover{
  	background-color:#fff;
	width:50px;
	opacity : 0.75; 
    -moz-opacity : 0.75; 
    -ms-filter: "alpha(opacity=75)"; /* IE 8 */ 
    filter : alpha(opacity=75); /* IE < 8 */
}
#nextBtn a:hover{
	margin-left:0px;
}
.prev-slide a, .next-slide a, .produit-slide a, .lien-slide a{
	float:left;
	height:20px;
	margin:5px;
}
.prev-slide a, .next-slide a{
	width:100px;
}

/* NAVIGATION PAR BLOCS */
/* Nouveau type de controle pour le slider (des blocs sur la droite) by Doudou */
ul#controls{
	margin:0;
	padding:0;
	position:absolute;
	right:0px;
	top:0px;
	z-index:10;
	background-color:#ddd;
}

ul#controls li{
	margin:0;
	padding:0;
	list-style:none;
	width:100%;
	background-color:#ddd;
}

ul#controls li a{
	/* surcharge de l\"interface :
    color
    background-color
    font-family */
	display:block;
	padding:0;
	line-height:15px;
	text-decoration:none;
	text-align:center;
	color:#333;
	font-size:12px;
	border-bottom:solid 1px #bbb;
}
ul#controls li a span{
	display:block;
	padding:10px;
}
ul#controls li a:hover{
	/* surcharge de l\"interface :
    color
    background-color
    font-family */
	color:#000;
	background-color:#eee;

}
ul#controls li.current a{
	/* surcharge de l\"interface :
    color
    background-color
    font-family */
	color:black;
	font-size:12px;
	font-weight:bold;
	color:#000;
	background-color:#eee;
	border-bottom:solid 1px #333;
}

ul#controls li a:focus, #prevBtn a:focus, #nextBtn a:focus{
	outline:none;
}
/* PROD }}} */

/* NAVIGATION PAR NUMERO */
ol#controls{
	margin:0;
	padding:0;
	height:25px;
	position:absolute;
	left:0px;
	bottom:10px;
	z-index:10;
	padding-left:10px;
}

ol#controls li{
	margin:0 5px 0 0;
	padding:0;
	float:left;
	list-style:none;
	width:25px;
	height:25px;
	line-height:25px;
}

ol#controls li a{
	/* surcharge de l\"interface :
    color
    background-color
    font-family */
	float:left;
	height:25px;
	width:25px;
	line-height:25px;
	text-decoration:none;
	text-align:center;
	color:#000;
	background-color:#fff;
	font-size:14px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
}
ol#controls li a:hover{
	/* surcharge de l\"interface :
    color
    background-color
    font-family */
	color:#000;
}
ol#controls li.current a{
	/* surcharge de l\"interface :
    color
    background-color
    font-family */
	color:black;
	font-size:14px;
	font-weight:bold;
	height:25px;
	width:25px;
	color:#fff;
	background-color:#000;
	text-decoration:underline;
}

ol#controls li a:focus, #prevBtn a:focus, #nextBtn a:focus{
	outline:none;
}

/* // Easy Slider */

/*
SYTLE DE LA MISE EN PAGE OASIS
*/

#slider-content{
	position:relative;
	margin:0;
	padding:0;
}

/* BÉQUILLE */

#slider-content table{
	width:970px !important;
}