.background_world {
	fill: #FEFEFE;
	pointer-events: all;
}

#monde {
	fill: #B3B3B3;
	stroke: #353535;
	stroke-width: 0.5px;
}

#macro {
	fill: none;
	stroke-width: 0.5px;
	stroke: black;
}

#monde text {
	font-family: calibri;
	fill: black;
	stroke: none;
	background-color: white;
	text-anchor:middle;
	font-size: 10px;
	/*white-space: pre-line;*/
}

#monde text.active {
	font-family: calibri;
	fill: black;
	stroke: none;
	text-anchor:middle;
	font-size: 6px;
}