// JavaScript Document

// Menu

$(function() { $("#1").lavaLamp({fx: "backout",speed: 400,click: function(event, menuItem) {return true;}  });});


$(document).ready(function(){
$('img[@src$=.png]').pngfix();
$('#logo').pngfix();
$('#pied').pngfix();

$('#pied2').pngfix();
$('#flou').pngfix();
$('#employe').pngfix();
$('#employe2').pngfix();
$("#ciel").fadeIn(2000);

 


$("dd:not(.selected)").hide();
		$("dt a").click(function(){					 
			$("dd:visible").slideUp("slow");
				if($(this).parent().next().attr("class")=="sousmenu"){
					$(this).parent().next().slideDown("slow");
					return false;
				}
		});
	$(".menu").SlideInUp(1200);


$('#mygalone ul').innerfade({animationtype: 'fade',speed: 750,timeout: 5000,type: 'sequence',containerheight: '380px'});

});



