<html> <head> <title>LES JEUNES H&Eacute;ROS DE HARRY POTTER</title> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> <meta name="Description" content="Le webzine des webnautes... bref le rendez-vous des jeunes internautes : actus, culture, sports, multimdia, amour, humour, bons plans, vie du jeune, les trucs des jeunes, etc..."> <meta name="Keywords" content="jeunes, jeunesse, draguer, communaut, 15, 25, france, actualit, people, stars, cinema, musique"> <script language="JavaScript"> if(parent.frames.length>0) {window.top.location.href = "http://www.france-jeunes.net";}  function wopen(url) {window.open(url,'_blank','width=820,height=480,scrollbars=0,toolbar=0,titlebar=0,status=0,resizable=0');} function wopen2(url) {window.open(url,'_blank','width=820,height=480,scrollbars=1,toolbar=0,titlebar=0,status=0,resizable=0');} </script> <link rel="shortcut icon" href="favicon.ico"> <style type="text/css"> table,td,tr	{ font-size: 11px; font-family: "verdana","arial","helvetical","geneva",sans-serif;  margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; border: 0px; }  a { text-decoration: none; font-family: "verdana","arial","helvetical","geneva",sans-serif; } a:link,a:visited	{ color: #0B3D70; text-decoration: none; } a:hover,a:active	{ color: #000000; text-decoration: underline; }  a.menu:link,a.menu:visited,a.menu:hover	{ font-size: 10px; color: #0B3D70; } a.menu:hover,a.menu:active	{ color: #000000; text-decoration: none; }  .mr,a.mr:link,a.mr:visited,a.mr:hover,a.mr:active	{ font-size: 10px; color: #094C09; } a.mr:hover,a.mr:active	{ color: #000000; text-decoration: none; }  .smalltexte		{ font-size: 9px; } .sep			{ border: solid #1F6293 1px; border-right: 0px; border-left: 0px; }  input,select,textarea	{ border-color: #1F5A96; border-style: solid; background-color: #FFFFFF; border-width: 1px; font-family: "verdana", "arial", "helvetical", "geneva", sans-serif; font-size: 7pt; } input.menu		{ background-color: #FAFAF1; } input.mr		{ background-color: #F9FCF9; } input.radio		{ border: 0px; background-color: #FFFFFF; width: 14px; height: 14px; } input.post		{ height: 16px; } </style><script language="Javascript"> var IE5=(document.getElementById && document.all)? true : false; var W3C=(document.getElementById)? true: false; var currIDb=null, currIDs=null, xoff=0, yoff=0; zctr=0; totz=0;  function trackmouse(evt){ if((currIDb!=null) && (currIDs!=null)){ var x=(IE5)? event.clientX+document.body.scrollLeft : evt.pageX; var y=(IE5)? event.clientY+document.body.scrollTop : evt.pageY; currIDb.style.left=x+xoff+'px'; currIDs.style.left=x+xoff+10+'px'; currIDb.style.top=y+yoff+'px'; currIDs.style.top=y+yoff+10+'px'; return false; }}  function stopdrag(){ currIDb=null; currIDs=null; NS6bugfix(); }  function grab_id(evt){ xoff=parseInt(this.IDb.style.left)-((IE5)? event.clientX+document.body.scrollLeft : evt.pageX); yoff=parseInt(this.IDb.style.top)-((IE5)? event.clientY+document.body.scrollTop : evt.pageY); currIDb=this.IDb; currIDs=this.IDs; }  function NS6bugfix(){ if(!IE5){ self.resizeBy(0,1); self.resizeBy(0,-1); }}  function incrzindex(){ zctr=zctr+2; this.subb.style.zIndex=zctr; this.subs.style.zIndex=zctr-1; }  function createPopup(id, title, width, height, x , y , isdraggable, boxcolor, barcolor, shadowcolor, text, textcolor, textptsize, textfamily, titlecolor ){ if(W3C){ zctr+=2; totz=zctr; var txt=''; txt+='<div id="'+id+'_s" style="position:absolute; left:'+(x+5)+'px; top:'+(y+5)+'px; width:'+width+'px; height:'+height+'px; background-color:'+shadowcolor+'; filter:alpha(opacity=20); visibility:visible"></div>'; txt+='<div id="'+id+'_b" style="border:solid #000000 1px; border-top-width: 0px; position:absolute; left:'+x+'px; top:'+y+'px; width:'+width+'px; overflow:hidden; height:'+height+'px; background-color:'+boxcolor+'; visibility:visible">'; txt+='<table cellpadding="0" cellspacing="0" border="0" width="'+(IE5? width-4 : width)+'" background="images/message.titre.jpg" style="width:'+width+'px; height:15px; background-color:#8DAFDD; color: #FFFFFF;"><tr class="smenu"><td width="100%"><div id="'+id+'_h">'+title+'</div></td><td><b><a href="#null" style="color: #FFFFFF; font-size: 10px; text-decoration: none;" onmousedown="document.getElementById(\''+id+'_s\').style.display=\'none\'; document.getElementById(\''+id+'_b\').style.display=\'none\';return false">Fermer</a>&nbsp;&nbsp;</b></td></tr></table>'; txt+='<div id="'+id+'_ov" width:'+width+'px; style="margin:2px; color:'+textcolor+'; font:'+textptsize+'pt '+textfamily+';">'+text+'</div></div>'; document.write(txt); this.IDh=document.getElementById(id+'_h'); this.IDh.IDb=document.getElementById(id+'_b'); this.IDh.IDs=document.getElementById(id+'_s'); this.IDh.IDb.subs=this.IDh.IDs; this.IDh.IDb.subb=this.IDh.IDb; this.IDh.IDb.IDov=document.getElementById(id+'_ov'); if(IE5){ this.IDh.IDb.IDov.style.width=width-6; this.IDh.IDb.IDov.style.height=height-22; this.IDh.IDb.IDov.style.scrollbarBaseColor=boxcolor; this.IDh.IDb.IDov.style.overflow="auto"; }else{ this.IDh.IDs.style.MozOpacity=.5; } this.IDh.IDb.onmousedown=incrzindex; if(isdraggable){ this.IDh.onmousedown=grab_id; this.IDh.onmouseup=stopdrag; }}}  if(W3C)document.onmousemove=trackmouse; if(!IE5 && W3C)window.onload=NS6bugfix; </script></head> <body bgcolor="#FFFFFF" text="#000000" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0"><script language="javascript"> createPopup('b992090928156','&nbsp;<img src="images/fleche.gif" width="10" height="7">Vous avez un nouveau message !',460,220,270,168,true,'#FFFFFF','#E0EAF3','#1F6293', '<img src="avatars/mini/1.img" width="40" height="50" border="1" align="left" style="border:solid #1A3F68 1px;">Message de : <b><a href="#null" onClick="window.open(\'fj_rep.php?membreid=1\',\'_blank\',\'width=305,height=205,scrollbars=0,toolbar=0,titlebar=0,status=0,resizable=0\')">Vincent Courcelle</a></b> (Le webmaster)<br>Le : <b>21 avril 2003 &agrave; 18 heures 53 minutes</b><br><br>Salut !<br>Ici le webmaster, &ccedil;a va ? Comme tu n\'es pas encore membre, je te propose de lire ce qui suit...<br><b>Pourquoi devenir membre</b> ? (C\'est gratuit !)<br>- Tu pourras <b>&eacute;crire des articles</b> et <b>gagner des cadeaux</b> !<br>- Tu pourras <b>envoyer des messages</b> comme celui-ci &agrave; tous les membres !<br>- Tu pourras <b>faire plein de rencontres</b> avec des jeunes qui, comme toi, recherchent des amis... ou l\'amour !<br>- Tu pourras savoir ce que pensent vraiment les autres de ton physique<br>Et beaucoup d\'autres encore !<br><br><div align="right"><b><a href="inscription.php?PHPSESSID=1f51758b94ab69f608d2f589370d7d15">Devenir membre</a> / <a href="avantages.liste.php?PHPSESSID=1f51758b94ab69f608d2f589370d7d15">Avantages des membres</a> / <a href="#null" onClick="window.open(\'fj_rep.php?membreid=1\',\'_blank\',\'width=305,height=205,scrollbars=0,toolbar=0,titlebar=0,status=0,resizable=0\')">R&eacute;pondre</a></b></div>','#303030' ,8,'Verdana, Arial, Helvetica, sans-serif','#303030'); </script><table cellspacing="0" cellpadding="0" border="0" width="100%"> <tr><td valign="top"><a href="http://www.france-jeunes.net"><img src="images/surf/logo.jpg" width="278" height="83" border="0" alt="FRANCE-JEUNES : TOUTE L'ACTU PAR LES JEUNES !"></a></td><td align="center" valign="bottom" background="images/surf/fond_haut.gif" width="100%"><font size="1"><a href="partenaire.banniere.clic.php?tid=68&PHPSESSID=1f51758b94ab69f608d2f589370d7d15" target="_blank"><img src="http://www.france-jeunes.net/images/concours/pub.gif" border="0"><br><b>Gagnez 15 DVD chaque mois !</b></a></font><br><img src="images/invisible.gif" width="1" height="3"></td></tr> </table> <img src="images/surf/slogan.gif" width="341" height="13"><a href="all_articles.php?PHPSESSID=1f51758b94ab69f608d2f589370d7d15"><img src="images/invisible.gif" width="300" height="13" border="0" style="cursor: default;"></a><br> <table cellspacing="0" cellpadding="0" border="0" width="100%"> <tr height="1"><td bgcolor="#1F6293" colspan="4"><img src="images/invisible.gif" width="1" height="1"></td></tr> <tr height="17"><td valign="bottom" bgcolor="#BEDCF7">&nbsp;<font color="#1A3F68"><b><i>Sondage&nbsp;:</i></b></font></td><td valign="top"><img src="images/surf/penche.gif" width="6" height="17"></td><form method="post"><input type="hidden" name="PHPSESSID" value="1f51758b94ab69f608d2f589370d7d15" /><td width="100%"><a href="emails.liste.php?PHPSESSID=1f51758b94ab69f608d2f589370d7d15" style="cursor: default;"><font color="#FFFFFF">.</font></a><b>Dring...</b><br><font size="1"><input type="radio" name="form_choix" value="1" onClick="submit();" class="radio">All&ocirc; ?&nbsp;&nbsp;&nbsp;<input type="radio" name="form_choix" value="2" onClick="submit();" class="radio">C'est le micro-ondes qui m'appelle&nbsp;&nbsp;&nbsp;<input type="radio" name="form_choix" value="3" onClick="submit();" class="radio">Debout l&agrave; dedans !&nbsp;&nbsp;&nbsp;<input type="radio" name="form_choix" value="4" onClick="submit();" class="radio">Ouf, c'est la fin du cours de maths&nbsp;&nbsp;&nbsp;<input type="radio" name="form_choix" value="5" onClick="submit();" class="radio">C'est l'facteur&nbsp;&nbsp;&nbsp;<input type="hidden" name="form_sondage" value="1"><input type="hidden" name="form_sonid" value="52"></font></td><td valign="top" bgcolor="#BEDCF7"><img src="images/surf/sondage_bout.gif" width="23" height="17"></td></form></tr> <tr height="1"><td bgcolor="#1F6293" colspan="4"><img src="images/invisible.gif" width="1" height="1"></td></tr> </table><img src="images/invisible.gif" width="1" height="5"><br><table cellspacing="0" cellpadding="0" border="0" width="100%"> <tr height="1"><td bgcolor="#1F6293" colspan="4"><img src="images/invisible.gif" width="1" height="1"></td></tr> <tr height="17"><td valign="bottom" bgcolor="#BEDCF7">&nbsp;<font color="#1A3F68"><b><i>Connect&eacute;s&nbsp;:</i></b></font></td><td><img src="images/surf/penche.gif" width="6" height="17"></td><td width="100%"><b>194</b> connect&eacute;s : <b>59</b> <a href="connectes.php?PHPSESSID=1f51758b94ab69f608d2f589370d7d15">membres</a> et <b>135</b> visiteurs <img src="images/fleche.gif" width="10" height="7" border="0"><a href="connectes.php?PHPSESSID=1f51758b94ab69f608d2f589370d7d15">voir la liste</a></td><td valign="top" bgcolor="#BEDCF7"><img src="images/surf/sondage_bout.gif" width="23" height="17"></td></tr> <tr height="1"><td bgcolor="#1F6293" colspan="4"><img src="images/invisible.gif" width="1" height="1"></td></tr> </table><img src="images/invisible.gif" width="1" height="5"><br><table cellspacing="0" cellpadding="0" border="0" width="100%"> <tr height="1"><td bgcolor="#1F6293" colspan="4"><img src="images/invisible.gif" width="1" height="1"></td></tr> <tr height="17"><td valign="bottom" bgcolor="#BEDCF7">&nbsp;<font color="#1A3F68"><b><i>Page&nbsp;courante&nbsp;:</i></b></font></td><td><img src="images/surf/penche.gif" width="6" height="17"></td><td width="100%"><a href="index.php?PHPSESSID=1f51758b94ab69f608d2f589370d7d15">Accueil</a> <img src="images/fleche.gif" width="10" height="7" border="0"><a href="rubrique.php?rubid=18&PHPSESSID=1f51758b94ab69f608d2f589370d7d15">Interviews</a> <img src="images/fleche.gif" width="10" height="7" border="0">Les jeunes h&eacute;ros de Harry Potter</td><td valign="top" bgcolor="#BEDCF7"><img src="images/surf/sondage_bout.gif" width="23" height="17"></td></tr> <tr height="1"><td bgcolor="#1F6293" colspan="4"><img src="images/invisible.gif" width="1" height="1"></td></tr> </table><br>  <div align="left"><img src="images/invisible.gif" width="100" height="10"><a href="index.php?PHPSESSID=1f51758b94ab69f608d2f589370d7d15"><img src="images/surf/o_accueil.gif" width="71" height="10" border="0" alt="Retour &agrave; l'accueil"></a><a href="inscription.php?PHPSESSID=1f51758b94ab69f608d2f589370d7d15"><img src="images/surf/o_inscription.gif" width="96" height="10" border="0" alt="Devenir membre"></a><a href="annuaire.images.php?PHPSESSID=1f51758b94ab69f608d2f589370d7d15"><img src="images/surf/o_photos.gif" width="66" height="10" border="0" alt="Annuaire de photos"></a><a href="contacts.php?PHPSESSID=1f51758b94ab69f608d2f589370d7d15"><img src="images/surf/o_contacts.gif" width="87" height="10" border="0" alt="Contacter le webmaster"></a></div> <table cellspacing="0" cellpadding="0" border="0" width="100%"> <tr height="1"><td><img src="images/invisible.gif" width="1" height="1"></td><td><img src="images/surf/arrondi_haut.gif" width="135" height="1"></td><td bgcolor="#1F6293" colspan="3"><img src="images/invisible.gif" width="1" height="1"></td><td><img src="images/surf/fond_intercalaire.gif" width="6" height="1"></td><td bgcolor="#1F6293"><img src="images/invisible.gif" width="1" height="1"></td></tr>  <tr><td>&nbsp;</td><td background="images/surf/fond_gauche.gif" valign="top"><table cellspacing="0" cellpadding="0" border="0" width="100%"> <tr><td><img src="images/surf/articles.gif" width="135" height="15"></td></tr> <tr><td bgcolor="#EAEAC2" background="images/surf/fond_menu.gif"> &nbsp;<img src="images/fleche.gif" width="10" height="7"><a href="rubrique.php?rubid=1&PHPSESSID=1f51758b94ab69f608d2f589370d7d15" class="menu">Amour</a><br>&nbsp;<img src="images/fleche.gif" width="10" height="7"><a href="rubrique.php?rubid=7&PHPSESSID=1f51758b94ab69f608d2f589370d7d15" class="menu">BD &amp; Livres</a><br>&nbsp;<img src="images/fleche.gif" width="10" height="7"><a href="rubrique.php?rubid=14&PHPSESSID=1f51758b94ab69f608d2f589370d7d15" class="menu">Bons Plans</a><br>&nbsp;<img src="images/fleche.gif" width="10" height="7"><a href="rubrique.php?rubid=5&PHPSESSID=1f51758b94ab69f608d2f589370d7d15" class="menu">Cin&eacute;ma</a><br>&nbsp;<img src="images/fleche.gif" width="10" height="7"><a href="rubrique.php?rubid=13&PHPSESSID=1f51758b94ab69f608d2f589370d7d15" class="menu">Humour</a><br>&nbsp;<img src="images/fleche.gif" width="10" height="7"><a href="rubrique.php?rubid=17&PHPSESSID=1f51758b94ab69f608d2f589370d7d15" class="menu">Insolite</a><br>&nbsp;<img src="images/fleche.gif" width="10" height="7"><a href="rubrique.php?rubid=18&PHPSESSID=1f51758b94ab69f608d2f589370d7d15" class="menu">Interviews</a><br>&nbsp;<img src="images/fleche.gif" width="10" height="7"><a href="rubrique.php?rubid=23&PHPSESSID=1f51758b94ab69f608d2f589370d7d15" class="menu">Jeux de R&ocirc;les</a><br>&nbsp;<img src="images/fleche.gif" width="10" height="7"><a href="rubrique.php?rubid=11&PHPSESSID=1f51758b94ab69f608d2f589370d7d15" class="menu">Jeux Vid&eacute;o</a><br>&nbsp;<img src="images/fleche.gif" width="10" height="7"><a href="rubrique.php?rubid=15&PHPSESSID=1f51758b94ab69f608d2f589370d7d15" class="menu">KomenF&egrave;ton</a><br>&nbsp;<img src="images/fleche.gif" width="10" height="7"><a href="rubrique.php?rubid=3&PHPSESSID=1f51758b94ab69f608d2f589370d7d15" class="menu">Le Monde</a><br>&nbsp;<img src="images/fleche.gif" width="10" height="7"><a href="rubrique.php?rubid=16&PHPSESSID=1f51758b94ab69f608d2f589370d7d15" class="menu">Mode &amp; Beaut&eacute;</a><br>&nbsp;<img src="images/fleche.gif" width="10" height="7"><a href="rubrique.php?rubid=10&PHPSESSID=1f51758b94ab69f608d2f589370d7d15" class="menu">Multim&eacute;dia</a><br>&nbsp;<img src="images/fleche.gif" width="10" height="7"><a href="rubrique.php?rubid=6&PHPSESSID=1f51758b94ab69f608d2f589370d7d15" class="menu">Musique</a><br>&nbsp;<img src="images/fleche.gif" width="10" height="7"><a href="rubrique.php?rubid=25&PHPSESSID=1f51758b94ab69f608d2f589370d7d15" class="menu">Paranormal</a><br>&nbsp;<img src="images/fleche.gif" width="10" height="7"><a href="rubrique.php?rubid=4&PHPSESSID=1f51758b94ab69f608d2f589370d7d15" class="menu">People</a><br>&nbsp;<img src="images/fleche.gif" width="10" height="7"><a href="rubrique.php?rubid=8&PHPSESSID=1f51758b94ab69f608d2f589370d7d15" class="menu">Sciences</a><br>&nbsp;<img src="images/fleche.gif" width="10" height="7"><a href="rubrique.php?rubid=9&PHPSESSID=1f51758b94ab69f608d2f589370d7d15" class="menu">Sports</a><br>&nbsp;<img src="images/fleche.gif" width="10" height="7"><a href="rubrique.php?rubid=20&PHPSESSID=1f51758b94ab69f608d2f589370d7d15" class="menu">T&eacute;l&eacute;vision</a><br>&nbsp;<img src="images/fleche.gif" width="10" height="7"><a href="rubrique.php?rubid=12&PHPSESSID=1f51758b94ab69f608d2f589370d7d15" class="menu">Vie du jeune</a><br>&nbsp;<img src="images/fleche.gif" width="10" height="7"><a href="rubrique.php?rubid=24&PHPSESSID=1f51758b94ab69f608d2f589370d7d15" class="menu">Vos Histoires</a><br>&nbsp;<img src="images/fleche.gif" width="10" height="7"><a href="rubrique.php?rubid=19&PHPSESSID=1f51758b94ab69f608d2f589370d7d15" class="menu">Webmasters</a><br> <br>&nbsp;<img src="images/fleche.gif" width="10" height="7"><a href="inscription.php?PHPSESSID=1f51758b94ab69f608d2f589370d7d15" class="menu"><b>Devenir membre</b></a><br>&nbsp;<img src="images/fleche.gif" width="10" height="7"><a href="annuaire.images.php?PHPSESSID=1f51758b94ab69f608d2f589370d7d15" class="menu"><b>Photos</b></a><br> &nbsp;<img src="images/fleche.gif" width="10" height="7"><a href="records.php?PHPSESSID=1f51758b94ab69f608d2f589370d7d15" class="menu"><b>Records</b></a><br> &nbsp;<img src="images/fleche.gif" width="10" height="7"><a href="news.php?PHPSESSID=1f51758b94ab69f608d2f589370d7d15" class="menu"><b>News en vrac</b></a><br> &nbsp;<img src="images/fleche.gif" width="10" height="7"><a href="article.bestof.php?PHPSESSID=1f51758b94ab69f608d2f589370d7d15" class="menu">Best Of Succ&egrave;s</a><br> &nbsp;<img src="images/fleche.gif" width="10" height="7"><a href="article.liste.php?PHPSESSID=1f51758b94ab69f608d2f589370d7d15" class="menu">Liste des articles</a><br> &nbsp;<img src="images/fleche.gif" width="10" height="7"><a href="article.php?random=1&PHPSESSID=1f51758b94ab69f608d2f589370d7d15" class="menu">Zazar</a></td></tr></td></tr> <tr><td><img src="images/surf/menu_separation.gif" width="135" height="10"></td></tr> <form method="post" action="recherche.php" onSubmit="post.disabled=true;"><input type="hidden" name="PHPSESSID" value="1f51758b94ab69f608d2f589370d7d15" /> <tr><td bgcolor="#EAEAC2" background="images/surf/fond_menu.gif" align="center"><input type="hidden" name="form_titre" value="1"><input type="hidden" name="form_desc" value="1"><input type="hidden" name="poster" value="1"><input type="text" name="form_rech" value="Ta recherche" size="18" onClick="javascript:if(this.value=='Ta recherche') this.value='';" class="menu">&nbsp;<input type="submit" name="post" value="oK" class="post" class="menu"></td></tr> </form> <tr><td><img src="images/surf/menu_separation.gif" width="135" height="10"></td></tr> <tr><td bgcolor="#EAEAC2" background="images/surf/fond_menu.gif">&nbsp;<img src="images/fleche.gif" width="10" height="7"><a href="services.php?PHPSESSID=1f51758b94ab69f608d2f589370d7d15" class="menu"><b>Services avanc&eacute;s</b></a></td></tr> <tr><td><img src="images/surf/menu_separation.gif" width="135" height="10"></td></tr> <tr><td bgcolor="#EAEAC2" background="images/surf/fond_menu.gif">&nbsp;<img src="images/fleche.gif" width="10" height="7"><a href="rencontres.php?PHPSESSID=1f51758b94ab69f608d2f589370d7d15" class="menu"><b>Rencontres</b></a><br> &nbsp;<img src="images/fleche.gif" width="10" height="7"><a href="webeauty.php?PHPSESSID=1f51758b94ab69f608d2f589370d7d15" class="menu"><b>WeBeauty</b></a><br> &nbsp;<img src="images/fleche.gif" width="10" height="7"><a href="declarations.php?PHPSESSID=1f51758b94ab69f608d2f589370d7d15" class="menu">D&eacute;clarations Love</a><br> &nbsp;<img src="images/fleche.gif" width="10" height="7"><a href="love.php?PHPSESSID=1f51758b94ab69f608d2f589370d7d15" class="menu">Je t'aime</a><br> &nbsp;<img src="images/fleche.gif" width="10" height="7"><a href="#null" onClick="wopen('jouez.php')" class="menu">Jouez!</a><br> &nbsp;<img src="images/fleche.gif" width="10" height="7"><a href="tv.frames.php?PHPSESSID=1f51758b94ab69f608d2f589370d7d15" target="_blank" class="menu"><b>Appels &agrave; t&eacute;moins TV</b></a><br> &nbsp;<img src="images/fleche.gif" width="10" height="7"><a href="#null" OnClick="wopen('concours.php')" class="menu"><b>Concours DVD</b></a></td></tr> <tr><td><img src="images/surf/menu_separation.gif" width="135" height="10"></td></tr> <tr><td bgcolor="#EAEAC2" background="images/surf/fond_menu.gif">&nbsp;<img src="images/fleche.gif" width="10" height="7"><a href="forum.php?forum_id=1&PHPSESSID=1f51758b94ab69f608d2f589370d7d15" class="menu"><b>Sexe : D&eacute;bats</b></a><br> &nbsp;<img src="images/fleche.gif" width="10" height="7"><a href="forum.php?forum_id=2&PHPSESSID=1f51758b94ab69f608d2f589370d7d15" class="menu"><b>Sexe : V&eacute;cu</b></a><br> &nbsp;<img src="images/fleche.gif" width="10" height="7"><a href="questions.php?PHPSESSID=1f51758b94ab69f608d2f589370d7d15" class="menu">Vos Questions</a><br> &nbsp;<img src="images/fleche.gif" width="10" height="7"><a href="debats.php?PHPSESSID=1f51758b94ab69f608d2f589370d7d15" class="menu">D&eacute;bats</a><br> &nbsp;<img src="images/fleche.gif" width="10" height="7"><a href="#null" OnClick="wopen('wiki.php')" class="menu"><b>Wiki!</b></a></td></tr> <tr><td><img src="images/surf/menu_separation.gif" width="135" height="10"></td></tr> <tr><td bgcolor="#EAEAC2" background="images/surf/fond_menu.gif">&nbsp;<img src="images/fleche.gif" width="10" height="7"><a href="annuaire.web.php?PHPSESSID=1f51758b94ab69f608d2f589370d7d15" class="menu"><b>Annuaire du web</b></a><br> &nbsp;<img src="images/fleche.gif" width="10" height="7"><a href="annuaire.images.php?PHPSESSID=1f51758b94ab69f608d2f589370d7d15" class="menu"><b>Annuaire photos</b></a><br> &nbsp;<img src="images/fleche.gif" width="10" height="7"><a href="boutique.php?PHPSESSID=1f51758b94ab69f608d2f589370d7d15" class="menu">La boutique</a></td></tr> <tr><td><img src="images/surf/menu_separation.gif" width="135" height="10"></td></tr> <tr><td bgcolor="#EAEAC2" background="images/surf/fond_menu.gif">&nbsp;<img src="images/fleche.gif" width="10" height="7"><a href="goodies.php?PHPSESSID=1f51758b94ab69f608d2f589370d7d15" class="menu"><b>Les goodies</b></a><br> &nbsp;<img src="images/fleche.gif" width="10" height="7"><a href="bannieres.php?PHPSESSID=1f51758b94ab69f608d2f589370d7d15" class="menu">Faire un lien</a><br> &nbsp;<img src="images/fleche.gif" width="10" height="7"><a href="recommander.php?PHPSESSID=1f51758b94ab69f608d2f589370d7d15" class="menu">Recommander</a></td></tr>  <tr><td><img src="images/surf/menu_fin.gif" width="135" height="5"></td></tr> </table></td><td>&nbsp;</td><td width="100%" valign="top"><img src="images/invisible.gif" width="1" height="4"><br><div align="right"><font color="#1A3F68" face="Verdana,Arial,Helvetica,sans-serif" size="5" color="#BD0829"><u><b>Les jeunes h&eacute;ros de Harry Potter</b></u></font><br><font color="#1A3F68" color="#BD0829"><b>Cet article a &eacute;t&eacute; jug&eacute; bon par 74 personnes&nbsp;&nbsp;</b></font><br></div><br> <table cellspacing="1" cellpadding="0" border="0" align="right" bgcolor="#1F6293"> <tr><td bgcolor="#E1EEE1"> <table> <tr><td valign="top" NOWRAP><a href="membre.fiche.php?membreid=4417&PHPSESSID=1f51758b94ab69f608d2f589370d7d15"><img src="avatars/mini/4417.img" width="40" height="50" style="border:solid #094C09 1px; border-right:0px;"><img src="images/surf/profil.gif" width="10" height="50" style="border:solid #094C09 1px; border-left:0px;"></a></td><td valign="top" width="100%" class="mr"><b>L'auteur :</b><br> <a href="membre.fiche.php?membreid=4417&PHPSESSID=1f51758b94ab69f608d2f589370d7d15" class="mr">Frank William Abagnale Jr.</a><br> 3 ans<br> Meg&egrave;ve (France)<br> <img src="images/invisible.gif" width="5" height="5" border="0"><br> <b>L'article :</b><br> Publi&eacute; le 12/12/2002<br> Visionn&eacute; 2632 fois<br> <img src="images/fleche.gif" width="10" height="7" border="0"><a href="#null" onClick="window.open('plagiat.php?artid=3832','_blank','width=500,height=300,scrollbars=0,toolbar=0,titlebar=0,status=0,resizable=0');" class="mr"><b>Article copi&eacute; ?</b></a><br> <img src="images/fleche.gif" width="10" height="7" border="0"><a href="article.details.php?artid=3832&PHPSESSID=1f51758b94ab69f608d2f589370d7d15" class="mr">D&eacute;tails</a><br> <img src="images/fleche.gif" width="10" height="7" border="0"><a href="article.envoyer.php?artid=3832&PHPSESSID=1f51758b94ab69f608d2f589370d7d15" class="mr">Envoyer &agrave; un ami</a><br> <img src="images/fleche.gif" width="10" height="7" border="0"><a href="imprim.php?artid=3832&PHPSESSID=1f51758b94ab69f608d2f589370d7d15" target="_blank" class="mr">Imprimer</a></td></tr> </table> </td></tr> </table> <div align="justify"><b>Daniel Racliffe et Emma Watson nous parlent de leurs personnages dans le deuxi&egrave;me &eacute;pisode de la saga Harry Potter...</b><br><br>  <a href="redirect.php?url=http://207.44.194.80/fj/article.php?artid=3933&amp;parrain=4417" target="_blank"><img src="aimgs/0558899427c137c9ebb2285f4d2ece99.img" align="left" border="0"></a><b>Daniel Radcliffe</b>, interpr&egrave;te du h&eacute;ros &agrave; lunettes dans <i>Harry Potter</i>, est n&eacute; le 23 Juillet 1989 &agrave; Londres. Il fait ses d&eacute;buts sur le petit &eacute;cran gr&acirc;ce &agrave; la s&eacute;rie t&eacute;l&eacute;vis&eacute;e David <i>Copperfield </i>diffus&eacute;e en D&eacute;cembre 1999 sur la BBC. En 2001, il fait son apparition sur grand &eacute;cran aux c&ocirc;t&eacute;s de Jamie Lee Curtis et de Pierce Brosnan dans <i>The Tailor of Panama</i>, mais aussi et plut&ocirc;t surtout, dans le r&ocirc;le de l'apprenti-sorcier, <i>Harry Potter</i>. A l'occasion de la sortie du second opus,  <a href="redirect.php?url=http://207.44.194.80/fj/article.php?artid=3933&amp;parrain=4417" target="_blank">La Chambre des Secrets</a>, il r&eacute;pond aux questions du magazine Premi&egrave;re.<br /> <br /> <b>Premi&egrave;re : Comment Harry Potter &eacute;volue-t-il dans ce nouvel &eacute;pisode ?</b><br /> <i>Daniel Radcliffe : Il grandit. Dans Harry Potter &agrave; l'&eacute;cole des sorciers, Harry d&eacute;couvrait Poudlard, et se contentait de r&eacute;agir au monde qu'il d&eacute;couvrait. Cette fois, il se rend compte que quelque chose cloche, et agit. Il n'a pas peur de se battre pour d&eacute;fendre ses convictions. Et ne cesse d'approfondir ses &eacute;motions.</i><br /> <br /> <b>Aimerais-tu tourner dans tous les Harry Potter ?</b><br /> <i>Je ne sais pas. Je veux faire chaque film en son temps. D&eacute;crire Harry du mieux que je peux au fur et &agrave; mesure des &eacute;pisodes.</i><br /> <br /> <b>As-tu r&eacute;alis&eacute; des cascades toi-m&ecirc;me ?</b><br /> <i>Dans  <a href="redirect.php?url=http://207.44.194.80/fj/article.php?artid=3933&amp;parrain=4417" target="_blank">La Chambre des Secrets</a>, j'escalade le plateau jusqu'en haut. J'adore les cascades. Je m'entra&icirc;ne avec David Holmes, ma doublure, un super gymnaste qui m'a appris &agrave; faire de la gym, des pompes, des abdos et &agrave; soulever des poids. Il a 19 ans, mais il fait ma taille.</i><br /> <br /> <b>Portes-tu des lunettes dans la vie ?</b><br /> <i>J'en ai eu, mais je les perdais tout le temps. Je ne sais d'ailleurs pas pourquoi on m'en fait porter (rires).</i><br /> <br /> <b>Te sens-tu proche de <i>Emma </i>(Hermione dans le film) et de <i>Rupert </i>(Ron) ?</b><br /> <i>Bien s&ucirc;r. Emma est tr&egrave;s intelligente et Rupert vraiment tr&egrave;s dr&ocirc;le. Il peut m&ecirc;me fr&ocirc;ler l'hyst&eacute;rie. Il sait emprunter plein de voix diff&eacute;rentes et il imite un tas de personnages.</i><br /> <br /> <b>As-tu suppli&eacute; J.K. Rowling de te donner des infos sur le 5&egrave;me livre ?</b><br /> <i>Non, je ne sais pas pourquoi je saurais les choses avant tout le monde. En plus, cela pouvait fausser mon jeu sur  <a href="redirect.php?url=http://207.44.194.80/fj/article.php?artid=3933&amp;parrain=4417" target="_blank">La Chambre des Secrets</a>.</i><br /> <br /> <b>Crois-tu que tu seras acteur plus tard ?</b><br /> <i>Pourquoi pas ? Mais Chris Columbus, j'aimerais bien devenir r&eacute;alisateur, ou &eacute;crivain.</i><br /> <br /> <b>Comment tes amis te regardent-ils aujourd'hui ?</b><br /> <i>Ils me voient toujours comme Dan. Et non comme Harry, et n'&eacute;prouvent aucune jalousie envers moi.</i><br /> <br /> <b>Es-tu, comme tous tes fans, un expert d'Harry Potter ?</b><br /> <i>Je ne suis pas nickel sur les d&eacute;tails. Certains des enfants qui venaient sur le plateau savaient tout, pas moi.</i><br /> <br /> <br /> <img src="aimgs/de7336436b95191e05661c49f598f60e.img" align="left" border="0"><b>Emma Watson</b> (Hermione Granger), n&eacute;e le 15 Avril 1990 en Angleterre, apparait pour la premi&egrave;re &agrave; l'&eacute;cran dans Harry Potter &agrave; l'&eacute;cole des sorciers, puis aujourd'hui dans La Chambre des Secrets. Elle a donc accept&eacute; de nous en dire un peu plus sur son personnage et sur elle-m&ecirc;me.<br /> <br /> <b>Premi&egrave;re : Ta vie a-t-elle chang&eacute; apr&egrave;s le film ?</b><br /> <i>Emma Watson : Elle a chang&eacute; petit &agrave; petit en fait. Un jour, quelqu'un s'est approch&eacute; de moi dans la rue et s'est &eacute;cri&eacute; : &laquo; Ca alors ! Vous &ecirc;tes la fille qui joue Hermione ? &raquo; Et j'ai pens&eacute; : &laquo; Mon Dieu ! Ca y est, les gens savent qui je suis. &raquo; Je me souviens encore de la premi&egrave;re fois ou l'on m'a demand&eacute; un autographe. J'&eacute;tais l&agrave;, &agrave; penser : &laquo; Mais que se passe-t-il ? Ce n'&eacute;tait pas cens&eacute; arriver ! &raquo; J'ai eu un peu la trouille. Maintenant, j'ai appris &agrave; signer beaucoup plus vite.</i><br /> <br /> <b>S'il y a une sc&egrave;ne ou Hermione doit &eacute;prouver de la peur, penses-tu &agrave; quelque chose en particulier pour te mettre dans le bon &eacute;tat d'esprit ?</b><br /> Oui, on peut dire qu'il existe des techniques de jeu. De nombreuses personnes me demandent si je prends des cours d'arts dramatiques ou si j'ai appris &agrave; jouer. Mais je crois que pour &ecirc;tre acteur, il faut avant tout savoir rester naturel.<br /> <br /> <b>Hermione a le b&eacute;guin pour un de ses profs dans...</b><br /> <i><u>(Elle interrompt en gloussant)</u> Je ne peux vraiment pas m'identifier &agrave; Hermione craquant pour l'un de ses profs, surtout Gilderoy Lockhart. Si c'&eacute;tait moi, je ne pourrais m&ecirc;me pas l'&eacute;couter tellement il est &eacute;nervant. Je serais plut&ocirc;t du genre : &laquo; C'est quoi votre probl&egrave;me ? &raquo; Ce mec est absolument transparent, sauf pour Hermione. Elle en est compl&egrave;tement gaga.</i><br /> <br /> <b>As-tu une sc&egrave;ne favorite ?</b><br /> <i>Dans le premier film, j'adore quand Hermione dit &agrave; Harry et Ron : &laquo; Je monte me coucher, avant que l'un de vous deux ne trouve une brillante id&eacute;e qui ne fera tuer, ou pire : renvoyer ! &raquo; Et vlan ! Elle claque la porte. Vous savez, quand une fille est entour&eacute;e de deux gar&ccedil;ons, elle doit savoir leur montrer qui est le boss.</i><br /> <br /> <b>As-tu des fr&egrave;res et soeurs ?</b><br /> <i>J'ai un fr&egrave;re de 9 ans qui s'appelle Alex. Il n'a aucune envie d'&ecirc;tre acteur. Il est tr&egrave;s content de rester &agrave; la maison pour jouer &agrave; la Playstation.</i><br /> <br /> <b>Arrive-t-il que tu te laisses emporter par l'histoire ?</b><br /> <i>Parfois, j'aimerais qu'elle soit vraie.  Si j'avais un pouvoir magique, je choisirais d&eacute;finitivement la cape qui rend invisible. Comme &ccedil;a, j'irais voir les films interdits au moins de 12 ans. D'ailleurs, la plupart du temps, personne ne croit que j'aie 12 ans. Je pourrais aussi aller &agrave; des concerts, des trucs de ce genre. Et j'irais surtout rencontrer Brad Pitt, c'est ma plus haute priorit&eacute;.</i><br /> <br /> <br />  <a href="redirect.php?url=http://207.44.194.80/fj/article.php?artid=3933&amp;parrain=4417" target="_blank"><i>Harry Potter et la Chambre des Secrets </i></a>de <i>Chris Columbus</i> avec <i>Daniel Radcliffe </i>et <i>Emma Watson</i>, sortie le 4 D&eacute;cembre.</div> <p align="right"><i>Par <a href="#null" onClick="window.open('mail.php?type=article&tid=3832','_blank','width=335,height=280,scrollbars=0,toolbar=0,titlebar=0,status=0,resizable=0');"><b>Frank William Abagnale Jr.</b></a></i></p> <table cellspacing="1" cellpadding="0" border="0" width="100%" bgcolor="#1F6293"><tr><td><table cellspacing="0" cellpadding="1" border="0" bgcolor="#FFFFFF" width="100%"> <tr bgcolor="#E0EAF3"><td align="right"><b><img src="images/fleche.gif" width="10" height="7" border="0"><a href="#null" onClick="window.open('plagiat.php?artid=3832','_blank','width=500,height=300,scrollbars=0,toolbar=0,titlebar=0,status=0,resizable=0');">Article copi&eacute; ?</a> <img src="images/fleche.gif" width="10" height="7" border="0"><a href="article.envoyer.php?artid=3832&PHPSESSID=1f51758b94ab69f608d2f589370d7d15">Envoyer &agrave; un ami</a> <img src="images/fleche.gif" width="10" height="7" border="0"><a href="article.details.php?artid=3832&PHPSESSID=1f51758b94ab69f608d2f589370d7d15">D&eacute;tails</a> <img src="images/fleche.gif" width="10" height="7" border="0"><a href="imprim.php?artid=3832&PHPSESSID=1f51758b94ab69f608d2f589370d7d15" target="_blank">Imprimer</a>&nbsp;</b></td></tr> </table></td></tr></table><img src="images/invisible.gif" width="5" height="5" border="0"><table cellspacing="1" cellpadding="0" border="0" width="100%" bgcolor="#1F6293"><tr><td><table cellspacing="0" cellpadding="1" border="0" bgcolor="#FFFFFF" width="100%"> <form method="post" action="article.php?artid=3832" onSubmit="post.disabled=true;"><input type="hidden" name="PHPSESSID" value="1f51758b94ab69f608d2f589370d7d15" /> <tr bgcolor="#E0EAF3"><td colspan="2">Note cet article :</td></tr> <tr bgcolor="#FFFFFF"><td align="right" width="50%"> Excellent <input type="radio" name="form_note" value="4" class="radio"><br>  Moyen <input type="radio" name="form_note" value="2" class="radio"></td><td width="50%"><input type="radio" name="form_note" value="3" class="radio"> Bon<br> <input type="radio" name="form_note" value="1" class="radio"> Mauvais</td></tr> <tr bgcolor="#E0EAF3"><td colspan="2"><input type="submit" name="post" value="Valider mon vote" style="width: 100%;"></td></tr> </form> </table></td></tr></table><img src="images/invisible.gif" width="5" height="5" border="0"><table cellspacing="1" cellpadding="0" border="0" width="100%" bgcolor="#1F6293"><tr><td><table cellspacing="0" cellpadding="1" border="0" bgcolor="#FFFFFF" width="100%"> <form method="post" action="article.envoyer.php?artid=3832" onSubmit="post.disabled=true;"><input type="hidden" name="PHPSESSID" value="1f51758b94ab69f608d2f589370d7d15" /> <tr bgcolor="#FFFFFF"><td NOWRAP>Envoyer &agrave; un ami :</td><td width="33%" align="center"><input type="text" name="def_pseudo" size="13" value="Ton pseudo" onfocus="this.select();" style="width: 100%;"></td><td width="33%" align="center"><input type="text" name="def_email" size="16" value="Ton mail" onfocus="this.select();" style="width: 100%;"></td><td width="33%" align="center"><input type="text" name="form_email0" size="16" value="Email de ton ami" onfocus="this.select();" style="width: 100%;"></td><td><input type="hidden" name="poster" value="1"><input type="submit" name="post" value="Envoyer"></td></tr> </form> </table></td></tr></table><img src="images/invisible.gif" width="5" height="5" border="0"><a name="commentaires"></a><table cellspacing="1" cellpadding="1" border="0" width="100%" bgcolor="#1F6293"> <tr bgcolor="#E0EAF3"><td><b>5 derniers commentaires de l'article</b> (du plus r&eacute;cent au plus ancien) :</td></tr> <form method="post" action="article.php?artid=3832#commentaires" onSubmit="post.disabled=true;"><input type="hidden" name="PHPSESSID" value="1f51758b94ab69f608d2f589370d7d15" /> <tr bgcolor="#FFFFFF"><td><input type="hidden" name="afficher_tous" value="1"><input type="submit" name="post" value="Afficher tous les commentaires" style="width: 100%; background: #0B3D70; color: #FFFFFF; font-weight:bold;"></td></tr> </form><tr bgcolor="#E0EAF3"><td><img src="images/fleche.gif" width="10" height="7" border="0"><a href="#null" onClick="window.open('commentaire.php?artid=3832','_blank','width=335,height=280,scrollbars=0,toolbar=0,titlebar=0,status=0,resizable=0');"><b>Poster un commentaire</b></a></td></tr><tr bgcolor="#FFFFFF"><td><i>Par <a href="#null" onClick="window.open('mail.php?type=commentaire&tid=53835','_blank','width=335,height=280,scrollbars=0,toolbar=0,titlebar=0,status=0,resizable=0');"><b>Hermione</b></a></i> le 13 avril 2003 : je voulais juste vous demander: si quelqun a des informations sur Daniel Radcliffe, des autographes, ou il va aller en vacance,sa vraie adresse, comment est-il possible de le rencontrer, les concours pour le rencontrer ou je ne sais encore quoi. Merci d'avance et si jamais, j ' ai aussi quelques informations.<br /> Ps: Je suis pour presque tous du meme avis que vous!</td></tr><tr bgcolor="#FFFFFF"><td><i>Par <a href="#null" onClick="window.open('mail.php?type=commentaire&tid=51380','_blank','width=335,height=280,scrollbars=0,toolbar=0,titlebar=0,status=0,resizable=0');"><b>amoureuse de lui</b></a></i> le 4 avril 2003 : coucou tout le monde,je vais vous  dire quelque chose:j'ai fait un concours et j'ai gagner!!!!!!!!!!! quoi? une photo dedicac&eacute; par daniel radcliffe,il est trop beau!!!!!!!! si vous avez des informations sur lui n'h&eacute;sitez pas a m'ecrire!!!</td></tr><tr bgcolor="#FFFFFF"><td><i>Par <a href="#null" onClick="window.open('mail.php?type=commentaire&tid=51366','_blank','width=335,height=280,scrollbars=0,toolbar=0,titlebar=0,status=0,resizable=0');"><b>Nonm&eacute;d&eacute;fois</b></a></i> le 4 avril 2003 : Merci de nous g&acirc;cher tout le plaisir Micou! <br /> Moi, je n'ai pas envie de savoir tout ce qui va se passer avant d'avoir lu le<br /> livre! On perd tout le suspens!</td></tr><tr bgcolor="#FFFFFF"><td><i>Par <a href="#null" onClick="window.open('mail.php?type=commentaire&tid=48421','_blank','width=335,height=280,scrollbars=0,toolbar=0,titlebar=0,status=0,resizable=0');"><b>sarah</b></a></i> le 24 mars 2003 : Je trouve que c'est tr&egrave;s bien de r&eacute;cuperer des interview<br /> comme l'a fait ce gar&ccedil;on mais, il a oubli&eacute; de parler de Rupert GRINT alias RON WEASLEY.</td></tr><tr bgcolor="#FFFFFF"><td><i>Par <a href="#null" onClick="window.open('mail.php?type=commentaire&tid=48308','_blank','width=335,height=280,scrollbars=0,toolbar=0,titlebar=0,status=0,resizable=0');"><b>Micou</b></a></i> le 23 mars 2003 : Me revoil&agrave; j'ai encore des infos aujourd'hui,mais s'a va &ecirc;tre sur le prochain tome d'Harry Potter.(Harry Potter et l'ordre du ph&eacute;nix):<br /> -Harry va d&eacute;couvrir qu'il a un fr&egrave;re jumeau appell&eacute; je sais plus comment mais il seras du cot&eacute; de Lord Voldemord.<br /> -Hermione et Ronald vont sortire ensembles.<br /> -enfin Harry seras toujour amoureux de moi!non,de Cho Chang(&agrave; le pr&eacute;non!!)<br /> voil&agrave; r&eacute;pond&eacute; moi pour me donn&eacute; des info que j'ai pas  en t&ecirc;te.<br /> Kiss!!!Marion</td></tr><tr bgcolor="#E0EAF3"><td><img src="images/fleche.gif" width="10" height="7" border="0"><a href="#null" onClick="window.open('commentaire.php?artid=3832','_blank','width=335,height=280,scrollbars=0,toolbar=0,titlebar=0,status=0,resizable=0');"><b>Poster un commentaire</b></a><a name="message"></a></td></tr> </table></td><td valign="top" NOWRAP>&nbsp;&nbsp;</td><td background="images/surf/fond_intercalaire.gif" align="right" valign="top"><img src="images/invisible.gif" width="6" height="59"><br><img src="images/blanc.gif" width="1" height="4"></td><td bgcolor="#E1EEE1" valign="top" class="mr"><table><tr><td valign="top" NOWRAP><a href="membre.fiche.php?membreid=18309&PHPSESSID=1f51758b94ab69f608d2f589370d7d15"><img src="avatars/mini/defaut/1.img" width="40" height="50" style="border:solid #094C09 1px; border-right:0px;"><img src="images/surf/profil.gif" width="10" height="50" style="border:solid #094C09 1px; border-left:0px;"></a></td><td valign="top" width="100%" class="mr"><img src="images/fleche.gif" width="10" height="7" border="0">Katy<br>16 ans<br>Vitry sur se</td></tr></table><img src="images/blanc.gif" width="160" height="4" class="sep"><br><blockquote style="margin-top: 0px; margin-left: 4px; margin-right: 0px; margin-bottom: 0px;"> <a href="inscription.php?PHPSESSID=1f51758b94ab69f608d2f589370d7d15" class="mr"><img src="images/fleche.gif" width="10" height="7" border="0"><b>Deviens membre (0 &euro; !)</b></a><br> <a href="avantages.liste.php?PHPSESSID=1f51758b94ab69f608d2f589370d7d15" class="mr"><img src="images/fleche.gif" width="10" height="7" border="0"><b>Pourquoi &ecirc;tre membre ?</b></a><br> <a href="inscription.php?PHPSESSID=1f51758b94ab69f608d2f589370d7d15" class="mr"><img src="images/fleche.gif" width="10" height="7" border="0">Poste tes articles !</a><br> <a href="perdu.php?PHPSESSID=1f51758b94ab69f608d2f589370d7d15" class="mr"><img src="images/fleche.gif" width="10" height="7" border="0">Mot de passe perdu ?</a><br> <img src="images/fleche.gif" width="10" height="7" border="0">Identification :<br> <table cellspacing="0" cellpadding="0" border="0" width="100%"> <form method="post" action="identification.php" onSubmit="post.disabled=true;"><input type="hidden" name="PHPSESSID" value="1f51758b94ab69f608d2f589370d7d15" /> <tr><td class="menu_right"><img src="images/fleche.gif" width="10" height="7" border="0">Login :</td><td align="right"><input type="text" name="login" size="17" class="mr">&nbsp;&nbsp;&nbsp;&nbsp;</td></tr> <tr><td class="menu_right"><img src="images/fleche.gif" width="10" height="7" border="0">Pass :</td><td align="right"><input type="password" name="mdp" size="17" class="mr">&nbsp;&nbsp;&nbsp;&nbsp;</td></tr> <tr><td align="center" colspan="2"><input type="submit" name="post" value="Se connecter" style="width: 142px; height: 16px" class="mr"></td></tr> </form> </table><img src="images/invisible.gif" width="1" height="2"><br><img src="images/vert.gif" width="160" height="1"><br> <br> <b><img src="images/fleche.gif" width="10" height="7">News Lettre</b><br> <img src="images/vert.gif" width="160" height="1"><br> <img src="images/fleche.gif" width="10" height="7" border="0">Recevoir tous les nouveaux articles dans ta bo&icirc;te &agrave; lettre ? Tu ne prends aucun risque, c'est r&eacute;siliable &agrave; tout moment !<br> <table cellspacing="0" cellpadding="0" border="0" width="100%"> <form method="post" action="newslettre.php" onSubmit="post.disabled=true;"><input type="hidden" name="PHPSESSID" value="1f51758b94ab69f608d2f589370d7d15" /> <tr><td class="menu_right"><img src="images/fleche.gif" width="10" height="7" border="0">Email :</td><td align="right"><input type="text" name="form_email" size="17" value="" class="mr">&nbsp;&nbsp;&nbsp;&nbsp;</td></tr> <tr><td align="center" colspan="2"><input type="submit" name="post" value="M'abonner" style="width: 142px; height: 16px" class="mr"></td></tr> </form> </table><img src="images/invisible.gif" width="1" height="2"><br><img src="images/vert.gif" width="160" height="1"><br> <br><b><img src="images/fleche.gif" width="10" height="7">Partenaires</b><br> <img src="images/vert.gif" width="160" height="1"><br><a href="partenaire.devenir.php?PHPSESSID=1f51758b94ab69f608d2f589370d7d15" class="mr"><img src="images/fleche.gif" width="10" height="7" border="0"><b>Devenir partenaire</b></a><br><a href="partenaire.bouton.clic.php?partid=77&PHPSESSID=1f51758b94ab69f608d2f589370d7d15" target="_blank" class="mr"><img src="images/fleche.gif" width="10" height="7" border="0">Forum Webmasters</a><br><a href="partenaire.bouton.clic.php?partid=43&PHPSESSID=1f51758b94ab69f608d2f589370d7d15" target="_blank" class="mr"><img src="images/fleche.gif" width="10" height="7" border="0">PS2 France!</a><br><a href="partenaire.bouton.clic.php?partid=81&PHPSESSID=1f51758b94ab69f608d2f589370d7d15" target="_blank" class="mr"><img src="images/fleche.gif" width="10" height="7" border="0">Intelligence Artificielle</a><br><a href="partenaire.bouton.clic.php?partid=5&PHPSESSID=1f51758b94ab69f608d2f589370d7d15" target="_blank" class="mr"><img src="images/fleche.gif" width="10" height="7" border="0">tubededentifrice</a><br><a href="partenaire.bouton.clic.php?partid=72&PHPSESSID=1f51758b94ab69f608d2f589370d7d15" target="_blank" class="mr"><img src="images/fleche.gif" width="10" height="7" border="0">Vivez l'instant pr&eacute;sent</a><br><a href="partenaire.bouton.clic.php?partid=10&PHPSESSID=1f51758b94ab69f608d2f589370d7d15" target="_blank" class="mr"><img src="images/fleche.gif" width="10" height="7" border="0">RingRex GSM</a><br><a href="partenaire.bouton.clic.php?partid=53&PHPSESSID=1f51758b94ab69f608d2f589370d7d15" target="_blank" class="mr"><img src="images/fleche.gif" width="10" height="7" border="0">C'est tendance !</a><br><img src="images/vert.gif" width="160" height="1"><br><br><center><a href="partenaire.bouton.clic.php?partid=90&PHPSESSID=1f51758b94ab69f608d2f589370d7d15" target="_blank"><img src="http://fantome.nexenservices.com/e-sondage/images/bouton.gif" alt="E-Sondage" border="0" vspace="2" hspace="2"></a><br><a href="partenaire.bouton.clic.php?partid=76&PHPSESSID=1f51758b94ab69f608d2f589370d7d15" target="_blank"><img src="http://www.joueronline.net/images/bouton.gif" alt="Jouez en ligne !" border="0" vspace="2" hspace="2"></a><br></center><img src="images/vert.gif" width="160" height="1"></blockquote><br><center> <script language="JavaScript1.1"> <!-- hsh = new Date(); hsd = document; hsi = '<a href="http://www.xiti.com/xiti.asp?s=15427"' hsi += ' TARGET="_top"><img width="39" height="25" border=0 ' hsi += 'src="http://loga.xiti.com/hit.xiti?s=15427' hsi += '&p=&hl=' + hsh.getHours() + 'x' + hsh.getMinutes() + 'x' + hsh.getSeconds(); if(parseFloat(navigator.appVersion)>=4) {Xiti_s=screen;hsi += '&r=' + Xiti_s.width + 'x' + Xiti_s.height + 'x' + Xiti_s.pixelDepth + 'x' + Xiti_s.colorDepth;} hsd.writeln(hsi + '&ref=' + hsd.referrer.replace('&', '$') + '" title="Mesurez votre audience"></a>'); //--> </script> <noscript> <a href="http://www.xiti.com/xiti.asp?s=15427" target="_blank"><img width="39" height="25" border=0 src="http://loga.xiti.com/hit.xiti?s=15427&p=&" title="Mesurez votre audience"></a> </noscript></center></td></tr> <tr><td></td><td><img src="images/surf/coin_bas.gif" width="135" height="21"></td><td colspan="3" background="images/surf/fond_bas.gif" align="right" valign="bottom"><i><b><font color="1A3F68" size="1"><a href="aspirateurs.php?PHPSESSID=1f51758b94ab69f608d2f589370d7d15">ASPIRATEURS</a> / <a href="copyright.php?PHPSESSID=1f51758b94ab69f608d2f589370d7d15">DEPOT COPYRIGHT</a> / DECLARATION CNIL N&deg;752143</font></b></i></td><td background="images/surf/fond_intercalaire.gif"></td><td bgcolor="#E1EEE1" background="images/surf/fond_bas.gif"></td></tr> </table> </body> </html> 
