$(document).ready(function(){
	$('a.thickbox').fancybox({'padding':0,'overlayOpacity'	:	0.7,'overlayColor'		:	'#3a3a3a'});
	$('a.moviebox').fancybox({'hideOnContentClick': false,'frameWidth':	425, 'frameHeight':	344});
	$("a.htmlbox").fancybox({'frameWidth':	800, 'frameHeight':	600, 'padding':	0});
	//$('.note').hide();
	$('body').click(function(){$('.note').hide();return true;});
	// $("#logo").toggle(
	//   function () {
	//     $('#menu').slideDown(100);
	//   }, 
	//   function () {
	//     $('#menu').slideUp(100);
	//   }
	// );
	// $("#bottom").hover(
	//   function () {
	//     $(this).css("background-color","#ddd");
	//   }, 
	//   function () {
	//     $(this).css("background-color","#fff");
	//   }
	// );


	//ajoute class on sur les liens
	// $(function(){
	// 	var path = location.pathname.substring(1);
	// 	if ( path ) $('#navigation a[href$="' + path + '"]').attr('class', 'on');
	// });	
});

