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

.actualite{
width:100%;
height:100%;	
position:relative;
padding:0;
-o-box-sizing:          border-box;
-ms-box-sizing:         border-box;
-moz-box-sizing:        border-box;
-webkit-box-sizing:     border-box;
box-sizing:             border-box;
text-align:left;
position:relative;		
}


.actualite-content{
width:100%;
height:100%;
margin:auto;
overflow:hidden;
}

.actualite-list{
height:100%;
width:auto;
display:block;
}

.actualite-list>ul{
width:100%;
height:100%;
margin:0;
float:left;	
}

.actualite-list-item{
float:left;	
width:220px !important;
height:100% !important;
list-style:none;
margin: 0;
position:static !important;
}

.actualite-list-item>a{
display:block;
margin:0;
text-decoration:none;
border:none;
height:100%;
width:100%;
position:relative;
overflow:hidden;
text-align:center;
}

.actualite-list-item div.image{
	width:100%;
	height:80px;
	position:relative;
	overflow:hidden;
}

.actualite-list-item div.image span{
	width:120%;
	height:120%;
	position:absolute;
	top:-10%;
	left:-10%;
}

.actualite-photo{
border:none;
width:100%;
height:auto;	
max-height:none;
position:absolute;
left:0;
top:0;
bottom:0;
margin:auto;
}

.actualite-list-item h2{
padding:0 !important;
width:100%;
height:auto;
border:none;
margin:0;
padding:0;
}
.actualite-list-item h3{
font-family:					Arial !important;
font-size:						12px !important;
color:							#19afe1 !important;
font-style:						italic;
text-align:						left;
padding-bottom:					20px;
}
.actualite-button-read{
font-family:'OpenSans';
color:#FFFFFF;
text-transform:uppercase;
text-decoration:none;
font-size:12px;
height:23px;
line-height:23px;
width:auto;
position:absolute;
bottom:2px;
right:0px;
text-align:center;
padding:0 13px;
border-radius:5px;
}

div.actualite-nav{
position:absolute;
bottom:0px;
left:0;
padding:0;
width:100%;
height:12px;
text-align:center;
}

div.actualite-nav a{
cursor:pointer;
height:12px;
width:12px;
border-radius:100%;
background:#fff;
overflow:hidden;
text-indent:-2000px;
margin:0 6px;
display:inline-block;
}

div.actualite-nav a.current, div.actualite-nav a:hover{
background:#19afe1;
}