
	/*function montre_plan()
	{
		//$(function(){ 
		//$("#liens_plan").accordion({ autoheight: false, header: '.strong_niveau_0', event: 'mouseover', navigation: false, active: '.selected'});
		$("#liens_plan").slideToggle(
			function ()
			{
				document.getElementById('span_plan_du_site').className = document.getElementById('span_plan_du_site').className == 'span_plan_du_site1' ? 'span_plan_du_site2' : 'span_plan_du_site1';
			}
		);
		//});
	}
	
  var css = '';
	css += '<style type="text/css">';
	css += '#liens_plan { display: none}';
	css += '</style>';
	
	document.write(css);*/
		


function montreFaq(id)
{
	$("#"+id).slideToggle("slow");
}

function montreLexique(id)
{
	$("#"+id).slideToggle("slow");
}

/*Parallax*/

