.end{
	clear:both;
}

.article-list .article-image img,.article-encart .article-image img{
	max-width: 200px;
}
.article-list  .article-image, .article-encart  .article-image{
	float:left;
	clear:left;
	margin-right:10px;
}
.article-detail .article-image .photo-max img,.article-element .article-image .photo-max img {
	max-width: 400px;
}

.article-detail .article-image .photo-min img,.article-element .article-image .photo-min img{
	max-width: 130px;
	float:left;
	margin-right:5px;
	margin-top:5px;
}
.article-detail .article-image .photos-thumb,.article-element .article-image .photos-thumb{
	width: 400px;
}
.article-detail .article-image,.article-element .article-image{
	float:left;
	margin-right:20px
}
.menu-right{
	float:right;
	width:300px;
}
.partenaire-encart-categories{
	margin:auto;
	width:860px
}
.categorie-element{
	list-style:none;
	width:120px;
	float:left;
	margin:10px;
	padding:5px;
	border-radius: 5px;
	background-color: #ffffff;
	cursor:pointer;
}

.categorie-element.selected{
	background-color: #D7E6F1;
}


.partenaire-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    
}
.partenaire-list .partenaire {
	width:180px;
	height:120px;
	float:left;
	padding:5px;
	border-radius: 5px;
	background-color: #ffffff;
	margin:10px;
	text-align:center;
}
.logo-partenaire {
    
    max-height: 143px;
}