function openActu(uid_evenement, width, heigth){
	window.open("photo-actualites-"+uid_evenement+".htm", "photo", "width="+width+",heigth="+heigth+",menubar=no,scrollbars=no,resizable=yes");
}

function reroute(id){
	window.location="actualite-"+id+".htm";
}