﻿function bulle_di($event,$id_article) { 
popUp($event,'t2');  
     echo"document.write('<div id=\"t2\" class=\"tip\">')";
     echo"document.write('<BOUCLE_bulle(ARTICLES){id_article =$id_article}>')"; 
	 echo"document.write('<div class=\"texte3\" style=\"vertical-align: top\">')";
	 echo"document.write('<div style=\" float: left; vertical-align: top; width: 95px\">')";
	 echo"document.write('<p align=\"right\">')";
	 echo"document.write('<a href=\"#URL_ARTICLE&amp;var_mode=recalcul\">')";
     echo"document.write('#LOGO_ARTICLE')";
     echo"document.write('<\/a>')";
     echo"document.write('<\/p>')";
     echo"document.write('</div>')";
     echo"document.write('<h3><a href=\"#URL_ARTICLE&var_mode=recalcul\">#TITRE</a></h3>')"; 
	 echo"document.write('[<b><i><font color=\"#4B4B4B\">(#SOUSTITRE)</font></i></b><br />]')"; 
	 echo"document.write('<font size=\"1\">')";
	 echo"document.write('[Par (#LESAUTEURS)- ] [(#DATE|jour)]/[(#DATE|mois)]/[(#DATE|annee)] -')"; 
	 echo"document.write('</font>')";
	 echo"document.write('[(#INTRODUCTION|couper{240})]')";
	 echo"document.write('<\/div>')";
	 echo"document.write('<br \/>')";
   	 echo"document.write('</BOUCLE_bulle>')";
   	 echo"document.write('<\/div>')";
}

