| 
				 Kit graphique 
 
			
			Bonjour,Pouvez essayer de remplacer le code la fonction showPage dans main.js par celui-ci  :
 
 function showPage(pageURL,button_id) {
 
 hideContent(pageURL);
 if (selected_button!="" && button_id!=selected_button) {
 sendToASUnselectButton('anim_'+selected_button);
 }
 if (button_id!=undefined) {
 selected_button = button_id;
 }
 }
 
			
			
			
			
			
			
			
			
			
			
				
			
			
			
		 |