.listeDestArticle .liste {
	margin: 30px 0	
}
.listeDestArticle .liste .wrapImgListe {
	border: 3px solid #CCC;
	border-radius: 2px;
	margin: 5px;
}
.listeDestArticle .liste .wrapContentListe>p {
	color: #333;
	font-size: 14px;
	line-height: 136%;
	text-align: justify;
	width: 75%;
	padding: 4px 0	
}
.listeDestArticle .liste .wrapContentListe h2 {
	margin: 0	
}
.listeDestArticle .liste .wrapContentListe h2 a {
	color: #373737;
	font-size: 18px;
	text-decoration: none;	
}
.listeDestArticle .liste .wrapContentListe h2 a:hover {
	color: #B41E3E;	
}
@media only screen and (max-width: 853px) {
	.listeDestArticle .liste .wrapContentListe > p {
		width: 65%;
	}
}
@media only screen and (max-width:619px) {
	.listeDestArticle .liste .wrapContentListe > p {
		width: 100%;
	}
}