function aopen(uid_evenement, width, height){
	window.open("imgactu.php?ide="+uid_evenement, "ev"+uid_evenement, "width="+width+",height="+height+",menubar=no,scrollbars=no,resizable=yes");
}