function Affiche_la_region(Valeur_Region) {
	document.getElementById("Carte_France_Region").src = '/image/france_'+Valeur_Region+'.png';
}
