.sliderwrapper{
	position: relative; /*leave as is*/
	overflow: hidden;
	/*width: 100%; /*width of featured content slider*/
height: 95px;
	border-bottom: 1px solid #595959;
}

.sliderwrapper .contentdiv{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
padding: 2px;
/*width: 99%; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
height: 100%;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
margin-top: 5px;
margin-left: 0px;
}

/*////////////-> POUR VOIR !
.contentdiv{
background: #FFFFCC;
}
.sliderwrapper{
background: #FF0000;
}*/
.pagination{
	width: 99%; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
	text-align: right;
	padding: 5px;
	font: bold 10px Verdana, "Bitstream Vera Sans", "Lucida Grande", sans-serif;
	margin-bottom: 2px;
	/*background: #FF66CC;*/
}

/*VIENT DE AJAX PAGINATION */
.pagination ul{
margin: 0;
padding: 0;
text-align: right; /*Set to "left" or "right" to left/right align pagination interface*/
font-size: 100%;
}

.pagination li{
list-style-type: none;
display: inline;
padding-bottom: 1px;
}

*:first-child+html .pagination li a{ /*IE7 only CSS hack*/
margin-right: 4px; /*IE bug causes default spacing between links to disappear, so added it explicitly in IE7 */
}

* html .pagination li a{ /*IE6 and below CSS hack*/
margin-right: 4px; /*IE bug causes default spacing between links to disappear, so added it explicitly in IE6 and below browsers*/
}
/*VIENT DE AJAX PAGINATION */
.pagination a, .pagination a:link, .pagination a:visited, .pagination a:active {
padding: 0 5px;
text-decoration: none;
color: #6f686a;
background: #FFFFFF;
margin-bottom: 15px;
}

.pagination a:hover, .pagination a.selected{
text-decoration: none;
color: #000000;
background-color: #cabdbf;
}
/*VIENT DE AJAX PAGINATION */
.pagination a.currentpage{ /*Style for currently selected page link*/
background-color: #5c5658;
color: #FFFFFF !important;
border-color: #5c5658;
font-weight: bold;
cursor: default;
}

.pagination a.disabled, .pagination a.disabled:hover{ /*Style for "disabled" previous or next link*/
background-color: #FFFFFF;
cursor: default;
color: #cabdbf;
border-color: transparent;
}

.pagination a.prevnext{ /*Style for previous and next link*/
font-weight: bold;
}

/*VIENT DE AJAX PAGINATION */
.contentdiv{
	/*font: 10px/normal Verdana, "Bitstream Vera Sans", "Lucida Grande", sans-serif;*/
	color: #000000;
	min-height: 130px;
	float: left;
	width: 270px;
	/widht: 270px;
	/*margin-right: 5px;*/
	border-right: 1px dotted #c6c6c6; 
	padding-right: 9px;
	-padding-right: 9px;
	margin-bottom: 10px;
text-align: justify;
}
.contentdiv a, .contentdiv a:link, .contentdiv a:visited, .contentdiv a:active{
	color: #000000;
}
.contentdivd{
	/*font: 10px/normal Verdana, "Bitstream Vera Sans", "Lucida Grande", sans-serif;*/
	color: #000000;
	min-height: 130px;
	float: left;
	width: 270px;
	/widht: 270px;
	margin-left: 6px;
	padding-left: 4px;
	margin-bottom: 10px;
text-align: justify;
}
.contentdivd a, .contentdivd a:link, .contentdivd a:visited, .contentdivd a:active{
	color: #000000;
}
.contentdiv a:hover, .contentdiv a:focus,.contentdivd a:hover, .contentdivd a:focus {
color: #ff6600;
text-decoration: none;
}

/*contentdiv_dev*/
.contentdiv_dev{
font: 11px/normal Verdana, "Bitstream Vera Sans", "Lucida Grande", sans-serif;
color: #000000;
margin-top: 10px;
}

.contentdiv_dev a, .contentdiv_dev a:link, .contentdiv_dev a:visited, .contentdiv_dev a:active {
text-decoration: none;
color: #000000;
padding-top: 15px;
}

/*.contentdiv_dev a :hover {
color: #1d8548;
}*/
/*POUR L'IMAGE D'ACCOMPAGNEMENT*/
img.appel80_slide, img.appel80_slide a {
float: left;
height: 55px;
width: 270px;
vertical-align: bottom;
border-width: 0;
margin-top: 3px;
margin-bottom: 3px;
	border-bottom: 2px solid #000000;
}
/* COMPLEMENT*/
div#paginate-top, div#paginate-bottom {
	clear: both;
	width: 560px;
}
/*TITRE_11 SLIDER*/
/*????????????????????????*/
.h4titre_11_slider {
text-align: justify;
font-weight: bold;
}
.h4titre_11_slider a, .h4titre_11_slider a:link, .h4titre_11_slider a:visited, .h4titre_11_slider a:active {
text-decoration: none;
font: bold 12px Verdana, "Bitstream Vera Sans", "Lucida Grande", sans-serif;
color: #000000;
}
.h4titre_11_slider a:hover, .h4titre_11_slider a:focus {
color: #ff6600;
font-weight: bold;
}
/*typo_10_slider*/
.typo_10_slider {
font-size: 10px;
text-align: justify;
}