$(document).ready(function() {$("#dropmenu ul").css({display: "none"}); // Opera Fix$("#dropmenu li").hover(function(){		$(this).find('ul:first').css({visibility: "visible",display: "none"}).show(268);		},function(){		$(this).find('ul:first').css({visibility: "hidden"});		});  			$("a[rel^='prettyPhoto']").prettyPhoto({				animationSpeed: 'normal', /* fast/slow/normal */				padding: 40, /* padding for each side of the picture */				opacity: 0.75, /* Value betwee 0 and 1 */				showTitle: true, /* true/false */				allowresize: true, /* true/false */				counter_separator_label: '/', /* The separator for the gallery counter 1 "of" 2 */				theme: 'dark_rounded', /* light_rounded / dark_rounded / light_square / dark_square */				callback: function(){}			});});function deroul(obj,nbr) {  if (document.getElementById("obj"+ obj).className == 'masquageHide') {       for (i=1; i<=nbr; i++) {       document.getElementById("obj" + i).className = "masquageHide";        }       	   document.getElementById("obj"+ obj ).className = "masquageShow";}else {    document.getElementById("obj"+obj).className = 'masquageHide' ; }}/*// . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . function hilite(obj) {     document.getElementById("btn"+ obj ).style.marginTop="-24px";}function delite(obj) {     document.getElementById("btn"+ obj ).style.marginTop="0px";}// . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . function defileJ(a){if ($("#item"+a).is(':visible'))  { //afficheJ(a);}else {	$("#visibleTest div:visible").slideToggle("slow",function(){ afficheJ(a);})};}// . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . function afficheJ(a){	$('#item'+a).slideToggle('slow');	$('#cale').css({display:'none'});	//return;//$('#item'+b).hide('fast');	//$('#item'+c).hide('fast');}// . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . function defileJ2(a){	$('#itemB'+a).slideToggle('slow');}// . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . function aff_contact() {  if (document.getElementById("contact").className == 'masquageHide') {	   document.getElementById("contact").className = 'masquageShow';}else { 	   document.getElementById("contact").className = 'masquageHide';}}*/
