/* NAV ACTUS */
.actus_nav {
	margin-top:-30px;
	float:right;
}


.actus_nav div {
	float:left;
}


.actus_nav  .pagination_center  {
	color:#ddd;
	line-height:18px;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
	.actus_nav  .pagination_center  {
		margin-top:2px;
	}
}


.actus_nav  .pagination_center a {
	margin:0px 2px;
	font-size: 12px;
	line-height:34px;
	height:34px;
	color:#098c37;
}
.actus_nav  .pagination_center a:hover {
	margin:0px 2px;
	text-decoration: none;
}
.actus_nav .pagination_center a.actif {
	color:#000;
	font-size: 12px;
	font-weight: bold;
}



.actus_nav .fleche-droite_gros2, .actus_nav .fleche-gauche_gros2 {
	font-size: 30px;
	line-height:34px;
	height:34px;
	color:#098c37;
	font-style: normal;
	font-weight: normal;
	margin:0px;

}

.actus_nav .fleche-gauche_petit2, .actus_nav .fleche-droite_petit2 {
	font-size: 24px;
	line-height:34px;
	height:34px;
	color:#098c37;
	margin:0px 2px;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
	.actus_nav .fleche-gauche_petit2, .actus_nav .fleche-droite_petit2 {
		margin-top:4px;
	}
}

.actus_nav a.fleche-gauche_petit2, .actus_nav a.fleche-droite_petit2{
	display:block;
}
.actus_nav .passif {
	color:#ddd;
}

/* ACTUS */

.actu_liste{
	float:none;
	clear:both;	
}
.actu_liste{
	float:none;
	clear:both;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #d4d4d4;
	padding-top:15px;

	padding-bottom:15px;
}

.actu_liste .divimg {
	margin-right:15px;
	float:left;
	width:130px;
	text-align:left;
	overflow:visible;
}

.actu_liste .img {
	max-height: 130px;
	max-width: 130px;
	-webkit-box-shadow:  0px 3px 8px 0px rgba(0, 0, 0, 0.5);
	box-shadow:  0px 3px 8px 0px rgba(0, 0, 0, 0.5);	
	overflow:visible;
}

.actu_liste .div {
	float:left;
	text-align: left;
	width:564px;	
}

.actu_liste h4 {
	float:left;
	font-size: 20px;
	line-height: 24px;
	color: #000000;
	font-weight: bold;
	text-transform: none;
	max-height: 48px;
	overflow:hidden;
	display:block;
	clear:both;
	float:none;
}


.actu_liste .txt {
	font-size: 11px;
	line-height: 14px;
	color: #000000;
	font-weight: normal;
	text-transform: none;
	margin-top:5px;
	overflow:hidden;
}

.actu_liste .lien {
	margin-top:5px;
	float:right;
}