// JavaScript Document

$(function() {
	/*$('ul.sf-menu').sooperfish();	*/

	$('ul.sf-menu').sooperfish({
		dualColumn:     7,
		tripleColumn:     14,
		animationShow  : {height:'show',opacity:'show',backgroundColor: "#eee"},
		speedShow:     1000,
		easingShow      : 'easeOutElastic',
		animationHide  : {width:'hide',height:'hide',opacity:'hide',fade:true,backgroundColor: "#000000"},
		speedHide    : 300,
		easingHide      : 'easeOutElastic'
		
	});

	 $(document).pngFix(); 
	 /*$('.mirror').FontEffect({
			mirror:true,  
			mirrorColor :"" ,// [object color] The color of the reflex 
			mirrorOffset :-4.8, // The distance from text 
			mirrorHeight :100, // The height of the reflex (perc.)* 
			mirrorDetail :1, // The reflex detail 1=high,2=medium,3=low 
			mirrorTLength :70, // The length of the sfumature (perc.)*
			mirrorTStart :0.1
	 })*/

	 $("a[rel=fancybox],.lightbox").fancybox({'titleShow' : true, 'titlePosition'	: 'inside'});
	 $('#sectionListeVignettes').jScrollPane();
	 
	$('.imgHighlight').fadeTo(0,0.6);
	$('.imgHighlight').mouseenter(function(){
		$(this).fadeTo(150,1);
	});
	$('.imgHighlight').mouseleave(function(){
		$(this).fadeTo(100,0.6);
	});

	/*$('.blocDivers,.link').corner('13px');*/
});
