<!--
if(document.images){
   
    var bouton_1 = new Image(); bouton_1.src = "../2d/accueil_brico.png"
	 var bouton_2 = new Image(); bouton_2.src = "../2d/accueil_brico-over.png"
    var bouton_1 = new Image(); bouton_1.src = "../2d/accueil_brico.png"
	 var bouton_2 = new Image(); bouton_2.src = "../2d/accueil_brico-over.png"
  }
	function change(nom,obj_im) {
	if (document.images) document.images[nom].src=obj_im.src 
    }
	-->

