#contenant_slider {
position:relative;
top:40px;
}

#slider{
width:873px;
height:90px;
margin:320px 0 0 3px;
padding:0 0px 0 0px;
display:block;
background:url(../images/fond_slider.png) no-repeat;
position:absolute;
}

#slider ul, #slider li{
margin:0;
padding:0;
list-style:none;
float:left;
width:873px;
height:90px;}

#slider ul li{ 
/* 
define width and height of list item (slide)
entire slider area will adjust according to the parameters provided here
*/ 

width:873px; /* largeur de défilement */
height:90px;
overflow:hidden;
outline:0px;
border:0px;

}	

.banner
{
	width:790px;
	float:left;
	height:90px;
}

.box
{
	width:790px;
	height:90px;
/*	background:url(../images/bannerbox.png) no-repeat; */ /* pour lier une image à l'élément qui défile uniquement */
	margin:0 0 0 77px;
}

.box h2
{
	width:790px;
	float: left;
	font-weight:bold;
	font-size:17px;
	color:#fff;
	margin:0 0 0 7px;
}

.box p
{
	width:700px;
	float: left;
	font-size:15px;
	line-height:14px;
	text-align:justify;
	color: #fff;
	margin:0 0 0 7px;
}
.box .la_suite
{
/*	width:100%;
	float:left;
*/	
	position:relative;
	font-size:13px;
	color:#009ee0;
	left:570px;
	margin:0;
	padding:0;
	bottom:0px;
	width:100px;
}
ul.banner
{
	
	width:960px;
	height:392px;
	float:left;
	background: url(../images/banner.png) no-repeat;
}

#prevBtn, #nextBtn{ 
display:block;
width:14px;
height:20px;
position:absolute;
left:0px;
top:340px;
font-size:13px;
font-style:italic;
color:#4c4c4c;
}	
#nextBtn{ 
left:27px;
}
#prevBtn a, #nextBtn a{  
display:block;
width:17px;
height:17px;
position:absolute;
color:#fff;
/*z-index:10;*/ 
/*left:0px;*/
/*top:90px;*/
text-indent:-9999px;
background:url(../images/prev.png)  no-repeat;
}	
#nextBtn a{ 
background:url(../images/next.png)  no-repeat;
/*right:545px;*/
}