<html> <head> <title>FRANCE-JEUNES : TOUTE L'ACTU PAR LES JEUNES !</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>26 avril 2003 &agrave; 00 heures 16 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=fb7303830e789b4715865011419adb20">Devenir membre</a> / <a href="avantages.liste.php?PHPSESSID=fb7303830e789b4715865011419adb20">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"><IFRAME height=60 width=468 Marginwidth=0 marginheight=0 hspace=0 vspace=0 frameborder=0  scrolling=no bordercolor="#000000" SRC="http://fl01.ct2.comclick.com/aff_frame.ct2?id_regie=1&num_editeur=1951&num_site=1&num_emplacement=1"> <SCRIPT type="text/JavaScript" src="http://fl01.ct2.comclick.com/aff_js_src.ct2?id_regie=1&num_editeur=1951&num_site=1&num_emplacement=1"> </SCRIPT> <NOSCRIPT> <A HREF="http://fl01.ct2.comclick.com/click_url.ct2?id_regie=1&num_editeur=1951&num_site=1&num_emplacement=1" TARGET="_blank"> <IMG BORDER=0 SRC="http://fl01.ct2.comclick.com/aff_url.ct2?id_regie=1&num_editeur=1951&num_site=1&num_emplacement=1"></A> </NOSCRIPT> </IFRAME><br> <font size="1"><b>Cliquez pour en savoir plus :)</b></font></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=fb7303830e789b4715865011419adb20"><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="fb7303830e789b4715865011419adb20" /><td width="100%"><a href="emails.liste.php?PHPSESSID=fb7303830e789b4715865011419adb20" 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>118</b> connect&eacute;s : <b>35</b> <a href="connectes.php?PHPSESSID=fb7303830e789b4715865011419adb20">membres</a> et <b>83</b> visiteurs <img src="images/fleche.gif" width="10" height="7" border="0"><a href="connectes.php?PHPSESSID=fb7303830e789b4715865011419adb20">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=fb7303830e789b4715865011419adb20">Accueil</a> <img src="images/fleche.gif" width="10" height="7" border="0">Devenir partenaire</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=fb7303830e789b4715865011419adb20"><img src="images/surf/o_accueil.gif" width="71" height="10" border="0" alt="Retour &agrave; l'accueil"></a><a href="inscription.php?PHPSESSID=fb7303830e789b4715865011419adb20"><img src="images/surf/o_inscription.gif" width="96" height="10" border="0" alt="Devenir membre"></a><a href="annuaire.images.php?PHPSESSID=fb7303830e789b4715865011419adb20"><img src="images/surf/o_photos.gif" width="66" height="10" border="0" alt="Annuaire de photos"></a><a href="contacts.php?PHPSESSID=fb7303830e789b4715865011419adb20"><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=fb7303830e789b4715865011419adb20" class="menu">Amour</a><br>&nbsp;<img src="images/fleche.gif" width="10" height="7"><a href="rubrique.php?rubid=7&PHPSESSID=fb7303830e789b4715865011419adb20" class="menu">BD &amp; Livres</a><br>&nbsp;<img src="images/fleche.gif" width="10" height="7"><a href="rubrique.php?rubid=14&PHPSESSID=fb7303830e789b4715865011419adb20" class="menu">Bons Plans</a><br>&nbsp;<img src="images/fleche.gif" width="10" height="7"><a href="rubrique.php?rubid=5&PHPSESSID=fb7303830e789b4715865011419adb20" class="menu">Cin&eacute;ma</a><br>&nbsp;<img src="images/fleche.gif" width="10" height="7"><a href="rubrique.php?rubid=13&PHPSESSID=fb7303830e789b4715865011419adb20" class="menu">Humour</a><br>&nbsp;<img src="images/fleche.gif" width="10" height="7"><a href="rubrique.php?rubid=17&PHPSESSID=fb7303830e789b4715865011419adb20" class="menu">Insolite</a><br>&nbsp;<img src="images/fleche.gif" width="10" height="7"><a href="rubrique.php?rubid=18&PHPSESSID=fb7303830e789b4715865011419adb20" class="menu">Interviews</a><br>&nbsp;<img src="images/fleche.gif" width="10" height="7"><a href="rubrique.php?rubid=23&PHPSESSID=fb7303830e789b4715865011419adb20" 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=fb7303830e789b4715865011419adb20" 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=fb7303830e789b4715865011419adb20" class="menu">KomenF&egrave;ton</a><br>&nbsp;<img src="images/fleche.gif" width="10" height="7"><a href="rubrique.php?rubid=3&PHPSESSID=fb7303830e789b4715865011419adb20" class="menu">Le Monde</a><br>&nbsp;<img src="images/fleche.gif" width="10" height="7"><a href="rubrique.php?rubid=16&PHPSESSID=fb7303830e789b4715865011419adb20" 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=fb7303830e789b4715865011419adb20" class="menu">Multim&eacute;dia</a><br>&nbsp;<img src="images/fleche.gif" width="10" height="7"><a href="rubrique.php?rubid=6&PHPSESSID=fb7303830e789b4715865011419adb20" class="menu">Musique</a><br>&nbsp;<img src="images/fleche.gif" width="10" height="7"><a href="rubrique.php?rubid=25&PHPSESSID=fb7303830e789b4715865011419adb20" class="menu">Paranormal</a><br>&nbsp;<img src="images/fleche.gif" width="10" height="7"><a href="rubrique.php?rubid=4&PHPSESSID=fb7303830e789b4715865011419adb20" class="menu">People</a><br>&nbsp;<img src="images/fleche.gif" width="10" height="7"><a href="rubrique.php?rubid=8&PHPSESSID=fb7303830e789b4715865011419adb20" class="menu">Sciences</a><br>&nbsp;<img src="images/fleche.gif" width="10" height="7"><a href="rubrique.php?rubid=9&PHPSESSID=fb7303830e789b4715865011419adb20" class="menu">Sports</a><br>&nbsp;<img src="images/fleche.gif" width="10" height="7"><a href="rubrique.php?rubid=20&PHPSESSID=fb7303830e789b4715865011419adb20" 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=fb7303830e789b4715865011419adb20" class="menu">Vie du jeune</a><br>&nbsp;<img src="images/fleche.gif" width="10" height="7"><a href="rubrique.php?rubid=24&PHPSESSID=fb7303830e789b4715865011419adb20" class="menu">Vos Histoires</a><br>&nbsp;<img src="images/fleche.gif" width="10" height="7"><a href="rubrique.php?rubid=19&PHPSESSID=fb7303830e789b4715865011419adb20" class="menu">Webmasters</a><br> <br>&nbsp;<img src="images/fleche.gif" width="10" height="7"><a href="inscription.php?PHPSESSID=fb7303830e789b4715865011419adb20" class="menu"><b>Devenir membre</b></a><br>&nbsp;<img src="images/fleche.gif" width="10" height="7"><a href="annuaire.images.php?PHPSESSID=fb7303830e789b4715865011419adb20" class="menu"><b>Photos</b></a><br> &nbsp;<img src="images/fleche.gif" width="10" height="7"><a href="records.php?PHPSESSID=fb7303830e789b4715865011419adb20" class="menu"><b>Records</b></a><br> &nbsp;<img src="images/fleche.gif" width="10" height="7"><a href="news.php?PHPSESSID=fb7303830e789b4715865011419adb20" 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=fb7303830e789b4715865011419adb20" 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=fb7303830e789b4715865011419adb20" class="menu">Liste des articles</a><br> &nbsp;<img src="images/fleche.gif" width="10" height="7"><a href="article.php?random=1&PHPSESSID=fb7303830e789b4715865011419adb20" 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="fb7303830e789b4715865011419adb20" /> <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=fb7303830e789b4715865011419adb20" 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=fb7303830e789b4715865011419adb20" class="menu"><b>Rencontres</b></a><br> &nbsp;<img src="images/fleche.gif" width="10" height="7"><a href="webeauty.php?PHPSESSID=fb7303830e789b4715865011419adb20" class="menu"><b>WeBeauty</b></a><br> &nbsp;<img src="images/fleche.gif" width="10" height="7"><a href="declarations.php?PHPSESSID=fb7303830e789b4715865011419adb20" class="menu">D&eacute;clarations Love</a><br> &nbsp;<img src="images/fleche.gif" width="10" height="7"><a href="love.php?PHPSESSID=fb7303830e789b4715865011419adb20" 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=fb7303830e789b4715865011419adb20" 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=fb7303830e789b4715865011419adb20" 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=fb7303830e789b4715865011419adb20" 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=fb7303830e789b4715865011419adb20" class="menu">Vos Questions</a><br> &nbsp;<img src="images/fleche.gif" width="10" height="7"><a href="debats.php?PHPSESSID=fb7303830e789b4715865011419adb20" 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=fb7303830e789b4715865011419adb20" 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=fb7303830e789b4715865011419adb20" class="menu"><b>Annuaire photos</b></a><br> &nbsp;<img src="images/fleche.gif" width="10" height="7"><a href="boutique.php?PHPSESSID=fb7303830e789b4715865011419adb20" 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=fb7303830e789b4715865011419adb20" class="menu"><b>Les goodies</b></a><br> &nbsp;<img src="images/fleche.gif" width="10" height="7"><a href="bannieres.php?PHPSESSID=fb7303830e789b4715865011419adb20" class="menu">Faire un lien</a><br> &nbsp;<img src="images/fleche.gif" width="10" height="7"><a href="recommander.php?PHPSESSID=fb7303830e789b4715865011419adb20" 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>Vous souhaitez annoncer sur france-jeunes ? Pour cel&agrave;, 6 solutions s'offrent &agrave; vous :<br><br> <img src="images/fleche.gif" width="10" height="7" border="0"><b>L'annonce temporaire</b> :<br> Votre banni&egrave;re appara&icirc;t sur toutes les pages pour un nombre d'affichages que vous souhaitez. Vous payez par micropaiement t&eacute;l&eacute;phonique au gr&eacute; de vos envies, l'affichage de vos banni&egrave;res peut alors commencer, vous suivez les statistiques d'affichage de votre banni&egrave;re en temps r&eacute;el et vous &ecirc;tes averti par e-mail lorsqu'il ne vous reste plus d'affichages. <b>Cette offre est accessible aux particuliers comme aux entreprises</b>.<br> Le tarif est de <b>1 appel = 1 000 affichages</b>.<br><br>  <img src="images/fleche.gif" width="10" height="7" border="0"><b>L'annonce permanente</b> :<br> Votre banni&egrave;re appara&icirc;t sur toutes les pages ou bien de manni&egrave;re cibl&eacute;e (par exemple, vous g&eacute;rez un site de rencontres, vos banni&egrave;res appara&icirc;ssent donc uniquement sur les pages des rubriques &quot;amour&quot; et &quot;rencontres&quot; afin d'optimiser le taux de clic). Le paiement s'effectue &agrave; la fin de chaque mois par ch&egrave;que pour le mois pass&eacute;. Vous pouvez contr&ocirc;ler vos d&eacute;penses en fixant un palier de clics ou d'affichages &agrave; ne pas d&eacute;passer. Vous choisissez votre mode de r&eacute;mun&eacute;ration : au clic ou bien &agrave; l'affichage. Vous disposez d'une interface de gestion qui vous permet de voir en temps r&eacute;el l'&eacute;tat de votre compte et les statistiques de votre banni&egrave;re. <b>Cette offre est strictement r&eacute;serv&eacute;e aux entreprises</b>.<br> Les tarifs sont : au clic : <b>0,15 &euro; par clic</b><br> &agrave; l'affichage : <b>2,5 &euro; pour 1 000 affichages sans ciblage ; 7,5 &euro; pour 1 000 affichages avec ciblage</b>.<br><br>  <table cellpadding="0" cellspacing="5" width="100%" style="border: dashed #000000 1px;"><tr bgcolor="#FFFFFF"><td> <img src="images/fleche.gif" width="10" height="7" border="0"><b>L'annonce webr&eacute;gie</b> :<br> Cette offre vous permet d'annoncer sur une base de <b>20 000 affichages par jour, soit environ 600 000 affichages par mois pour un prix forfaitaire</b>. Vous disposez d'une interface compl&egrave;te de gestion de vos banni&egrave;res (PhpAdsNew sans limitation de droit), vous &ecirc;tes absolument libre de choisir quelles banni&egrave;res afficher sur vos 20 000 affichages quotidiens, banni&egrave;res pouvant &ecirc;tre de la publicit&eacute; <b>pour vous m&ecirc;me, vos amis ou m&ecirc;me vos propres sponsors</b> (seuls les annonceurs &eacute;rotiques sont interdits). <b>Attention :</b> vos banni&egrave;res sont affich&eacute;es sur le site <a href="http://www.france-jeunes.net" target="_blank">http://www.france-jeunes.net</a> bien s&ucirc;r, mais aussi sur <a href="http://www.tubededentifrice.com" target="_blank">http://www.tubededentifrice.com</a> et <a href="http://www.5en1.com" target="_blank">http://www.5en1.com</a>. Si vous vous engagez pour une dur&eacute;e minimum de 6 mois, vous disposez en plus, <b>gratuitement, de 2 encarts publicitaires mensuels dans la news lettre de france-jeunes</b> (nombre d'abonn&eacute;s indiqu&eacute; plus bas sur cette m&ecirc;me page) soit <b>un cadeau de plus de 400 &euro; chaque mois</b> ! <b>Cette offre est strictement r&eacute;serv&eacute;e aux entreprises</b>.<br> Le tarif est de <b>360 &euro; par mois, soit un co&ucirc;t moyen de 0,6 &euro; pour 1 000 affichages</b>.</td></tr></table><br>  <img src="images/fleche.gif" width="10" height="7" border="0"><b>L'&eacute;change de lien texte</b> :<br> L'&eacute;change de lien texte sur toutes les pages permet, plus que l'augmentation du nombre de visiteurs directs, un meilleur positionnement dans les moteurs de recherche. Vous choisissez le mode d'&eacute;change que vous souhaitez : &eacute;change de clics (1 clic de votre site vers france-jeunes vous donne droit &agrave; un clic de france-jeunes vers votre site) ou bien d'affichages (1 affichage sur votre site vous donne droit &agrave; un affichage sur france-jeunes). Vous b&eacute;n&eacute;ficiez d'une interface vous permettant de suivre en temps r&eacute;el les statistiques de votre lien. <b>Cette offre est r&eacute;serv&eacute; aux sites poss&eacute;dant un nom de domaine, un aspect professionnel et un PageRank Google (indiqu&eacute; par la Google Toolbar) sup&eacute;rieur ou &eacute;gal &agrave; 5</b>.<br><br>  <img src="images/fleche.gif" width="10" height="7" border="0"><b>L'&eacute;change de bouton 88x33</b> :<br> Cet &eacute;change vous permet d'allier apport d'un grand nombre de visiteurs direct et apport d'un grand nombre de visiteurs indirect par le biais des moteurs de recherche. Vous choisissez le mode d'&eacute;change que vous souhaitez : &eacute;change de clics (1 clic de votre site vers france-jeunes vous donne droit &agrave; un clic de france-jeunes vers votre site) ou bien d'affichages (1 affichage sur votre site vous donne droit &agrave; un affichage sur france-jeunes). Vous b&eacute;n&eacute;ficiez d'une interface vous permettant de suivre en temps r&eacute;el les statistiques de votre bouton. <b>Cette offre est r&eacute;serv&eacute; aux sites poss&eacute;dant un nom de domaine, un aspect professionnel et un PageRank Google (indiqu&eacute; par la Google Toolbar) sup&eacute;rieur ou &eacute;gal &agrave; 5</b>.<br><br><img src="images/fleche.gif" width="10" height="7" border="0"><b>Le sponsoring de news lettre</b> :<br> Vous d&eacute;sirez toucher directement un grand nombre d'internautes francophones ? Sponsorisez la news lettre du site ! Vous choisissez combien de news lettre vous d&eacute;sirez sponsoriser et vous suivez les statistiques de votre sponsoring en temps r&eacute;el. Il y a actuellement <b>20145</b> membres recevant la news lettre et <b>6565</b> abonn&eacute;s simples, soit un total de <b>26710</b> abonn&eacute;s. Vous payez &agrave; la fin de chaque mois suivant le nombre d'e-mails envoy&eacute;s durant le mois pass&eacute;. <b>Cette offre est strictement r&eacute;serv&eacute;e aux entreprises</b>.<br> Le tarif est de <b>0,01 &euro; par e-mail envoy&eacute;.</b><br><br>  <img src="images/fleche.gif" width="10" height="7" border="0"><b>Ils nous font d&eacute;j&agrave; confiance</b> : <a href="http://www.alesite.com" target="_blank">Alesite</a>, <a href="http://www.france-jeunes.net/partenaire.devenir.php" target="_blank">Cherche Sponsors</a>, <a href="http://www.cibleclick.com/cibles/clicks/symp.cfm?site_id=286708073&friend_id=783367237&banniere_id=6310" target="_blank">Cibleclick - Allogagner</a>, <a href="http://www.cibleclick.com/cibles/clicks/symp.cfm?site_id=1040917266&friend_id=783367237&banniere_id=4413" target="_blank">Cibleclick - Boutik Micro</a>, <a href="http://www.cibleclick.com/cibles/clicks/symp.cfm?site_id=270099501&friend_id=783367237&redir=fr%2Fhongkong%2Easp" target="_blank">Cibleclick - Christee Hong Kong</a>, <a href="http://www.cibleclick.com/cibles/clicks/symp.cfm?site_id=553972195&friend_id=783367237&banniere_id=6902" target="_blank">Cibleclick - Les Casinos du Web</a>, <a href="http://www.cibleclick.com/cibles/clicks/symp.cfm?site_id=334738084&friend_id=783367237&banniere_id=1821" target="_blank">Cibleclick - Prizee</a>, <a href="http://www.cibleclick.com/cibles/clicks/symp.cfm?site_id=1004847693&friend_id=783367237&banniere_id=3844" target="_blank">Cibleclick - Sarafreder</a>, <a href="http://www.france-jeunes.net/concours.frames.php" target="_blank">Concours</a>, <a href="http://www.lexode.com" target="_blank">lexode</a>, <a href="http://spv.jeunes-fr.com" target="_blank">spv.jeunes-fr.com</a>, <a href="http://207.44.194.80/phpads/adclick.php?n=a2ad95c2" target="_blank">Webr&eacute;gie</a>, <a href="http://www.toutemavideo.com" target="_blank">Webr&eacute;gie - News lettre</a>, <a href="http://www.yooppi.net" target="_blank">Yooppi!</a>.<br> <img src="images/fleche.gif" width="10" height="7" border="0"><a href="statistiques.php?PHPSESSID=fb7303830e789b4715865011419adb20"><b>Consulter les statistiques compl&egrave;tes du site</b></a>.<br> <img src="images/fleche.gif" width="10" height="7" border="0"><b>Contacter le webmaster</b> : Pseudo AIM : tubededentifrice ; E-mail : <a href="contacts.php?PHPSESSID=fb7303830e789b4715865011419adb20">contacts</a>.<br><br><br>  <img src="images/fleche.gif" width="10" height="7" border="0"><b>D&eacute;j&agrave; partenaire ? Acc&eacute;dez &agrave; votre interface : <a href="partenaire.micro.php?PHPSESSID=fb7303830e789b4715865011419adb20">annonce temporaire</a>, <a href="partenaire.permanent.php?PHPSESSID=fb7303830e789b4715865011419adb20">annonce permanente</a>, <a href="partenaire.echange.php?PHPSESSID=fb7303830e789b4715865011419adb20">&eacute;change de lien texte ou de bouton</a>, <a href="partenaire.lettre.php?PHPSESSID=fb7303830e789b4715865011419adb20">sponsoring de news lettre</a>.</b><br><br><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 colspan="2">Pour devenir partenaire, remplissez le formulaire suivant (toute demande est &eacute;tudi&eacute;e avant la cr&eacute;ation du compte partenaire) :</td></tr> <form method="post" action="partenaire.devenir.php" onSubmit="post.disabled=true;"><input type="hidden" name="PHPSESSID" value="fb7303830e789b4715865011419adb20" /> <tr bgcolor="#FFFFFF"><td colspan="2"><select name="form_type" style="width: 100%;"> <option value="0" selected>Choisissez un type de partenariat</option> <option value="1">Annonce temporaire</option> <option value="2">Annonce permanente</option> <option value="6">Annonce webr&eacute;gie</option> <option value="3">&Eacute;change de lien texte</option> <option value="4">&Eacute;change de bouton 88x33</option> <option value="5">Sponsoring de news lettre</option> </select></td></tr>  <tr bgcolor="#FFFFFF"><td NOWRAP>Choisissez un login :</td><td width="100%"><input type="text" name="form_login" value="" size="30" maxlength="50" style="width: 100%;"></td></tr> <tr bgcolor="#FFFFFF"><td NOWRAP>Votre e-mail :</td><td width="100%"><input type="text" name="def_email" value="" size="30" maxlength="50" style="width: 100%;"></td></tr> <tr bgcolor="#FFFFFF"><td NOWRAP>Adresse de votre site :</td><td width="100%"><input type="text" name="form_url" value="http://www." size="30" maxlength="50" style="width: 100%;"></td></tr> <tr bgcolor="#FFFFFF"><td NOWRAP>Motivation de la demande :</td><td width="100%"><textarea name="form_motivation" cols="20" rows="3" style="width: 100%;"></textarea></td></tr> <tr bgcolor="#FFFFFF"><td NOWRAP>Commentaires :</td><td width="100%"><textarea name="form_com" cols="20" rows="3" style="width: 100%;"></textarea></td></tr>  <tr bgcolor="#E0EAF3"><td colspan="2"><input type="hidden" name="poster" value="1"><input type="submit" name="post" value="Envoyer ma demande pour devenir partenaire" style="width: 100%;"></td></tr> </form> </table></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=17704&PHPSESSID=fb7303830e789b4715865011419adb20"><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">Anna<br>17 ans<br></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=fb7303830e789b4715865011419adb20" 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=fb7303830e789b4715865011419adb20" 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=fb7303830e789b4715865011419adb20" class="mr"><img src="images/fleche.gif" width="10" height="7" border="0">Poste tes articles !</a><br> <a href="perdu.php?PHPSESSID=fb7303830e789b4715865011419adb20" 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="fb7303830e789b4715865011419adb20" /> <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="fb7303830e789b4715865011419adb20" /> <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=fb7303830e789b4715865011419adb20" 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=88&PHPSESSID=fb7303830e789b4715865011419adb20" target="_blank" class="mr"><img src="images/fleche.gif" width="10" height="7" border="0">Annuaire I-Mode</a><br><a href="partenaire.bouton.clic.php?partid=72&PHPSESSID=fb7303830e789b4715865011419adb20" 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=53&PHPSESSID=fb7303830e789b4715865011419adb20" target="_blank" class="mr"><img src="images/fleche.gif" width="10" height="7" border="0">C'est tendance !</a><br><a href="partenaire.bouton.clic.php?partid=63&PHPSESSID=fb7303830e789b4715865011419adb20" target="_blank" class="mr"><img src="images/fleche.gif" width="10" height="7" border="0">MissCara : Fille &amp; Gar&ccedil;on</a><br><a href="partenaire.bouton.clic.php?partid=73&PHPSESSID=fb7303830e789b4715865011419adb20" target="_blank" class="mr"><img src="images/fleche.gif" width="10" height="7" border="0">Salammbo &ccedil;a d&eacute;chire !</a><br><a href="partenaire.bouton.clic.php?partid=5&PHPSESSID=fb7303830e789b4715865011419adb20" 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=10&PHPSESSID=fb7303830e789b4715865011419adb20" target="_blank" class="mr"><img src="images/fleche.gif" width="10" height="7" border="0">RingRex GSM</a><br><img src="images/vert.gif" width="160" height="1"><br><br><center><a href="partenaire.bouton.clic.php?partid=96&PHPSESSID=fb7303830e789b4715865011419adb20" target="_blank"><img src="http://perso.estat.com/m/00/272072158277?p=PAGE_MARQUEE&c=GROUPE_PAGES_MARQUEES&st=0&sjs=0" alt="EStat" border="0" vspace="2" hspace="2"></a><br><a href="partenaire.bouton.clic.php?partid=87&PHPSESSID=fb7303830e789b4715865011419adb20" target="_blank"><img src="http://www.ginun.com/friendsofginun.gif" alt="CustomGinunX" 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=fb7303830e789b4715865011419adb20">ASPIRATEURS</a> / <a href="copyright.php?PHPSESSID=fb7303830e789b4715865011419adb20">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> 
