.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;
}
.carte-pointeur{
	background: url(/public/plugins/article/default/images/pin.png) no-repeat center center;
	height: 30px;
	width: 30px;
}
.bloc-info-pin{
	background: #fff;
	padding: 10px;
	z-index: 2;	
	position: absolute;
	border-radius: 4px;
	color: #010101 !important;
}
.bloc-info-pin img{
	max-width:150px;
}
a.close-display {
	position: absolute;
	background: #003d4f;
	border-radius: 15px;
	border:2px solid #fff;
	top: -15px;
	text-align: center;
	line-height: 23px !important;
	margin: 0px !important;
	color: #fff !important;
	font-weight: 700 !important;
	font-size: 1.5em;
	right: -15px;
	width: 30px;
	height: 30px;
}