$(function() {
	$('html').smoothScroll(1000);
});


// LIBRAIRIES //


/*!
 * Smooth Scrolling jQuery Plugin v1.4
 * @link http://github.com/mathiasbynens/Smooth-Scrolling-jQuery-Plugin
 * @author Mathias Bynens <http://mathiasbynens.be/>
 */
(function(a){a.fn.smoothScroll=function(b){b=~~b||400;this.find('a[href*=#]').click(function(e){var c=a.browser.opera?a('html'):a('html,body'),d=a(this.hash);e.preventDefault();if(location.pathname.replace(/^\//,'')===this.pathname.replace(/^\//,'')&&location.hostname===this.hostname){if(d.length){c.stop().animate({scrollTop:d.offset().top},b,function(){location.hash=d.attr('id')})}}});return this}})(jQuery);



// FIN DES LIBRAIRIES //



