function initPopupSinformerSur(){
	$$('.bulle').each(function(item) { item.hide(); });
}

function fadeInPopupSinformerSur(id){
	/*$('bulle'+id).appear({from: 0.0, to: 0.93, duration: 0.5 });*/
	$('bulle'+id).show();
}

function fadeOutPopupSinformerSur(id){
	$('bulle'+id).hide();
}

Event.observe(document, 'dom:loaded', initPopupSinformerSur);

