var fichesexposant=new Array();
function colorer(madiv){
	madiv.style.backgroundColor='#F0F0F0';
}
function reset(madiv){
	madiv.style.backgroundColor='';	
}
function allerfichedetail(nomfiche){
	return false;
}