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

.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: #595959;
background: #FFFFFF;
margin-bottom: 15px;
}

.pagination a:hover, .pagination a.selected{
background-color: #485059;
color: #FFFFFF !important;
border-color: #485059;
font-weight: bold;
cursor: default;
}
.pagination a.selected{
text-decoration: none;
color: #FFFFFF;
background-color: #ff6600;
}
/*VIENT DE AJAX PAGINATION */
.pagination a.currentpage{ /*Style for currently selected page link*/
background-color: #485059;
color: #FFFFFF !important;
border-color: #485059;
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: #595959;
border-color: transparent;
}

.pagination a.prevnext{ /*Style for previous and next link*/
font-weight: bold;
}
/*VIENT DE AJAX PAGINATION */
.contentdiv{
	font: 11px/normal Verdana, "Bitstream Vera Sans", "Lucida Grande", sans-serif;
	color: #000000;
	min-height: 130px;
	float: right;
	width: 99%;
}

.contentdiv a, .contentdiv a:link, .contentdiv a:visited, .contentdiv a:active {
text-decoration: none;
color: #000000;
}

.contentdiv a :hover {
color: #ff6600;
}

.titre_11_slider, .titre_11_slider a, .titre_11_slider a:link, .titre_11_slider a:visited, .titre_11_slider a:active, .titre_11_slider a:hover {
text-decoration: none;
font: bold 11px Verdana, "Bitstream Vera Sans", "Lucida Grande", sans-serif;
color: #ff6600;
}

.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: #ff6600;
padding-top: 15px;
}

.contentdiv_dev a :hover {
color: #ff6600;
}

img.appel80_slide, img.appel80_slide a {
float: left;
height: 80px;
width: 80px;
margin-right: 10px;
vertical-align: bottom;
border-width: 0;
margin-top: 3px;
border-style: none;
}

div#espace {
	width: 99%;
	margin-top: 5px;
	margin-bottom: 5px;
	height: 1px;
	background-color: #5e5e5e;
	clear: both;
	float: right;
}
.pagination_lien{
	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-color: #ececec;
}
.pagination_lien a, .pagination_lien a:link, .pagination_lien a:visited, .pagination_lien a:active {
padding: 0 5px;
text-decoration: none;
color: #595959;
margin-bottom: 15px;
	background-color: #ececec;
}

.pagination_lien a:hover, .pagination_lien a.selected{
text-decoration: none;
color: #FFFFFF;
background-color: #ff6600;
}