<!-- DEBUT
function Agrandir(img,description,titre) { 
w=open("",'image','width=400,height=400,toolbar=no,scrollbars=yes,resizable=yes'); 
w.document.write("<HTML><HEAD><TITLE>"+titre+"</TITLE></HEAD>"); 
w.document.write("<link rel=stylesheet type=text/css href=../css/typo.css>")
w.document.write("<SCRIPT language=javascript>function checksize() { if (document.images[0].complete) { window.resizeTo(document.images[0].width+50,document.images[0].height+150); window.focus();} else { setTimeout('checksize()',250) } }</"+"SCRIPT>");
w.document.write("<BODY text=#FFFFFF onload='checksize()' onblur='window.close()' onclick='window.close()' leftMargin=0 topMargin=0 marginwidth=0 marginheight=0>");
w.document.write("<TABLE width='100%' height='100%' bgcolor='#000000' border='0' cellspacing='0' cellpadding='5' title='Fermer la fenêtre'>");
w.document.write("<TR><TD align='center' valign='middle'><IMG src='"+img+"' border='0' vspace='10' bordercolor='#000000' title='Fermer la fenêtre'><br><HR noshade size='3' color='red'><div class=texte><font color=#FFFFFF><b>"+titre+"</B><BR>"+description+"</font></div></TD></TR>"); 
w.document.write("</TABLE>");
w.document.write("</body></HTML>"); 
w.document.close(); 
} 
//FIN -->
// JavaScript Document