/****** ACTUALITÉS ******/

.ma-container {
	background: #f3f3f3;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
	border: 1px solid #dfdfdf;
    border-bottom: 5px solid #ccc;
	height: 280px;
	overflow: hidden;
	padding: 10px 15px;
	position: relative;
	width: 100%;
}
.ma-container,
.ma-container a {
	color: #5093C9;
}

.ma-title {
	font-size: 18px;
	color: #597297;
	font-weight: 100;
	line-height: 18px;
	margin-bottom: 10px;
}

.ma-rss {
	font-size: 0;
	line-height: 0;
	position: absolute;
	right: 15px;
	top: 12px;
}

.ma-news-container {
	height: 205px;
}
	/** Classe servant au plugin bxSlider pour indentifier les éléments du slider.
		Ne pas lui associer de propriété dans la mesure du possible **/
	.ma-news { }

	.ma-news-content {
		font-size: 10px;
		overflow: hidden;
	}
		.ma-news-date {
			text-transform: uppercase;
			color: #4d4d4d;
			font-weight: 500;
			margin: 5px 0 2px 0;
		}
		.ma-news-title {
			margin: 0 0 8px 0;
		}
		.ma-news-title,
		.ma-news-title a {
			font-size: 15px;
			font-weight: 500;
			line-height: 1;
		}
		.ma-news-image {
			margin: 0 0 5px 0;
		}
		.ma-news-resume {
			color: #4d4d4d;
			font-size: 12px;
			line-height: 1.2;
		}
		.ma-know-more-link {
			display: inline-block;
			margin: 2px 0 0;
		}


.ma-container .ma-pagination {
	float: right;
	margin: 6px 0;
}
	.ma-container .ma-pagination-title,
	.ma-container .ma-pager,
	.ma-container .bx-pager {
		display: inline;
	}
		.ma-container .ma-pagination .bx-pager-item {
			display: inline-block;
		}
			.ma-container .ma-pagination .bx-pager-item a {
				background: #FFF;
				border-radius: 50%;
				display: inline-block;
				height: 10px;
				margin: 0 0 0 6px;
				overflow: hidden;
				text-indent: -999px;
				text-decoration: none;
				width: 10px;
			}
			.ma-container .ma-pagination .bx-pager-item:first-child a {
				margin-left: 0;
			}
			.ma-container .ma-pagination .bx-pager-item a:hover,
			.ma-container .ma-pagination .bx-pager-item .active {
				background: #5093C9;
			}


.ma-detail-actu .actu-date {
	font-size: 12px;
	margin: 0;
}

.ma-container .ma-all-news-link {
	float: left;
}
	.ma-container .ma-all-news-link > a {
		background: #5093C9;
		color: #FFF;
		display: block;
		font-size: 11px;
		height: 20px;
		line-height: 20px;
		padding: 0 6px;
		text-decoration: none;
		-webkit-transition: all 0.2s ease-in-out;
		        transition: all 0.2s ease-in-out;
	}
	.ma-container .ma-all-news-link > a:hover {
		background: #597297;
	}

#ma-all-news {
	
}
	#ma-all-news .news {
		border-top: 1px solid #AAA;
		padding: 20px 10px;
	}
	#ma-all-news .news:first-child {
		border-top: 0;
	}
	#ma-all-news .news-image {
		border: 1px solid #000;
		float: left;
		margin: 0 10px 5px 0;
	}

img.ma-know-more-img {
	float: left;
	margin: 0 15px 8px 0;
}