// JavaScript Document supplemaentaire pour le site web boutique-leatherman.com
 //instantiation de Supersized
jQuery(function($){
				$.supersized({
					//Background image
					vertical_center: 1,
					fit_always: 1,
					fit_landscape: 1,
					fit_portrait: 1,
					slides	:  [ { image : 'img/etude-background-7.jpg' }]					
				});
				//	
             //alert ( "Votre navigateur est :"+ navigator.appName +"\n"+navigator.appVersion +"\n"+ navigator.userAgent);
			// alert ( "Votre navigateur est :"+navigator.userAgent);
			});
//

