<!-- Changement couleur bouton -->

    function rollover(){
		document.getElementById('bouton').style.background = '#0000ea';
	}
	function rollover1(){
		document.getElementById('bouton').style.background = '#000066';
	}
	
	function rollover2(){
		document.getElementById('bouton1').style.background = '#0000ea';
	}
	function rollover3(){
		document.getElementById('bouton1').style.background = '#000066';
	}
	
	function rollover4(){
		document.getElementById('bouton2').style.background = '#0000ea';
	}
	function rollover5(){
		document.getElementById('bouton2').style.background = '#000066';
	}
	
	function rollover6(){
		document.getElementById('bouton3').style.background = '#0000ea';
	}
	function rollover7(){
		document.getElementById('bouton3').style.background = '#000066';
	}
	
	function rollover8(){
		document.getElementById('bouton4').style.background = '#0000ea';
	}
	function rollover9(){
		document.getElementById('bouton4').style.background = '#000066';
	}
	
	function rollover10(){
		document.getElementById('bouton5').style.background = '#0000ea';
	}
	function rollover11(){
		document.getElementById('bouton5').style.background = '#000066';
	}
	
	function rollover12(){
		document.getElementById('bouton6').style.background = '#0000ea';
	}
	function rollover13(){
		document.getElementById('bouton6').style.background = '#000066';
	}
