#divSlide{
	background-color:			#F9F9EF;
	margin:						0 auto; 
	width:						600px;
	position:					relative;
	border-bottom:				1px solid #F7931E;
}

#divSlide img{
	border:						1px solid black;
}

#divSlide .left, #divSlide .right{
	float: 						left;
	height:						210px;
}

#divSlide .left{
	width:						202px;
	margin-left:				5px;
}
#divSlide .right{
	width:						308px;
	margin-right:				5px;
	text-align:					left;
	/*position:					relative;*/
}

#divSlide .right h3{
	margin-top:					0px;	
}

#divSlide .right .summary{
	padding:					10px;
}
#divSlide .right .summary p:first-child{
	padding-top:0;
	margin-top:0;
}

#divSlide .linkProd{
	clear:						both;
	text-align:					right;
	padding-right:				75px;
	/*position:					relative;*/
}

/* A partir de ce point, les propriétés sont inhérentes à EasySlider */

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


/* Easy Slider */

#slider ul{
	padding:	0	40px;
}

#slider li,
#slider2 ul, #slider2 li{
	margin:0;
	padding:0;
	list-style:none;
	}
#slider2{
	margin-top:1em;
}

#slider li, #slider2 li{ 
	/* 
		define width and height of list item (slide)
		entire slider area will adjust according to the parameters provided here
	*/ 
	width:560px;
	height:260px;
	overflow:hidden; 
	}	
	
#prevBtn, #nextBtn{
	display:block;
	width:40px;
	height:40px;
	position:absolute;
	top:20px;
	height:260px;
	background-color:			#F9F9EF;
}	


#nextBtn{
	right:0px;
}	


#prevBtn a, #nextBtn a,
#slider1next a, #slider1prev a{  
	display:block;
	position:relative;
	width:40px;
	height:40px;
	background:url(btn_prev.jpg) no-repeat 0 0;	
	margin-top:105px;

	}	
#nextBtn a, #slider1next a{ 
	background:url(btn_next.jpg) no-repeat 0 0;	
	}
	
/* // Easy Slider */