$(document).ready(function(){	
	$('div#metanav').corner({
		style : 'bottom 5px'
	});
	$('ul.sousMenu').corner({
		style : 'topbottom 5px'
	});
	
	
	
	/*$('div#footer').corner({
		style : 'topbottom 5px'
	});*/
	
	$('div.innerFooter').corner("round 5px").parent().css('padding', '2px').corner("round 8px")
	
	
	$('a.encartLink').corner({
		style : 'topbottom 5px'
	});
			
	if ( !$.browser.msie ){
		jQuery("a.control span").center();
		jQuery("a.clic span").center({
		  horizontal: false
		});
	}
	
	 jQuery('#myportfolio').each(function(){
	 	jQuery(this).jcarousel({
   			scroll: 1,
			animation : 'slow',
			wrap : "both",
			auto: 5
    	});
    });
    
    jQuery('.fancy').fancybox();

});

function ajoutFavoris(lien, titre) {
	if ( navigator.appName != 'Microsoft Internet Explorer' ) { 
		window.sidebar.addPanel(titre, lien, "");
	}
	else { 
		window.external.AddFavorite(lien, titre); 
	}
}