@charset "utf-8";
/* CSS Document */

.sliderwrapper{
position: relative; 
overflow: hidden; 
width: 465px;
height: 265px;

}

#bloc_slide
{
width: 465px;
height: 265px;
}
.sliderwrapper .contentdiv{
visibility: hidden; 
position: absolute; 
left: 0; 
top: 0;  
width: 465px;
height: 265px;


}

.right_slide h2
{
color:#A1A618;
font-weight:bold;
padding:0 0 10px 0;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size: 20px;
letter-spacing: -1pt;
max-height:40px;
overflow:hidden;
 /* Code spécial IE */ 
height: expression(this.scrollHeight > 40? "40px": "auto");
text-align:left
}
.top_right_slide
{
height:108px;
width:285px;
overflow:hidden;

}
.bot_right_slide
{
height:20px;
width:285px;
text-align:right;
clear:both;
padding:24px 0 0 0
}
.pagination{

width: 85px; 
clear:both;
z-index:9999;
padding:10px 0 0 6px;
height:210px;
overflow:hidden;
position:relative;
top:-270px;



}

.pagination a img{
padding:4px;
}
.pagination a:hover, .pagination a.selected{
padding:0px;
}
.pagination a:hover img, .pagination a.selected img{
border:4px #76BA06 solid;
padding:0px;
}
.titre_contentdiv
{
background:url(images/titre-une.png) no-repeat bottom;
height:68px;
padding:198px 0 0 0 
}
.titre_contentdiv h2
{
padding:8px 10px 0 10px;
width:445px;
height:20px;
overflow:hidden;

}
.titre_contentdiv h2 a
{
color:#FFF;
font-size:14px;
font-weight:bold;
}
.txt_contentdiv
{
padding:8px 10px 0 10px;
width:445px;
height:32px;
overflow:hidden;
text-align:justify;
font-size:11px;
line-height:13px

}
.txt_contentdiv a
{
color:#76BA06;
text-decoration:underline;

}