function afficherDetailArticle(type, id_article)
{
	popDetailArticle = window.open("../news/detail_article.php?type="+type+"&id_article="+id_article, "", "Height=400px,Width=640px,scrollbars=1,status=0");
	popDetailArticle.focus();
}
