CSInit[CSInit.length] = new Array(CSILoad,/*CMP*/'bouta',/*URL*/'dhtml/img-menu/abcys-01.gif',/*URL*/'dhtml/img-menu/abcys-02.gif',/*URL*/'','');
CSInit[CSInit.length] = new Array(CSILoad,/*CMP*/'boutb',/*URL*/'dhtml/img-menu/reseau-01.gif',/*URL*/'dhtml/img-menu/reseau-02.gif',/*URL*/'','');
CSInit[CSInit.length] = new Array(CSILoad,/*CMP*/'boutc',/*URL*/'dhtml/img-menu/candidat-01.gif',/*URL*/'dhtml/img-menu/candidat-02.gif',/*URL*/'','');
CSInit[CSInit.length] = new Array(CSILoad,/*CMP*/'boutd',/*URL*/'dhtml/img-menu/entreprise-01.gif',/*URL*/'dhtml/img-menu/entreprise-02.gif',/*URL*/'','');
CSInit[CSInit.length] = new Array(CSILoad,/*CMP*/'boute',/*URL*/'dhtml/img-menu/contact-01.gif',/*URL*/'dhtml/img-menu/contact-02.gif',/*URL*/'','');
CSInit[CSInit.length] = new Array(CSILoad,/*CMP*/'boutf',/*URL*/'dhtml/img-menu/fr-01.gif',/*URL*/'dhtml/img-menu/fr-02.gif',/*URL*/'','');

function fermer_menu(m){
	var aDivs = document.getElementsByTagName("DIV");
	for(var i=0; i < aDivs.length; i++){
		if (aDivs[i].id != m && aDivs[i].id.indexOf('couche') != -1 ){
			//

			aDivs[i].style.display = "none";
		}
	}	
}


// fonction pour affiche un menu en particulier (m) 
function voir_menu(m){
	fermer_menu(m);
	if (document.getElementById(m).style.display == "none"){
		document.getElementById(m).style.display = "";
	}
	else {
		document.getElementById(m).style.display = "none";
	}
	
}