function envoyerAmi (id_article) {
	window.open ("http://www.afroplurielles.com/services/recommander.php?id_article="+id_article, "reommander", "width=300, height=300");
}

function opinion_lire (id) {
	window.open ("/services/opinions_lire.php?id_article="+id, "opinion", "width=500,height=560,menubar=off,scrolling=auto,statusbar=off,toolbar=off");
}