function popupOpenMea8(nomElt)
{	
	$("#aElt").load('data/templates/mea8.html');
	$("#aElt").fadeIn("slow");
}


function popupOpenMea4(nomElt)
{	
	$("#aEltMea4").load('data/templates/mea4.html');
	$("#aEltMea4").fadeIn("slow");
}

function popupOpenMea4_1(nomElt)
{	
	$("#aEltMea4").load('data/templates/mea4_1.html');
	$("#aEltMea4").fadeIn("slow");
}

function popupOpenMea4_2(nomElt)
{	
	$("#aEltMea4").load('data/templates/mea4_2.html');
	$("#aEltMea4").fadeIn("slow");
}

function popupOpenMea4_3(nomElt)
{	
	$("#aEltMea4").load('data/templates/mea4_3.html');
	$("#aEltMea4").fadeIn("slow");
}

function popupOpenMea10(nomElt)
{	
	$("#aEltMea10").load('data/templates/mea10.html');
	$("#aEltMea10").fadeIn("slow");
}

function popupClose()
{
	$("#aElt").fadeOut("slow",function(){$("#aElt").empty();});
	$("#aEltMea10").fadeOut("slow",function(){$("#aEltMea10").empty();});
	$("#aEltMea4").fadeOut("slow",function(){$("#aEltMea4").empty();});
}
