#grey_featured {background:#dadada;}
#featured_contener {
width:1080px;
margin:auto;
}


.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
width: 797px; /*width of featured content slider*/
height: 340px;
}



.sliderwrapper .contentdiv{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/

background: dadada;
width: 797px; /*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;
}

*+html .sliderwrapper .contentdiv {z-index:1;}
#pagination_content {
width: 300px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
text-align:left;
background-color:/*#E9E9E9*/;
border:1px solid #ccc;
position:absolute;
z-index:999;
margin-left:495px;
margin-top:-100px;
}



.unemoment {margin-left:5px;font-weight:bold;color:#666666;}
.pagination{
padding:5px;
text-align: center;

}
#pagination_content .spip_logos {
border:3px solid #fff;
}

#pagination_content .spip_logos a {
border:3px solid #fff;
}

#pagination_content .spip_logos a:hover {
border:3px solid #ccc;
}

.pagination a{

}

.pagination a:hover, .pagination a.selected{

}

.featlogocontent {
float:left;
width:464px;
height:340px;
overflow:hidden;
display:block;
background:#FFF;

}

*+html .featlogocontent {padding-top:10px;}
.featlogo {
width:444px;
height:320px;
margin:10px;
overflow:hidden;
}


.featintrocontent {
float:left;
margin:20px 0 0 33px;
width:300px;
text-align:left;


}

.fix_featured {
background:url(images_fichiers/bgs/header/fix_featured.jpg) repeat-x;
height:10px;
display:block;
}

.arrow_feat {
background:url(images/arrow_feat.png);
width:35px;
height:70px;
display:block;
position:absolute;
z-index:999;
margin-top:140px;
margin-left:430px;
}

*+html .arrow_feat {margin-left:419px;}
* html .arrow_feat {margin-left:419px;}
.postMeta span.datefeat {
background:#dadada;
color:#7F7F7F;
padding:0 2px 0 4px;
}
.postMeta span.commentsfeat {
background:#dadada url(images/user.gif) no-repeat left center;
padding-left:15px;
margin-left:2px;
}

.logo_une {
	background:url(images/logo_une.png);
	width:108px;
	height:108px;
	display:block;
	position:absolute;
	z-index:999;
	top:0;
	left:0;
}