@CHARSET "UTF-8";

.liste {
	margin-top: 30px;
}
.liste_item {
	padding-top: 30px;
	padding-bottom: 30px;
	margin: 0px 15px;
	border-top: 1px #bec0c1 solid;
}

.liste_item_image {
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 5px;
	padding-left: 0px;
	padding-right: 0px;
	width:17% !important;
	
}

.liste_item_contenu {
	margin-left: 30px;
	margin-right: 15px;
	padding-left: 0px;
	padding-right: 0px;
}
.liste_item_titre {
	color: #00417f;
	font-weight: 700;
	font-size: 18px;
	margin-bottom: 10px;
}

.liste_item_resume {
	font-size: 14px;
	color: #000000;
	font-weight: 700;
	line-height: 17px;
}

.liste_item_en_savoir_plus {
	text-transform: uppercase;
	text-align: center;
	padding-right: 0px;
	padding-left: 0px ;
	margin-left: 3px;
	margin-right: 3px;
	margin-top: 7px;
}

.liste_item_en_savoir_plus a {
	font-weight: 700;
	color: #fff;
	text-transform: uppercase;
	padding: 4px 8px;
	background-color: #1898c8;
}

.liste > .footer {
	padding-top: 7px !important;
}
