.sliderwrapper{
	position: relative; /*leave as is*/
	overflow: hidden; /*leave as is*/
	border-bottom-width: 0px;
	width: 508px; /*width of featured content slider*/
	height:55px;
}



.sliderwrapper .contentdiv{

	background-image:url(../images/fond_contentslider.jpg);
	background-repeat:repeat-x;
	visibility: hidden; /*leave as is*/
	position: absolute; /*leave as is*/
	left: 0;  /*leave as is*/
	top: 0;  /*leave as is*/
	padding: 0px;
	width:508px; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
	height:100%;
}

.pagination{
/*width: 90px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
text-align: center;
padding: 0px;
/* float:right; */
margin-right:-3px;
}

.pagination a {
	background-image:url(../images/puce_actus.jpg);
	width:14px;
	height:13px;
	display:block;
	overflow:hidden;
	font-size:10px;
	color:#FFFFFF;
	text-decoration:none;
	text-align:center;
	float:left;
	margin-left:3px;
}

.pagination a:visited { color:#FFFFFF }

.pagination a:link{
	/*color:#9a9a9a;*/
}

.pagination a:hover, .pagination a.selected{
	/*background-image:url(../images/actu_slide_on.png);
	color:#F79522;*/
	
	color:#28569F;
}

.pagination a.selected:hover{
	background-image:url(../images/puce_actus.jpg);
	width:14px;
	height:13px;
	display:block;
	overflow:hidden;
	font-size:10px;
	color:#28569F;
	text-decoration:none;
	text-align:center;
	float:left;
	margin-left:3px;

}

a.puce_actus {
	background-image:url(../images/puce_actus.jpg);
	width:14px;
	height:13px;
	display:block;
	overflow:hidden;
	font-size:10px;
	color:#FFFFFF;
	text-decoration:none;
	text-align:center;
	float:left;
	margin-left:3px;
}

a.puce_actus_selected {
	background-image:url(../images/puce_actus.jpg);
	width:14px;
	height:13px;
	display:block;
	overflow:hidden;
	font-size:10px;
	color:#28569F;
	text-decoration:none;
	text-align:center;
	float:left;
	margin-left:3px;
}

