<!--
function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}
function MM_displayStatusMsg(msgStr) { //v1.0
  status=msgStr;
  document.MM_returnValue = true;
}
function envoi_courriel(str1,str2,str3)	{
	return "mailto:"+str1+"@"+str2+"."+str3;
	}
	
function affiche_div(div_name){
	var ma_div=document.getElementById(div_name);
	ma_div.style.display='block';
}

function masque_div(div_name){
	var ma_div=document.getElementById(div_name);
	ma_div.style.display='none';
}
