$(document).ready(function() {
	// Je masque le bloc "optionsRecherche"
	/*
	$("#ctrlZoneFiliereRecherche_optionsRecherche").hide();
	$("#ctrlZoneFiliereRecherche_optionsRecherche").slideUp();
	*/
	// Je masque le bloc "optionsfilieres"
	/*$("#arborescence_ZONE_FILIERES").hide();
	$("#arborescence_ZONE_FILIERES").slideUp();*/

    /*
	$(".rechercher").mouseover(
		function () {
			$("#arborescence_ZONE_FILIERES").slideUp("fast");
			$("#ctrlZoneFiliereRecherche_optionsRecherche").slideToggle();
			return false;
		}
		);
    */
    /*
	$(".filieres").mouseout(
		function () {			
	        $("#arborescence_ZONE_FILIERES").slideToggle();
			return false;
		}
		);
	*//*
	$(".filieres").click(
		function () {
			$("#arborescence_ZONE_FILIERES").slideToggle();
			return false;
		}
		);*/	/*
	$(".filieres").mouseover(
		function () {
			$("#arborescence_ZONE_FILIERES").slideToggle();
			return false;
		}
		);*/
/*
	$("#filieres").mouseout(
		function () {
			$("#arborescence_ZONE_FILIERES").slideToggle();
			return false;
		}
		);*/		
});

// rechercher
// optionsRecherche


function afficherActivites()
{
    this.document.getElementById("arborescence_ZONE_FILIERES").style.display="block";
}

function cacherActivites()
{
    this.document.getElementById("arborescence_ZONE_FILIERES").style.display="none";   
}