body {
/*	background-image: url("assets/images/lignes.png");*/
	background-repeat: no-repeat;
background-size: contain;

}

.articles-map {
	position: fixed;
	/*outline: 1px solid red*/;
	outline-offset: -10px;

	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.article {
	display: block;
	width: 25px;
	height: 25px;

	margin-right: -25px;
	margin-top: -25px;

	/*outline: 1px solid red*/;
}

.article img {
	width: 100%;
	height: auto;
}
