
.contentslide{
padding:0;
width: 217px;
margin:0 0 11px 0;
}

.contentslide .opacitylayer
{ /*Do not edit this rule unless you're familiar with CSS opacity behavior*/
width: 100%;
height: 100%;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;

}

.contentslide .contentdiv{
display: none;
}

.pagination{
width: 217px; /*Width of pagination DIV. To equal that of Content Slider's width, take into account the later's left/right paddings!*/
text-align: left;
background:#6790AC url(images/bg_lienrecherche_degrade.gif) repeat-x top left;
padding:8px 0 6px 0;

}

* html .pagination{ /*Simplified box model hack to get IE5 to display width equal to that of Content Slider's*/
width: 217px; /*IE5 width*/
w\idth: 217px; /*IE6 width*/
}

.pagination a
{
	font-size:1.2em;
	padding: 8px 28px 6px 20px;
	text-decoration: none; 
	color: #fff;
	font-weight:bold;
	background:url(images/fleche_neutre.gif) no-repeat 6px 12px;
}

.pagination a:hover
{
	color: #fff;
}

.pagination a.selected
{
	color: #fff;
	background: #203745 url(images/fleche_over.gif) no-repeat 6px 12px;
}
