// JavaScript Document
	function changeColorAccueil(){
		elt = document.getElementById("accueil");
		elt.style.color = '#F8B80C';
		}
	function retourColorAccueil(){
		elt = document.getElementById("accueil");
		elt.style.color = '#7e7e7e';
		}
	function changeColorCharte(){
		elt = document.getElementById("charteOff");
		elt.style.color = '#F8B80C';
		}
	function retourColorCharte(){
		elt = document.getElementById("charteOff");
		elt.style.color = '#7e7e7e';
		}
	function changeColorFemmes(){
		elt = document.getElementById("femmesOff");
		elt.style.color = '#F8B80C';
		}
	function retourColorFemmes(){
		elt = document.getElementById("femmesOff");
		elt.style.color = '#7e7e7e';
		}
	function changeColorFemmes2(){
		elt = document.getElementById("femmesOff2");
		elt.style.color = '#F8B80C';
		}
	function retourColorFemmes2(){
		elt = document.getElementById("femmesOff2");
		elt.style.color = '#7e7e7e';
		}
	function changeColorHommes(){
		elt = document.getElementById("hommesOff");
		elt.style.color = '#F8B80C';
		}
	function retourColorHommes(){
		elt = document.getElementById("hommesOff");
		elt.style.color = '#7e7e7e';
		}
	function changeColorHommes2(){
		elt = document.getElementById("hommesOff2");
		elt.style.color = '#F8B80C';
		}
	function retourColorHommes2(){
		elt = document.getElementById("hommesOff2");
		elt.style.color = '#7e7e7e';
		}	
	function changeColorRencontre(){
		elt = document.getElementById("rencontreOff");
		elt.style.color = '#F8B80C';
		}
	function retourColorRencontre(){
		elt = document.getElementById("rencontreOff");
		elt.style.color = '#7e7e7e';
		}
		
		
