<STYLE> <!-- A.knlItems:link                {color:black;text-decoration:none;} A.knlItems:hover        {color:black;text-decoration:none;} A.knlItems:active        {color:black;text-decoration:none;} A.knlItems:visited        {color:black;text-decoration:none;} //--> </STYLE>  <SCRIPT language="JavaScript1.2"> //Static Slide Menu  Daljeet Bhullar 2000-2001, All Rights Reserved. //Site: http://www.karnal.tk //E-mail: webmaster@karnal.tk //Script featured on Karnal.Tk(http://www.Karnal.Tk)  NS6 = (document.getElementById&&!document.all) IE = (document.all) NS = (navigator.appName=="Netscape" && navigator.appVersion.charAt(0)=="4")  tempBar='';barBuilt=0;knlItems=new Array();  moving=setTimeout('null',1) function moveOut() { if ((NS6||NS)&&parseInt(ssm.left)<0 || IE && ssm.pixelLeft<0) { clearTimeout(moving);moving = setTimeout('moveOut()', slideSpeed);slideMenu(10)} else {clearTimeout(moving);moving=setTimeout('null',1)}}; function moveBack() {clearTimeout(moving);moving = setTimeout('moveBack1()', waitTime)} function moveBack1() { if ((NS6||NS) && parseInt(ssm.left)>(-menuWidth) || IE && ssm.pixelLeft>(-menuWidth)) { clearTimeout(moving);moving = setTimeout('moveBack1()', slideSpeed);slideMenu(-10)} else {clearTimeout(moving);moving=setTimeout('null',1)}} function slideMenu(num){ if (IE) {ssm.pixelLeft += num;} if (NS||NS6) {ssm.left = parseInt(ssm.left)+num;} if (NS) {bssm.clip.right+=num;bssm2.clip.right+=num;}}  function makeStatic() { if (NS||NS6) {winY = window.pageYOffset;} if (IE) {winY = document.body.scrollTop;} if (NS6||IE||NS) { if (winY!=lastY&&winY>YOffset-staticYOffset) { smooth = .2 * (winY - lastY - YOffset + staticYOffset);} else if (YOffset-staticYOffset+lastY>YOffset-staticYOffset) { smooth = .2 * (winY - lastY - (YOffset-(YOffset-winY)));} else {smooth=0} if(smooth > 0) smooth = Math.ceil(smooth); else smooth = Math.floor(smooth); if (IE) bssm.pixelTop+=smooth; if (NS6||NS) bssm.top=parseInt(bssm.top)+smooth lastY = lastY+smooth; setTimeout('makeStatic()', 1)}}  function buildBar() { if(barText.indexOf('<IMG')>-1) {tempBar=barText} else{for (b=0;b<barText.length;b++) {tempBar+=barText.charAt(b)+"<BR>"}} document.write('<td align="center" rowspan="100" width="'+barWidth+'" bgcolor="'+barBGColor+'" valign="'+barVAlign+'"><p align="center"><font face="'+barFontFamily+'" Size="'+barFontSize+'" COLOR="'+barFontColor+'"><B>'+tempBar+'</B></font></p></TD>')}  function initSlide() { if (NS6){ssm=document.getElementById("thessm").style;bssm=document.getElementById("basessm").style; bssm.clip="rect(0 "+document.getElementById("thessm").offsetWidth+" "+document.getElementById("thessm").offsetHeight+" 0)";ssm.visibility="visible";} else if (IE) {ssm=document.all("thessm").style;bssm=document.all("basessm").style bssm.clip="rect(0 "+thessm.offsetWidth+" "+thessm.offsetHeight+" 0)";bssm.visibility = "visible";} else if (NS) {bssm=document.layers["basessm1"]; bssm2=bssm.document.layers["basessm2"];ssm=bssm2.document.layers["thessm"]; bssm2.clip.left=0;ssm.visibility = "show";} if (menuIsStatic=="yes") makeStatic();}  function buildMenu() { if (IE||NS6) {document.write('<DIV ID="basessm" style="visibility:hidden;Position : Absolute ;Left : '+XOffset+' ;Top : '+YOffset+' ;Z-Index : 20;width:'+(menuWidth+barWidth+10)+'"><DIV ID="thessm" style="Position : Absolute ;Left : '+(-menuWidth)+' ;Top : 0 ;Z-Index : 20;" onmouseover="moveOut()" onmouseout="moveBack()">')} if (NS) {document.write('<LAYER name="basessm1" top="'+YOffset+'" LEFT='+XOffset+' visibility="show"><ILAYER name="basessm2"><LAYER visibility="hide" name="thessm" bgcolor="'+menuBGColor+'" left="'+(-menuWidth)+'" onmouseover="moveOut()" onmouseout="moveBack()">')} if (NS6){document.write('<table border="0" cellpadding="0" cellspacing="0" width="'+(menuWidth+barWidth+2)+'" bgcolor="'+menuBGColor+'"><TR><TD>')} document.write('<table border="0" cellpadding="0" cellspacing="1" width="'+(menuWidth+barWidth+2)+'" bgcolor="'+menuBGColor+'">'); for(i=0;i<knlItems.length;i++) { if(!knlItems[i][3]){knlItems[i][3]=menuCols;knlItems[i][5]=menuWidth-1} else if(knlItems[i][3]!=menuCols)knlItems[i][5]=Math.round(menuWidth*(knlItems[i][3]/menuCols)-1); if(knlItems[i-1]&&knlItems[i-1][4]!="no"){document.write('<TR>')} if(!knlItems[i][1]){ document.write('<td bgcolor="'+hdrBGColor+'" HEIGHT="'+hdrHeight+'" ALIGN="'+hdrAlign+'" VALIGN="'+hdrVAlign+'" WIDTH="'+knlItems[i][5]+'" COLSPAN="'+knlItems[i][3]+'">&nbsp;<font face="'+hdrFontFamily+'" Size="'+hdrFontSize+'" COLOR="'+hdrFontColor+'"><b>'+knlItems[i][0]+'</b></font></td>')} else {if(!knlItems[i][2])knlItems[i][2]=linkTarget; document.write('<TD BGCOLOR="'+linkBGColor+'" onmouseover="bgColor=\''+linkOverBGColor+'\'" onmouseout="bgColor=\''+linkBGColor+'\'" WIDTH="'+knlItems[i][5]+'" COLSPAN="'+knlItems[i][3]+'"><ILAYER><LAYER onmouseover="bgColor=\''+linkOverBGColor+'\'" onmouseout="bgColor=\''+linkBGColor+'\'" WIDTH="100%" ALIGN="'+linkAlign+'"><DIV  ALIGN="'+linkAlign+'"><FONT face="'+linkFontFamily+'" Size="'+linkFontSize+'">&nbsp;<A HREF="'+knlItems[i][1]+'" target="'+knlItems[i][2]+'" CLASS="knlItems">'+knlItems[i][0]+'</DIV></LAYER></ILAYER></TD>')} if(knlItems[i][4]!="no"&&barBuilt==0){buildBar();barBuilt=1} if(knlItems[i][4]!="no"){document.write('</TR>')}} document.write('</table>') if (NS6){document.write('</TD></TR></TABLE>')} if (IE||NS6) {document.write('</DIV></DIV>')} if (NS) {document.write('</LAYER></ILAYER></LAYER>')} theleft=-menuWidth;lastY=0;setTimeout('initSlide();', 1)}    </SCRIPT>  <SCRIPT language="JavaScript1.2"> <!--  /* Configure menu styles below NOTE: To edit the link colors, go to the STYLE tags and edit the knl2Items colors */ YOffset=150; // no quotes!! XOffset=0; staticYOffset=30; // no quotes!! slideSpeed=20 // no quotes!! waitTime=100; // no quotes!! this sets the time the menu stays out for after the mouse goes off it. menuBGColor="black"; menuIsStatic="yes"; //this sets whether menu should stay static on the screen menuWidth=150; // Must be a multiple of 10! no quotes!! menuCols=2; hdrFontFamily="verdana"; hdrFontSize="2"; hdrFontColor="white"; hdrBGColor="#6487dc"; hdrAlign="left"; hdrVAlign="center"; hdrHeight="15"; linkFontFamily="Verdana"; linkFontSize="2"; linkBGColor="white"; linkOverBGColor="#cfd6e8"; linkTarget="_top"; linkAlign="Left"; barBGColor="#6487dc"; barFontFamily="Verdana"; barFontSize="2"; barFontColor="white"; barVAlign="center"; barWidth=20; // no quotes!! barText="menu SIALOO Interactive"; // <IMG> tag supported. Put exact html for an image to show.  ///////////////////////////  // knlItems[...]=[name, link, target, colspan, endrow?] - leave 'link' and 'target' blank to make a header knlItems[0]=["SOMMAIRE"] //create header knlItems[1]=["Accueil", "index.php", ""] knlItems[2]=["Administration du site", "admin.php",""] knlItems[3]=["Membres de l'association", "modules.php?name=zlTeam", ""] knlItems[4]=["Infos sur l'association", "modules.php?name=Sections&sop=listarticles&secid=1", ""] knlItems[5]=["Actu de l'association", "modules.php?name=News&new_topic=12", ""] knlItems[6]=["Nous contacter", "modules.php?name=Feedback", ""]  knlItems[7]=["Forums", "modules.php?name=Forums", "", 1, "no"] //create two column row knlItems[8]=["Calendrier", "modules.php?name=Calendrier", "",1]  knlItems[9]=["SERVICES", "", ""] //create header knlItems[10]=["Tlchargement", "modules.php?name=Downloads", ""] knlItems[11]=["Liens", "modules.php?name=Web_Links", ""] knlItems[12]=["Petites annonces", "modules.php?name=Ads", ""] knlItems[13]=["Votre compte", "modules.php?name=Your_Account", ""]   buildMenu();  //--> </SCRIPT>  <!-- http://www.karnal.Tk // --><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head> <title>SIALOO Interactive </title> <META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=ISO-8859-1"> <META HTTP-EQUIV="EXPIRES" CONTENT="0"> <META NAME="RESOURCE-TYPE" CONTENT="DOCUMENT"> <META NAME="DISTRIBUTION" CONTENT="GLOBAL"> <META NAME="AUTHOR" CONTENT="SIALOO Interactive"> <META NAME="COPYRIGHT" CONTENT="Copyright (c) 2002 pby SIALOO Interactive"> <META NAME="KEYWORDS" CONTENT="Recycle, Recyclage, recycle, recyclage, rcupration, ordinateur, gratuit, GRATUIT, Gratuits, micro-ordinateur, Freeware, Tlchargement, telechargement, tlchargement,AbulEdu, abuledu, ABULEDU, libre, association, ASSOCIATION, loi 1901, LOI 1901, conomie solidaire, dynamique, citoyen, actualits, info, logiciels, libre, LIBRE, LOGICIELS, portail, dons, cologies, recyclage de micro-ordinateurs, site web, SIALOO, LAMBESC, Lambesc, Provence, provence, commerce quitable, quitable, equitable, occasion, ordinateur d'occasion, petites annonces, enchres, troc, ducation, ducatif, enfants, enfant, educatif, education, News, news, New, new, Technology, technology, Headlines, headlines, Nuke, nuke, PHP-Nuke, phpnuke, php-nuke, Geek, geek, Geeks, geeks, Hacker, hacker, Hackers, hackers, Linux, linux, Windows, windows, Software, software, Download, download, Downloads, downloads, Free, FREE, free, Community, community, MP3, mp3, Forum, forum, Forums, forums, Bulletin, bulletin, Board, board, Boards, boards, PHP, php, Survey, survey, Kernel, kernel, Comment, comment, Comments, comments, Portal, portal, ODP, odp, Open, open, Open Source, OpenSource, Opensource, opensource, open source, Free Software, FreeSoftware, Freesoftware, free software, GNU, gnu, GPL, gpl, License, license, Unix, UNIX, *nix, unix, MySQL, mysql, SQL, sql, Database, DataBase, database, Mandrake, mandrake, Red Hat, RedHat, red hat, Slackware, slackware, SUSE, SuSE, suse, Debian, debian, Gnome, GNOME, gnome, Kde, KDE, kde, Enlightenment, enlightenment, Intercative, interactive, Programming, programming, Extreme, extreme, Game, game, Games, games, Web Site, web site, Weblog, WebLog, weblog, Guru, GURU, guru"> <META NAME="DESCRIPTION" CONTENT="L informatique Dynamique et solidaire"> <META NAME="ROBOTS" CONTENT="INDEX, FOLLOW"> <META NAME="REVISIT-AFTER" CONTENT="1 DAYS"> <META NAME="RATING" CONTENT="GENERAL"> <META NAME="GENERATOR" CONTENT="PHP-Nuke FRANCE 5.6 FR modifie par SIALOO Interactive - Copyright 2002 by http://phpnuke-france.org"> <LINK REL="StyleSheet" HREF="themes/NukeNews/style/style.css" TYPE="text/css">      </head>  <body bgcolor="#505050" text="#000000" link="#363636" vlink="#363636" alink="#d5ae83"><center><a href="banners.php?op=click&amp;bid=5" target="_blank"><img src="http://amiweb.ca/amiweb/images/nav_fr/slogan.gif" border="1" alt=""></a></center><br> <table cellpadding="0" cellspacing="0" width="100%" border="0" align="center" bgcolor="#ffffff"> <tr> <td bgcolor="#ffffff"> <img height="16" alt="" hspace="0" src="themes/NukeNews/images/corner-top-left.gif" width="17" align="left"> <a href="index.php"><img src="themes/NukeNews/images/logo.gif" align="left" alt="" border="0" hspace="10"></a></td> <td bgcolor="#999999"><IMG src="themes/NukeNews/images/pixel.gif" width="1" height="1" alt="" border="0" hspace="0"></td> <td bgcolor="#cfcfbb" align="center"> <center><form action="modules.php?name=Search" method="post"><font class="content" color="#000000"><b>Recherche </b> <input type="text" name="query" size="14"></font></form></center></td> <td bgcolor="#cfcfbb" align="center"> <center><form action="modules.php?name=News&new_topic" method="post"><font class="content"><b>Sujets </b> <select name="new_topic" onChange='submit()'> <option value="">Tous</option> <option  value="7">Actu, News, Infos sur LINUX et le libre</option> <option  value="13">Actu. du commerce quitable</option> <option  value="11">Actualit de la plante</option> <option  value="12">Info de l'association</option> <option  value="9">Info VIRUS</option> <option  value="8">Informatique pour les enfants</option> <option  value="4">Jeux Freewares, gratuits et libres</option> <option  value="3">Les meilleurs site web</option> <option  value="6">Linux Europe</option> <option  value="5">Logiciels gratuits et libres Educatifs</option> <option  value="1">PHP-Nuke</option> <option  value="2">Recyclage de matriel informatique</option>  </select></font></form></center></td> <td bgcolor="#cfcfbb" valign="top"><img height="17" alt="" hspace="0" src="themes/NukeNews/images/corner-top-right.gif" width="17" align="right"></td> </tr></table> <table cellpadding="0" cellspacing="0" width="100%" border="0" align="center" bgcolor="#fefefe"> <tr> <td bgcolor="#000000" colspan="4"><IMG src="themes/NukeNews/images/pixel.gif" width="1" height=1 alt="" border="0" hspace="0"></td> </tr> <tr valign="middle" bgcolor="#dedebb"> <td width="15%" nowrap><font class="content" color="#363636"> <b>&nbsp;&nbsp;<a href="modules.php?name=Your_Account&op=new_user">Devenez membre</b></font></td> <td align="center" height="20" width="70%"><font class="content"><B> <A href="http://www.sialoo.com/interactive">Accueil</a> &nbsp;&middot;&nbsp; <A href="modules.php?name=Topics">Sujets</a> &nbsp;&middot;&nbsp; <A href="modules.php?name=Downloads">Tlchargement</a> &nbsp;&middot;&nbsp; <A href="modules.php?name=Your_Account">Votre Compte</a> &nbsp;&middot;&nbsp; <A href="modules.php?name=Submit_News">Article</a> &nbsp;&middot;&nbsp; <A href="modules.php?name=Top">Top 10</a> </B></font> </td> <td align="right" width="15%"><font class="content"><b> <script type="text/javascript"> <!--   // Array ofmonth Names var monthNames = new Array( "Janvier","Fvrier","Mars","Avril","Mai","Juin","Juillet","Aout","Septembre","Octobre","Novembre","Dcembre"); var now = new Date(); thisYear = now.getYear(); if(thisYear < 1900) {thisYear += 1900}; // corrections if Y2K display problem document.write( "Le " + now.getDate() + " " + monthNames[now.getMonth()] + " " + thisYear); // --> </script></b></font></td> <td>&nbsp;</td> </tr> <tr> <td bgcolor="#000000" colspan="4"><IMG src="themes/NukeNews/images/pixel.gif" width="1" height="1" alt="" border="0" hspace="0"></td> </tr> </table> <!-- FIN DEL TITULO --> <table width="100%" cellpadding="0" cellspacing="0" border="0" bgcolor="#ffffff" align="center"><tr valign="top"> <td bgcolor="#ffffff"><img src="themes/NukeNews/images/pixel.gif" width="1" height="20" border="0" alt=""></td></tr></table> <table width="100%" cellpadding="0" cellspacing="0" border="0" bgcolor="#ffffff" align="center"><tr valign="top"> <td bgcolor="#ffffff"><img src="themes/NukeNews/images/pixel.gif" width="10" height="1" border="0" alt=""></td> <td bgcolor="#ffffff" width="150" valign="top"> <table border="0" cellpadding="1" cellspacing="0" bgcolor="#000000" width="150"><tr><td> <table border="0" cellpadding="3" cellspacing="0" bgcolor="#dedebb" width="100%"><tr><td align="left"> <font class="content" color="#363636"><b>Sommaire</b></font> </td></tr></table></td></tr></table> <table border="0" cellpadding="0" cellspacing="0" bgcolor="#ffffff" width="150"> <tr valign="top"><td bgcolor="#ffffff"> <b>Gneral</b><BR> <TABLE BORDER=0 CELLPADDING=0 CELLSPACING=0 WIDTH="100%"> <TR onMouseOver="this.style.background='#cfcfbb'" onMouseOut="this.style.background='#f3f3f3'" style="cursor:pointer;cursor:hand" onclick="window.location.href='index.php'"><TD><img src=images/arrow.gif BORDER=0><a href="index.php">Accueil</a></TD></TR> <TR onMouseOver="this.style.background='#cfcfbb'" onMouseOut="this.style.background='#f3f3f3'" style="cursor:pointer;cursor:hand" onclick="window.location.href='modules.php?name=Topics'"><TD><img src=images/arrow.gif><a href="modules.php?name=Topics">Infos</a></TD></TR> <TR onMouseOver="this.style.background='#cfcfbb'" onMouseOut="this.style.background='#f3f3f3'" style="cursor:pointer;cursor:hand" onclick="window.location.href='modules.php?name=Downloads'"><TD><img src=images/arrow.gif><a href="modules.php?name=Downloads">Tlchargement</a></TD></TR> <TR onMouseOver="this.style.background='#cfcfbb'" onMouseOut="this.style.background='#f3f3f3'" style="cursor:pointer;cursor:hand" onclick="window.location.href='modules.php?name=Web_Links'"><TD><img src=images/arrow.gif><a href="modules.php?name=Web_Links">Liens</a></TD></TR> <TR onMouseOver="this.style.background='#cfcfbb'" onMouseOut="this.style.background='#f3f3f3'" style="cursor:pointer;cursor:hand" onclick="window.location.href='modules.php?name=Recommend_Us'"><TD><img src=images/arrow.gif><a href="modules.php?name=Recommend_Us">Recommandez ce site</a></TD></TR> <TR onMouseOver="this.style.background='#cfcfbb'" onMouseOut="this.style.background='#f3f3f3'" style="cursor:pointer;cursor:hand" onclick="window.location.href='modules.php?name=Submit_News'"><TD><img src=images/arrow.gif><a href="modules.php?name=Submit_News">Proposer un article</a></TD></TR> <TR onMouseOver="this.style.background='#cfcfbb'" onMouseOut="this.style.background='#f3f3f3'" style="cursor:pointer;cursor:hand" onclick="window.location.href='modules.php?name=Your_Account'"><TD><img src=images/arrow.gif><a href="modules.php?name=Your_Account">Votre compte</a></TD></TR> </TABLE> <b>SIALOO Interactive</b><BR> <TABLE BORDER=0 CELLPADDING=0 CELLSPACING=0 WIDTH="100%"> <TR onMouseOver="this.style.background='#cfcfbb'" onMouseOut="this.style.background='#f3f3f3'" style="cursor:pointer;cursor:hand" onclick="window.location.href='modules.php?name=Sections&op=listarticles&secid=1'"><TD><img src=images/oarrow.gif><a href="/modules.php?name=Sections&op=listarticles&secid=1">Tout sur l'association</a></TD></TR> <TR onMouseOver="this.style.background='#cfcfbb'" onMouseOut="this.style.background='#f3f3f3'" style="cursor:pointer;cursor:hand" onclick="window.location.href='modules.php?name=Forums'"><TD><img src=images/oarrow.gif><a href="modules.php?name=Forums">forums</a></TD></TR> <TR onMouseOver="this.style.background='#cfcfbb'" onMouseOut="this.style.background='#f3f3f3'" style="cursor:pointer;cursor:hand" onclick="window.location.href='modules.php?name=Calendrier'"><TD><img src=images/oarrow.gif><a href="modules.php?name=Calendrier">Calendrier</a></TD></TR> </TABLE> <center><TABLE BORDER=0 CELLPADDING=0 CELLSPACING=0><TR><form action="modules.php?name=Search" method="post"><br><center><input type="text" onfocus="value=''" value="Recherche" name="query" size="20"><input type="submit" value="Go!"></center></TD></TR></form></TABLE></center><CENTER><br><TABLE BORDER=0 CELLPADDING=0 CELLSPACING=0><TR><FORM METHOD=POST ACTION="modules.php"><TD><SELECT NAME="name" CLASS="boxcontent" MULTIPLE SIZE="5"><OPTION VALUE="">Choisissez<OPTION VALUE="">-------------------- <OPTION VALUE="Ads">Petites Annonces <OPTION VALUE="BookMarks">BookMarks <OPTION VALUE="Calendrier">Calendrier <OPTION VALUE="Downloads">Tlchargement <OPTION VALUE="Easynews">Easynews <OPTION VALUE="Feedback">Contactez-Nous <OPTION VALUE="Forums">Forums <OPTION VALUE="Googlesearch">Googlesearch <OPTION VALUE="Members_List">Liste des membres <OPTION VALUE="Multimedia">Multimedia <OPTION VALUE="NUKENews">NUKENews <OPTION VALUE="NukeView">Butinage <OPTION VALUE="Private_Messages">Messages Privs <OPTION VALUE="Recommend_Us">Recommandez-Nous <OPTION VALUE="Search">Recherche <OPTION VALUE="Sections">Sections <OPTION VALUE="Situer_Serveur">Situer Serveur <OPTION VALUE="Statistics">Statistiques <OPTION VALUE="Stories_Archive">Archives <OPTION VALUE="Submit_News">Proposez un article <OPTION VALUE="Surveys">Sondages <OPTION VALUE="Top">Top 10 <OPTION VALUE="Topics">Sujets <OPTION VALUE="Web_Links">Liens Web <OPTION VALUE="wysiwyg_editor">wysiwyg editor <OPTION VALUE="Your_Account">Votre compte <OPTION VALUE="zlTeam">zlTeam </SELECT><br><center><input type="submit" value="Go!"></center></TD></TR></FORM></TABLE></CENTER> </td></tr></table> <br><table border="0" cellpadding="1" cellspacing="0" bgcolor="#000000" width="150"><tr><td> <table border="0" cellpadding="3" cellspacing="0" bgcolor="#dedebb" width="100%"><tr><td align="left"> <font class="content" color="#363636"><b>Calendrier</b></font> </td></tr></table></td></tr></table> <table border="0" cellpadding="0" cellspacing="0" bgcolor="#ffffff" width="150"> <tr valign="top"><td bgcolor="#ffffff"> <table width="100%" border="0">Aucun vnnement spcial pour cette semaine.</table> </td></tr></table> <br><table border="0" cellpadding="1" cellspacing="0" bgcolor="#000000" width="150"><tr><td> <table border="0" cellpadding="3" cellspacing="0" bgcolor="#dedebb" width="100%"><tr><td align="left"> <font class="content" color="#363636"><b>AbulEdu</b></font> </td></tr></table></td></tr></table> <table border="0" cellpadding="0" cellspacing="0" bgcolor="#ffffff" width="150"> <tr valign="top"><td bgcolor="#ffffff"> <a href="/modules.php?name=Sections&amp;sop=listarticles&amp;secid=3"><img src="../images/sections/AbulEdu.jpg" width="120" height="85" alt="Rubrique AbulEdu" border="0"></a> </td></tr></table> <br><table border="0" cellpadding="1" cellspacing="0" bgcolor="#000000" width="150"><tr><td> <table border="0" cellpadding="3" cellspacing="0" bgcolor="#dedebb" width="100%"><tr><td align="left"> <font class="content" color="#363636"><b>Partenaires</b></font> </td></tr></table></td></tr></table> <table border="0" cellpadding="0" cellspacing="0" bgcolor="#ffffff" width="150"> <tr valign="top"><td bgcolor="#ffffff"> <DIV ALIGN="center"><A HREF="http://www.loi1901.com"><IMG SRC="http://www.loi1901.com/images/Anim3.gif" border="0" width="88" height="31"></A></DIV>  </td></tr></table> <br><table border="0" cellpadding="1" cellspacing="0" bgcolor="#000000" width="150"><tr><td> <table border="0" cellpadding="3" cellspacing="0" bgcolor="#dedebb" width="100%"><tr><td align="left"> <font class="content" color="#363636"><b>Butinage</b></font> </td></tr></table></td></tr></table> <table border="0" cellpadding="0" cellspacing="0" bgcolor="#ffffff" width="150"> <tr valign="top"><td bgcolor="#ffffff">  <form action="modules.php?name=NukeView" method="post"> <center><input type="text" name="query" size="17"> <input type="image" align="top" src="/modules/NukeView/gobutton.gif" name="query"> </form> Entrer une URL <br><br> Powered by <a href="http://www.horsepistol.com">NukeView</a> </center>     </td></tr></table> <br><table border="0" cellpadding="1" cellspacing="0" bgcolor="#000000" width="150"><tr><td> <table border="0" cellpadding="3" cellspacing="0" bgcolor="#dedebb" width="100%"><tr><td align="left"> <font class="content" color="#363636"><b>AbsoluteGames</b></font> </td></tr></table></td></tr></table> <table border="0" cellpadding="0" cellspacing="0" bgcolor="#ffffff" width="150"> <tr valign="top"><td bgcolor="#ffffff"> <font class="content"><strong><big>&middot;</big></strong><a href="http://www.fileaholic.com/cgi-sql/file-info.sql/13108" target="new">StarCraft v1.10 patch for Windows...</a><br> <strong><big>&middot;</big></strong><a href="http://www.fileaholic.com/cgi-sql/file-info.sql/14802" target="new">StarCraft v1.10 patch for Macintosh...</a><br> <strong><big>&middot;</big></strong><a href="http://www.fileaholic.com/cgi-sql/file-info.sql/14801" target="new">StarCraft: Brood War v1.10 patch for Macintosh...</a><br> <strong><big>&middot;</big></strong><a href="http://www.fileaholic.com/cgi-sql/file-info.sql/14800" target="new">StarCraft: Brood War v1.10 patch for Windows...</a><br> <strong><big>&middot;</big></strong><a href="http://www.fileaholic.com/cgi-sql/file-info.sql/148489" target="new">Warcraft III (English) v1.05 Patch for Macintosh...</a><br> <strong><big>&middot;</big></strong><a href="http://www.fileaholic.com/cgi-sql/file-info.sql/148491" target="new">Warcraft III (English) v1.05 Patch for Windows...</a><br> <strong><big>&middot;</big></strong><a href="http://www.fileaholic.com/cgi-sql/file-info.sql/148500" target="new">WarCraft III Movie Trailer..</a><br> <strong><big>&middot;</big></strong><a href="http://www.fileaholic.com/cgi-sql/file-info.sql/148499" target="new">Warcraft III: Reign of Chaos Playable Demo -      ..</a><br> <strong><big>&middot;</big></strong><a href="http://www.fileaholic.com/cgi-sql/file-info.sql/148498" target="new">StarCraft: Ghost Gameplay Trailer (Quicktime Forma..</a><br> <strong><big>&middot;</big></strong><a href="http://www.fileaholic.com/cgi-sql/file-info.sql/148497" target="new">StarCraft: Ghost Gameplay Trailer (DivX Format)...</a><br> <br><a href="http://files.gameaholic.com" target="blank"><b>suite...</b></a></font> </td></tr></table> <br><table border="0" cellpadding="1" cellspacing="0" bgcolor="#000000" width="150"><tr><td> <table border="0" cellpadding="3" cellspacing="0" bgcolor="#dedebb" width="100%"><tr><td align="left"> <font class="content" color="#363636"><b>PHP-Nuke</b></font> </td></tr></table></td></tr></table> <table border="0" cellpadding="0" cellspacing="0" bgcolor="#ffffff" width="150"> <tr valign="top"><td bgcolor="#ffffff"> <font class="content"><strong><big>&middot;</big></strong><a href="http://phpnuke.org/modules.php?name=News&amp;file=article&amp;sid=5768" target="new">New Themes...</a><br> <strong><big>&middot;</big></strong><a href="http://phpnuke.org/modules.php?name=News&amp;file=article&amp;sid=5767" target="new">WeatherMagnet v2.0 - BETA</a><br> <strong><big>&middot;</big></strong><a href="http://phpnuke.org/modules.php?name=News&amp;file=article&amp;sid=5766" target="new">Zclassifieds Ads updated for PHPnuke verion 6.5</a><br> <strong><big>&middot;</big></strong><a href="http://phpnuke.org/modules.php?name=News&amp;file=article&amp;sid=5765" target="new">Newsflash v0.1</a><br> <strong><big>&middot;</big></strong><a href="http://phpnuke.org/modules.php?name=News&amp;file=article&amp;sid=5764" target="new">NukeStyles Enhanced Downloads Module for Nuke 6.5</a><br> <strong><big>&middot;</big></strong><a href="http://phpnuke.org/modules.php?name=News&amp;file=article&amp;sid=5763" target="new">Always Cool Themes ;)</a><br> <strong><big>&middot;</big></strong><a href="http://phpnuke.org/modules.php?name=News&amp;file=article&amp;sid=5762" target="new">FonicG Theme</a><br> <strong><big>&middot;</big></strong><a href="http://phpnuke.org/modules.php?name=News&amp;file=article&amp;sid=5761" target="new">SSL Hybrid Security in PHP-Nuke?</a><br> <strong><big>&middot;</big></strong><a href="http://phpnuke.org/modules.php?name=News&amp;file=article&amp;sid=5760" target="new">New Metal Theme</a><br> <strong><big>&middot;</big></strong><a href="http://phpnuke.org/modules.php?name=News&amp;file=article&amp;sid=5759" target="new">Cheats Module: Finished!</a><br> <br><a href="http://phpnuke.org" target="blank"><b>suite...</b></a></font> </td></tr></table> <br></td><td><img src="themes/NukeNews/images/pixel.gif" width="15" height="1" border="0" alt=""></td><td valign="top" width="100%"><table width="100%" border="0" cellspacing="1" cellpadding="0" bgcolor="#cfcfbb"><tr><td> <table width="100%" border="0" cellspacing="1" cellpadding="8" bgcolor="#efefef"><tr><td> <center><font class="option" color="#000000"><b>EDITO</b></font></center> <font class="content">BONJOUR ET BIENVENUE SUR LE SITE DE L'ASSOCIATION SIALOO Interactive. <p>Ce site est le site de l'association mais aussi le 1er portail thmatique    du recyclage et de la revalorisation du matriel informatique. </p> <p>Vous trouverez sur ce site un annuaire de lien vers les principaux acteurs    du recyclage du matriel informatique. Des informations et l'actualit    sur l'environnement et l'informatique, les logiciels libres, Internet et les    NTIC. </p> <p>Notre association a pour <a href="http://interactive.sialoo.com/modules.php?name=Sections&sop=viewarticle&artid=1">but</a>,    la promotion et le dveloppement du MULTIMEDIA, de l'informatique et    d'Internet .</p> <p>- <a href="http://interactive.sialoo.com/modules.php?name=Sections&sop=viewarticle&artid=4">RECYCLAGE    DE Micro-Ordinateur</a> pour Dons, Prts et ventes aux Associations,    Collectivits locales, <a href="http://interactive.sialoo.com/modules.php?name=Sections&sop=viewarticle&artid=3">Etablissements    scolaires</a>, Particuliers....</p> <p>- Promouvoir notre village, Lambesc (en Provence) sur internet avec le site    <a href="http://www.lambesc.info">LAMBESC Online</a>.</p> <p>- Promouvoir l'utilisation des LOGICIELS LIBRES</p> <p>- <a href="http://interactive.sialoo.com/modules.php?name=Sections&sop=viewarticle&artid=11">Aide     la cration/intgration de site Internet</a> pour les    tablissements scolaires, les associations, les collectivits    locales et les particuliers</p> <p>- Aide, conseils et services informatiques pour les tablissemenst scolaires,    les associations, les collectivits locales et les particuliers</p> <p>Nous recrutons des <a href="http://interactive.sialoo.com/modules.php?name=zlTeam">bnvoles</a>    motivs, pour nous aider dans nos actions  Lambesc (13) et ailleurs.  </p> <p>N'hsitez pas  proposer des <a href="http://interactive.sialoo.com/modules.php?name=Submit_News">articles</a>,    commenter, critiquer, participer et proposer ...et si vous souhaitez comme nous,    <a href="http://interactive.sialoo.com/modules.php?name=Sections&sop=viewarticle&artid=4">recycler    du matriel informatique</a> prs de chez vous...contactez-nous    !!!</p> </font></td></tr></table></td></tr></table> <br><table width="100%" border="0" cellspacing="1" cellpadding="0" bgcolor="#cfcfbb"><tr><td> <table width="100%" border="0" cellspacing="1" cellpadding="8" bgcolor="#efefef"><tr><td> <center><font class="option" color="#000000"><b>INAUGURATION DE SIALOO Espace Ludo-Multimdia</b></font></center> <font class="content"><table width="100%" border="0" cellspacing="2" cellpadding="2">   <tbody>     <tr>       <td valign="top" align="center"><b><br>       <br>       <img src="http://lambesc.info/lambesc/images/afficheweb.png"  alt="ERIC" width="147" height="210">       </b> </td>       <td align="center" valign="top"><small><br>       </small>   <big><b>Linformatique pour tous !</b></big><small><br>       <b><br>       <big> Les membres de lAssociation SIALOO Interactive<br>  ont le plaisir de vous inviter  linauguration de </big><br>       <br>       </b><br>       <b><big><big> SIALOO Espace Ludo-Multimdia</big></big></b><br>       <b>Espace Rgional Internet Citoyen </b><br>       <b><br>  Samedi 3 mai 2003  16h00 <br>  L'inauguration vous permettra de rencontrer les membres de SIALOO Interactive,  de dcouvrir l'espace multimdia et de partager avec nous un buffet accompagn de boissons ptillantes...<br>  <br>  <big><big> VENEZ NOMBREUX</big></big>  </b></small>      <br>       <br>       <a  href="http://www.lambesc.info/lambesc/modules.php?name=NukeNews&req=article&sid=342">Pour plus de renseignements cliquez ici</a><br>       </td>     </tr>   </tbody> </table></font></td></tr></table></td></tr></table> <br><table width="100%" border="0" cellspacing="1" cellpadding="0" bgcolor="#cfcfbb"><tr><td> <table width="100%" border="0" cellspacing="1" cellpadding="8" bgcolor="#efefef"><tr><td> <center><font class="option"><b>LIENS</b></font></center><br><table border="0" cellspacing="0" cellpadding="4" align="center"><tr><td align="left" valign="top"><br><font class="option"> <b><font color="#A5D30C">&#8226;</font></b>&nbsp;<a href="modules.php?op=modload&name=Web_Links&file=index&l_op=viewlink&amp;cid=2"><b>Association</b></a></font><br><font class="content"><a href="modules.php?op=modload&name=Web_Links&file=index&l_op=viewlink&amp;cid=4">Promotion des logiciels libres</a></font>,&nbsp;<font class="content"><a href="modules.php?op=modload&name=Web_Links&file=index&l_op=viewlink&amp;cid=3">Promotion des NTIC</a></font>,&nbsp;<font class="content"><a href="modules.php?op=modload&name=Web_Links&file=index&l_op=viewlink&amp;cid=6">Revalorisation, recyclage de matriel informatique</a></font></td><td>&nbsp;&nbsp;</td><td align="left" valign="top"><br><font class="option"> <b><font color="#A5D30C">&#8226;</font></b>&nbsp;<a href="modules.php?op=modload&name=Web_Links&file=index&l_op=viewlink&amp;cid=12"><b>Dveloppement</b></a></font><br><font class="content"><a href="modules.php?op=modload&name=Web_Links&file=index&l_op=viewlink&amp;cid=14">MySQL</a></font>,&nbsp;<font class="content"><a href="modules.php?op=modload&name=Web_Links&file=index&l_op=viewlink&amp;cid=13">PHP</a></font></td></tr><tr><td align="left" valign="top"><br><font class="option"> <b><font color="#A5D30C">&#8226;</font></b>&nbsp;<a href="modules.php?op=modload&name=Web_Links&file=index&l_op=viewlink&amp;cid=7"><b>Entreprises</b></a></font><br><font class="content"><a href="modules.php?op=modload&name=Web_Links&file=index&l_op=viewlink&amp;cid=8">recyclage et tri de matriel informatique</a></font></td><td>&nbsp;&nbsp;</td><td align="left" valign="top"><br><font class="option"> <b><font color="#A5D30C">&#8226;</font></b>&nbsp;<a href="modules.php?op=modload&name=Web_Links&file=index&l_op=viewlink&amp;cid=10"><b>Informatique</b></a></font><br><font class="content"><a href="modules.php?op=modload&name=Web_Links&file=index&l_op=viewlink&amp;cid=11">tutorial</a></font></td></tr><tr><td align="left" valign="top"><br><font class="option"> <b><font color="#A5D30C">&#8226;</font></b>&nbsp;<a href="modules.php?op=modload&name=Web_Links&file=index&l_op=viewlink&amp;cid=5"><b>LINUX</b></a></font><br></td><td>&nbsp;&nbsp;</td><td align="left" valign="top"><br><font class="option"> <b><font color="#A5D30C">&#8226;</font></b>&nbsp;<a href="modules.php?op=modload&name=Web_Links&file=index&l_op=viewlink&amp;cid=1"><b>Logiciels libres ou gratuits</b></a></font><br><font class="content">Sites internets d'information, d'actualit et de promotion du logiciel libre  Annuaires de programmes, scripts, logiciels libres ou et/ou gratuit</font><br><font class="content"><a href="modules.php?op=modload&name=Web_Links&file=index&l_op=viewlink&amp;cid=9">Pour l'ducation</a></font></td></tr><tr><td></td></tr></table><!--- Weblinks Block  ---><!--- Created by SirikOnline.com  ---></td></tr></table></td></tr></table> <br><table width="100%" border="0" cellspacing="1" cellpadding="0" bgcolor="#cfcfbb"><tr><td> <table width="100%" border="0" cellspacing="1" cellpadding="8" bgcolor="#efefef"><tr><td> <center><font class="option"><b>Tlchargement</b></font></center><br><b><big>&middot;</big></b><a href="modules.php?op=modload&amp;name=Downloads&amp;file=index&amp;d_op=viewdownload&amp;cid=4">AbulEdu</a> (2)<br><b><big>&middot;</big></b><a href="modules.php?op=modload&amp;name=Downloads&amp;file=index&amp;d_op=viewdownload&amp;cid=1">LINUX</a> (3)<br><b><big>&middot;</big></b><a href="modules.php?op=modload&amp;name=Downloads&amp;file=index&amp;d_op=viewdownload&amp;cid=2">LINUX Solution pour l'ducation</a> (3)<br><b><big>&middot;</big></b><a href="modules.php?op=modload&amp;name=Downloads&amp;file=index&amp;d_op=viewdownload&amp;cid=5">Logiciels libres et/ou gratuits</a> (1)<br><b><big>&middot;</big></b><a href="modules.php?op=modload&amp;name=Downloads&amp;file=index&amp;d_op=viewdownload&amp;cid=3">PHPNUKE</a> (3)<br><br><font size="1" class="tiny">12 files downloaded<br>300 times<br>13.67 GB  served</font></td></tr></table></td></tr></table> <br><table border="0" cellpadding="0" cellspacing="0" bgcolor="#ffffff" width="100%"><tr><td> <table border="0" cellpadding="1" cellspacing="0" bgcolor="#000000" width="100%"><tr><td> <table border="0" cellpadding="3" cellspacing="0" bgcolor="#cfcfbb" width="100%"><tr><td align="left"> <font class="option" color="#363636"><b>ESPACE MULTIMEDIA de LAMBESC</b></font> </td></tr></table></td></tr></table> <a href="modules.php?name=News&amp;new_topic=12"><img src="images/topics/sialoo.gif" border="0" Alt="Info de l'association" align="right" hspace="10" vspace="10"></a> <font class="content"><b>NOUVEAU A LAMBESC<br> <img src="http://lambesc.info/lambesc/images/afficheweb.png" alt="ERIC"  width="147" height="210"> <br> </b><b>Apprendre, comprendre, dcouvrir, crer et partager.</b><br>  <br>  <b>Linformatique pour tous !</b><br> <b><br> Nous avons le plaisirs de vous annoncer l'ouverture de notre Espace Ludo-Multimdia de Lambesc.<br> Notre espace est hberg au RELAIS, av de Badonviller ( cot de l'ancienne discothque le Zodiaque)<br> Nous sommes actuellement ouvert tous les samedis de 10h  18h et  partir du mois de Mai, du mercredi au samedi de 14h  18h pour l'accs individuel. Ces horaires pourront voluer en fonction de la frquentation.<br> <br> Pour plus de renseignements cliquez sur SUITE<br> </font> </td></tr></table> <table border="0" cellpadding="1" cellspacing="0" bgcolor="#000000" width="100%"><tr><td> <table border="0" cellpadding="3" cellspacing="0" bgcolor="#efefef" width="100%"><tr><td align="center"> <font class="content">Transmis par <a href="http://interactive.sialoo.com">webmaster</a> le 09 avril 2003 &agrave; 13:11:32 CEST   (4 lectures)</font><br> <font class="content">(<a href="modules.php?name=News&amp;file=article&amp;sid=13"><b>Suite...</b></a> | 2492 octets de plus | <a href="modules.php?name=News&amp;file=article&amp;sid=13">commentaires ?</a> | Score: 1)</font> </td></tr></table></td></tr></table> <br><br><br> <table border="0" cellpadding="0" cellspacing="0" bgcolor="#ffffff" width="100%"><tr><td> <table border="0" cellpadding="1" cellspacing="0" bgcolor="#000000" width="100%"><tr><td> <table border="0" cellpadding="3" cellspacing="0" bgcolor="#cfcfbb" width="100%"><tr><td align="left"> <font class="option" color="#363636"><b>Fte de l'Internet  LAMBESC</b></font> </td></tr></table></td></tr></table> <a href="modules.php?name=News&amp;new_topic=12"><img src="images/topics/sialoo.gif" border="0" Alt="Info de l'association" align="right" hspace="10" vspace="10"></a> <font class="content"><img src="http://www.fete-internet.fr/mods/outils/logo2003.gif"  alt="Fte de l'Internet" width="260" height="96"> <br> L'association <a href="http://interactive.sialoo.com">SIALOO Interactive</a> ditrice de ce site Internet vous propose de participer  la premire fte de l'Internet de LAMBESC.<br> Nous vous accueillerons gratuitement du vendredi 21 au dimanche 23 mars 2003  notre futur Espace Ludo-Multimdia, pour 3 journes de dcouvertes de INTERNET mais aussi l'informatique et le multimdia.<br> <b>SIALOO Espace Ludo-Multimdia</b> ce trouve au <b>RELAIS 2 av. BADONVILLER</b>  Lambesc  cot de l'ancienne boite de nuit le ZODIAQUE.<br> <br> Dcouvrez le programme de ces 3 jours en cliquant sur SUITE.<br> <br> Ces 3 jours vous permettrons aussi de dcouvrir en avant premire le futur Espace Ludo-Multimdia de votre village, dont l'inauguration aura lieu bientt...<br> <br> SIALOO Espace Ludo-Multimdia est un <a  href="http://www.cr-paca.fr/index.php?php_action=statique&esp=31&rub=403&sous_rub=412&page_mere=415">Espace Rgional Internet Citoyen</a>. Pour plus d'infos <a  href="http://www.cr-paca.fr/index.php?php_action=statique&esp=31&rub=403&sous_rub=412&page_mere=415">cliquez ici </a><br> </font> </td></tr></table> <table border="0" cellpadding="1" cellspacing="0" bgcolor="#000000" width="100%"><tr><td> <table border="0" cellpadding="3" cellspacing="0" bgcolor="#efefef" width="100%"><tr><td align="center"> <font class="content">Transmis par <a href="http://interactive.sialoo.com">webmaster</a> le 06 mars 2003 &agrave; 21:48:15 CET   (8 lectures)</font><br> <font class="content">(<a href="modules.php?name=News&amp;file=article&amp;sid=11"><b>Suite...</b></a> | 2541 octets de plus | <a href="modules.php?name=News&amp;file=article&amp;sid=11">commentaires ?</a> | Score: 0)</font> </td></tr></table></td></tr></table> <br><br><br> <table border="0" cellpadding="0" cellspacing="0" bgcolor="#ffffff" width="100%"><tr><td> <table border="0" cellpadding="1" cellspacing="0" bgcolor="#000000" width="100%"><tr><td> <table border="0" cellpadding="3" cellspacing="0" bgcolor="#cfcfbb" width="100%"><tr><td align="left"> <font class="option" color="#363636"><b>24h de jeux en rseau</b></font> </td></tr></table></td></tr></table> <a href="modules.php?name=News&amp;new_topic=12"><img src="images/topics/sialoo.gif" border="0" Alt="Info de l'association" align="right" hspace="10" vspace="10"></a> <font class="content">La LAN sur Lambesc aura lieu du <b>samedi 8 fvrier 13h au dimanche 9 fvrier 13h 2003 NON STOP</b>    ,  l'initiative de notre association <a href="http://interactive.sialoo.com">SIALOO    interactive</a>. Si vous tes passionn d'informatique et de jeux,    venez jouer, rencontrer et partager. <a href="http://lambesc.info/lambesc/modules.php?name=LanMod&map=show">Plus    de renseignements</a> et <a href="http://lambesc.info/lambesc/modules.php?name=LanMod&regis=show">pr-inscription</a>    sur ce site (en haut  droite de la page principale) </font> </td></tr></table> <table border="0" cellpadding="1" cellspacing="0" bgcolor="#000000" width="100%"><tr><td> <table border="0" cellpadding="3" cellspacing="0" bgcolor="#efefef" width="100%"><tr><td align="center"> <font class="content">Transmis par <a href="http://interactive.sialoo.com">webmaster</a> le 04 fvrier 2003 &agrave; 08:55:37 CET   (9 lectures)</font><br> <font class="content">(<a href="modules.php?name=News&amp;file=article&amp;sid=10">commentaires ?</a> | Score: 0)</font> </td></tr></table></td></tr></table> <br><br><br> <table border="0" cellpadding="0" cellspacing="0" bgcolor="#ffffff" width="100%"><tr><td> <table border="0" cellpadding="1" cellspacing="0" bgcolor="#000000" width="100%"><tr><td> <table border="0" cellpadding="3" cellspacing="0" bgcolor="#cfcfbb" width="100%"><tr><td align="left"> <font class="option" color="#363636"><b>A quand le PC colo?</b></font> </td></tr></table></td></tr></table> <a href="modules.php?name=News&amp;new_topic=2"><img src="images/topics/recyclagemicro.jpg" border="0" Alt="Recyclage de matriel informatique" align="right" hspace="10" vspace="10"></a> <font class="content">Visiteur a &eacute;crit : <i>"Bund, une " association verte " vient de commercialiser avec le fabricant allemand Cherry le premier clavier cologique ! <br /> Des claviers cologiques ? Cest quoi, des ordinateurs biodgradables ? <br><br /> En fait, sur un PC, cest simple  dmonter. Le principe est de rduire au maximum le nombre de matriaux. <br /> L'ordinateur devient donc beaucoup plus facile  recycler. Pour linstant, il cote aussi deux fois plus cher.<br /><br /> Le gant de linformatique Siemens-Nixdorf a aussi fait des progrs en cologie.<br /> En 90, il utilisait plus de 100 plastiques diffrents pour ses ordinateurs, aujourdhui, plus que 6. <br><br /> Pour ce qui est des PC, le recyclage est cher : 2F le kilo, 150F pour toute la machine. <br /> Il faut dabord dmonter, et surtout trier : les diffrents plastiques, le verre de lcran, les batteries et mme le fameux trsor du circuit imprim, avec pour une tonne de puces : 800 g dargent, 150 grammes dor et 80 g de platine.<br><br /> Il faudra encore attendre le moment o ce sera top chic, ou top obligatoire, pour voir se profiler plus rapidement un label vert sur son bureau."</i> </font> </td></tr></table> <table border="0" cellpadding="1" cellspacing="0" bgcolor="#000000" width="100%"><tr><td> <table border="0" cellpadding="3" cellspacing="0" bgcolor="#efefef" width="100%"><tr><td align="center"> <font class="content">Transmis par <a href="">gerom</a> le 02 octobre 2002 &agrave; 16:52:42 CEST   (27 lectures)</font><br> <font class="content">(<a href="modules.php?name=News&amp;file=article&amp;sid=9">commentaires ?</a> | Score: 0)</font> </td></tr></table></td></tr></table> <br><br><br> <table border="0" cellpadding="0" cellspacing="0" bgcolor="#ffffff" width="100%"><tr><td> <table border="0" cellpadding="1" cellspacing="0" bgcolor="#000000" width="100%"><tr><td> <table border="0" cellpadding="3" cellspacing="0" bgcolor="#cfcfbb" width="100%"><tr><td align="left"> <font class="option" color="#363636"><b>LES DECHETS DE L'INFORMATIQUE</b></font> </td></tr></table></td></tr></table> <a href="modules.php?name=News&amp;new_topic=2"><img src="images/topics/recyclagemicro.jpg" border="0" Alt="Recyclage de matriel informatique" align="right" hspace="10" vspace="10"></a> <font class="content">Les dchets rsultant de l'obsolescence ou de la mise hors d'usage des matriels qui quipent les bureaux (ordinateurs, tlcopieurs, tlphones, photocopieurs...) sont en forte augmentation sous la double influence d'un parc en dveloppement constant et d'un renouvellement priodique de ces matriels li  une volution trs rapide de leurs performances. </font> </td></tr></table> <table border="0" cellpadding="1" cellspacing="0" bgcolor="#000000" width="100%"><tr><td> <table border="0" cellpadding="3" cellspacing="0" bgcolor="#efefef" width="100%"><tr><td align="center"> <font class="content">Transmis par <a href="http://interactive.sialoo.com">webmaster</a> le 27 septembre 2002 &agrave; 15:30:57 CEST   (73 lectures)</font><br> <font class="content">(<a href="modules.php?name=News&amp;file=article&amp;sid=8"><b>Suite...</b></a> | 4402 octets de plus | <a href="modules.php?name=News&amp;file=article&amp;sid=8">commentaires ?</a> | Score: 4)</font> </td></tr></table></td></tr></table> <br><br><br> <table border="0" cellpadding="0" cellspacing="0" bgcolor="#ffffff" width="100%"><tr><td> <table border="0" cellpadding="1" cellspacing="0" bgcolor="#000000" width="100%"><tr><td> <table border="0" cellpadding="3" cellspacing="0" bgcolor="#cfcfbb" width="100%"><tr><td align="left"> <font class="option" color="#363636"><b>OpenOffice une suite bureautique en franais</b></font> </td></tr></table></td></tr></table> <a href="modules.php?name=News&amp;new_topic=7"><img src="images/topics/linuxnews.gif" border="0" Alt="Actu, News, Infos sur LINUX et le libre" align="right" hspace="10" vspace="10"></a> <font class="content">Une suite office gratuite qui va faire parler d'elle!!! <br /> Le projet francophone fut la plate-forme novatrice et ambitieuse qui a permis la cration d'un modle d'extension du fonctionnement du projet de dveloppement d'OpenOffice.org, lui-mme originellement propos uniquement aux dveloppeurs et en langue anglophone.<br /> <br /> Le succs de ce concept ayant sduit largement, il se dveloppe rgulirement et apporte diverses ressources tant aux utilisateurs qu'aux dveloppeurs intresss par l'aventure. Il a donn lieu galement  la cration d'autres projets bass sur son concept en d'autres langues.<br /> <br /> Pour visiter leur site : <a href="http://fr.openoffice.org" target="_blank">http://fr.openoffice.org</a> </font> </td></tr></table> <table border="0" cellpadding="1" cellspacing="0" bgcolor="#000000" width="100%"><tr><td> <table border="0" cellpadding="3" cellspacing="0" bgcolor="#efefef" width="100%"><tr><td align="center"> <font class="content">Transmis par <a href="http://interactive.sialoo.com">webmaster</a> le 24 septembre 2002 &agrave; 22:55:30 CEST   (24 lectures)</font><br> <font class="content">(<a href="modules.php?name=News&amp;file=article&amp;sid=7">commentaires ?</a> | Score: 0)</font> </td></tr></table></td></tr></table> <br><br><br> <table border="0" cellpadding="0" cellspacing="0" bgcolor="#ffffff" width="100%"><tr><td> <table border="0" cellpadding="1" cellspacing="0" bgcolor="#000000" width="100%"><tr><td> <table border="0" cellpadding="3" cellspacing="0" bgcolor="#cfcfbb" width="100%"><tr><td align="left"> <font class="option" color="#363636"><b>LVL, recyclage des cartouches d'encre</b></font> </td></tr></table></td></tr></table> <a href="modules.php?name=News&amp;new_topic=2"><img src="images/topics/recyclagemicro.jpg" border="0" Alt="Recyclage de matriel informatique" align="right" hspace="10" vspace="10"></a> <font class="content">La socit LVL est spcialise dans la collecte du consommable d'impression vide afin de participer  la rduction de la quantit de dchets dans la nature.<br /> <br /> <br /> Entreprise-LVL SARL-La Chevrolire, France  </font> </td></tr></table> <table border="0" cellpadding="1" cellspacing="0" bgcolor="#000000" width="100%"><tr><td> <table border="0" cellpadding="3" cellspacing="0" bgcolor="#efefef" width="100%"><tr><td align="center"> <font class="content">Transmis par <a href="">Gerom</a> le 13 septembre 2002 &agrave; 15:06:56 CEST   (48 lectures)</font><br> <font class="content">(<a href="modules.php?name=News&amp;file=article&amp;sid=6"><b>Suite...</b></a> | Score: 4)</font> </td></tr></table></td></tr></table> <br><br><br> <table border="0" cellpadding="0" cellspacing="0" bgcolor="#ffffff" width="100%"><tr><td> <table border="0" cellpadding="1" cellspacing="0" bgcolor="#000000" width="100%"><tr><td> <table border="0" cellpadding="3" cellspacing="0" bgcolor="#cfcfbb" width="100%"><tr><td align="left"> <font class="option" color="#363636"><b>Recyclage des dchets lectroniques</b></font> </td></tr></table></td></tr></table> <a href="modules.php?name=News&amp;new_topic=2"><img src="images/topics/recyclagemicro.jpg" border="0" Alt="Recyclage de matriel informatique" align="right" hspace="10" vspace="10"></a> <font class="content"><a href="modules.php?name=Your_Account&amp;op=userinfo&amp;uname=webmaster">webmaster</a> a &eacute;crit : <i>"Recyclage des dchets lectroniques <br /> <br /> Verra-t-on bientt dans nos villes des poubelles destines aux appareils lectroniques et lectriques usags ? Cest, en tout cas, ce que prconise le Parlement europen, qui vient de voter une loi sur le recyclage de ces dchets riches en matires toxiques. Provenant pour moiti des industriels et des particuliers, ces dchets (1,6 million de tonnes en 2001) seraient rcolts et recycls dans les communes par une organisation mise en place et finance par les fabricants eux-mmes, sur le modle dEco-emballage. Il ne manque plus  cette loi que dtre approuve par tous les pays membres de lUnion. <br />  Source : science et avenir - juin 2002 "</i> </font> </td></tr></table> <table border="0" cellpadding="1" cellspacing="0" bgcolor="#000000" width="100%"><tr><td> <table border="0" cellpadding="3" cellspacing="0" bgcolor="#efefef" width="100%"><tr><td align="center"> <font class="content">Transmis par <a href="">Gerom</a> le 13 septembre 2002 &agrave; 14:18:49 CEST   (32 lectures)</font><br> <font class="content">(<a href="modules.php?name=News&amp;file=article&amp;sid=5">commentaires ?</a> | Score: 0)</font> </td></tr></table></td></tr></table> <br><br><br> <table border="0" cellpadding="0" cellspacing="0" bgcolor="#ffffff" width="100%"><tr><td> <table border="0" cellpadding="1" cellspacing="0" bgcolor="#000000" width="100%"><tr><td> <table border="0" cellpadding="3" cellspacing="0" bgcolor="#cfcfbb" width="100%"><tr><td align="left"> <font class="option" color="#363636"><b>Recyclage des circuits imprims</b></font> </td></tr></table></td></tr></table> <a href="modules.php?name=News&amp;new_topic=2"><img src="images/topics/recyclagemicro.jpg" border="0" Alt="Recyclage de matriel informatique" align="right" hspace="10" vspace="10"></a> <font class="content"><P>L'Universit de Cambridge a dpos un brevet pour une technique de recyclage des circuits imprims. Un agent lixiviant  base d'acide fluoroborique contenant du titane montre une haute slectivit et permet de dissoudre les soudures sur les plaques sans dtruire les composants lectroniques. Ce procd chimique semble ainsi permettre de rcuprer l'tain et le plomb, dans des conditions cologiques et conomiques intressantes.<BR>Actuellement, la plus grande partie du matriel informatique usager est plac dans des sites d'enfouissement, o le plomb peu aisment polluer les nappes d'eau souterraines. Une autre partie subit un traitement dans lequel du cuivre en fusion permet de rcuprer les mtaux prcieux en formant avec eux un mlange, dont on sait ensuite sparer les lments ; mais ce procd prsente le double inconvnient d'tre peu efficace et de dgager des fumes toxiques. <BR>Contacts : <A href="http://www.cam.ac.uk">http://www.cam.ac.uk</A><BR><BR>source : ADIT, Agence pour la Diffusion de l'Information Technologique, Ambassade de France au Royaume-Uni - Vigie Environnement numro 71 - 1/04/2002 - rf. 7194 <A href="http://www.adit.fr/adit_edition/">http://www.adit.fr/adit_edition/</A></P> <P><BR></P> </font> </td></tr></table> <table border="0" cellpadding="1" cellspacing="0" bgcolor="#000000" width="100%"><tr><td> <table border="0" cellpadding="3" cellspacing="0" bgcolor="#efefef" width="100%"><tr><td align="center"> <font class="content">Transmis par <a href="http://interactive.sialoo.com">webmaster</a> le 29 juillet 2002 &agrave; 20:32:50 CEST   (35 lectures)</font><br> <font class="content">(<a href="modules.php?name=News&amp;file=article&amp;sid=4">commentaires ?</a> | Score: 0)</font> </td></tr></table></td></tr></table> <br><br><br> <table border="0" cellpadding="0" cellspacing="0" bgcolor="#ffffff" width="100%"><tr><td> <table border="0" cellpadding="1" cellspacing="0" bgcolor="#000000" width="100%"><tr><td> <table border="0" cellpadding="3" cellspacing="0" bgcolor="#cfcfbb" width="100%"><tr><td align="left"> <font class="option" color="#363636"><b>ECOSYNTHESE et le recyclage</b></font> </td></tr></table></td></tr></table> <a href="modules.php?name=News&amp;new_topic=2"><img src="images/topics/recyclagemicro.jpg" border="0" Alt="Recyclage de matriel informatique" align="right" hspace="10" vspace="10"></a> <font class="content"><H3 align=center><FONT color=#008000>LE RECYCLAGE DES PRODUITS INFORMATIQUES</FONT><BR>Le matriel informatique est aujourd'hui un produit de consommation courante, y compris chez le particulier, d'o une production grandissante. L'volution rapide de la technologie allie  la diminution de la dure de vie des produits provoquent inluctablement un augmentation des matriels arrivs en fin de vie.</H3> <P>Les diffrents composants de ces derniers sont quasiment tous recyclables, il est donc essentiel pour leur gestion de penser " valorisation matire ".</P> <P>Pour simplifier, on peut considrer que l'on trouve 5 grandes familles de matriaux dans un ordinateur :  <UL> <LI>mtaux ferreux,  <LI>mtaux non ferreux,  <LI>plastiques (ABS-Acrylonytril Butadine Styrne, PVC-Polychlorure de Vinyle, PS-Polystyrne, PSC-Polystyrne Choc, Polycarbonates, PEHD-Polythylne Haute Densit, PEBD-Polythylne Basse Densit),  <LI>verres spciaux,  <LI>cartes lectroniques.  <P></P></LI></UL> <P>En tenant compte de la variation de poids et de rpartition selon les gnrations d'ordinateurs, on peut rpartir de manire succincte ces matriaux comme suit :  <UL> <LI>cartes lectroniques : 20 %  <LI>mtaux non ferreux : 10 %  <LI>verres (tubes cathodiques) : 25 %  <LI>plastiques ou mtaux ferreux : 45 %  <P></P></LI></UL>Compte-tenu de ces caractristiques, Ecosynthse met donc en oeuvre<B> deux lignes de traitement</B>:  <UL> <LI><B>une pour les plastiques</B>:  l'origine uniquement conue pour ceux issus du dmontage des produits lectriques et lectroniques en fin de vie, elle traite aujourd'hui des dchets de l'industrie de la plasturgie. Les diffrents plastiques sont identifis par infrarouge, tris, broys  granulomtrie dsire par le repreneur, dpoussirs et schs. En sortie de chane, ce sont donc des plastiques identifis, propres et broys qui sont proposs aux rgnrateurs.<BR><BR> <LI><B>la deuxime ligne</B>, particulirement novatrice, rsout l'pineux problme du traitement des <B>verres spciaux </B>des tubes cathodiques et permet surtout la rcupration des agents toxiques contenus dans les produits luminophores dposs sur les dalles. Deux types de verre constituent les crans : du verre au plomb pour le cne et du verre au baryum pour la dalle. Ce dernier ne brunit pas sous l'effet des rayonnement. Les tubes sont encore souvent mis en dcharge, malgr la lgislation en vigueur, et parfois incinrs. Ici, ils sont dpollus et stocks en vue d'une rutilisation en fabrication pour le verre au plomb et d'un remploi dans le btiment pour le verre au baryum. </LI></UL> <DIV align=center>Article communiqu par : <BR><BR></DIV> <TABLE align=center border=1> <TBODY> <TR align=middle> <TD><B>ECOSYNTHESE </B><BR>Parc Industriel du Marchat <BR>6, rue Michel Servet <BR>BP 204<BR>63200 Riom <BR>Tl. : 04 73 64 08 79<BR>Fax : 04 73 63 06 13<BR></TD></TR></TBODY></TABLE> </font> </td></tr></table> <table border="0" cellpadding="1" cellspacing="0" bgcolor="#000000" width="100%"><tr><td> <table border="0" cellpadding="3" cellspacing="0" bgcolor="#efefef" width="100%"><tr><td align="center"> <font class="content">Transmis par <a href="http://interactive.sialoo.com">webmaster</a> le 29 juillet 2002 &agrave; 20:32:36 CEST   (44 lectures)</font><br> <font class="content">(<a href="modules.php?name=News&amp;file=article&amp;sid=3">commentaires ?</a> | Score: 0)</font> </td></tr></table></td></tr></table> <br><br><br> </td><td><img src="themes/NukeNews/images/pixel.gif" width="15" height="1" border="0" alt=""></td><td valign="top" width="150"><table border="0" cellpadding="1" cellspacing="0" bgcolor="#000000" width="150"><tr><td> <table border="0" cellpadding="3" cellspacing="0" bgcolor="#dedebb" width="100%"><tr><td align="left"> <font class="content" color="#363636"><b>Sondage</b></font> </td></tr></table></td></tr></table> <table border="0" cellpadding="0" cellspacing="0" bgcolor="#ffffff" width="150"> <tr valign="top"><td bgcolor="#ffffff"> <form action="modules.php?name=Surveys" method="post"><input type="hidden" name="pollID" value="3"><input type="hidden" name="forwarder" value="modules.php?name=Surveys&amp;op=results&amp;pollID=3"><font class="content"><b>Etes vous interess par un forum ABULEDU ?</b></font><br><br> <table border="0" width="100%"><tr><td valign="top"><input type="radio" name="voteID" value="1"></td><td width="100%"><font class="content">oui</font></td></tr> <tr><td valign="top"><input type="radio" name="voteID" value="2"></td><td width="100%"><font class="content">non</font></td></tr> </table><br><center><font class="content"><input type="submit" value="Vote"></font><br><br><font class="content"><a href="modules.php?name=Surveys&amp;op=results&amp;pollID=3&amp;mode=&amp;order=&amp;thold="><b>R&eacute;sultats</b></a><br><a href="modules.php?name=Surveys"><b>Sondages</b></a><br><br>Votes: <b>24</b> <br> Commentaires: <b>0</b>  </font></center></form>   </td></tr></table> <br><table border="0" cellpadding="1" cellspacing="0" bgcolor="#000000" width="150"><tr><td> <table border="0" cellpadding="3" cellspacing="0" bgcolor="#dedebb" width="100%"><tr><td align="left"> <font class="content" color="#363636"><b>Connexion</b></font> </td></tr></table></td></tr></table> <table border="0" cellpadding="0" cellspacing="0" bgcolor="#ffffff" width="150"> <tr valign="top"><td bgcolor="#ffffff"> <form action="modules.php?name=Your_Account" method="post"><center><font class="content">Surnom/Pseudo<br><input type="text" name="uname" size="10" maxlength="25"><br>Mot de Passe<br><input type="password" name="pass" size="10" maxlength="20"><br><input type="hidden" name="op" value="login"><input type="submit" value=" Identification "></font></center></form><center><font class="content">Vous n'avez pas encore de compte?<br><a href="modules.php?name=Your_Account&amp;op=new_user">Enregistrez vous !</a><br>En tant que membre enregistr&eacute;, vous b&eacute;n&eacute;ficierez de privil&egrave;ges tels que: changer le th&egrave;me de l'interface, modifier la disposition des commentaires, signer vos interventions, ...</font></center> </td></tr></table> <br><table border="0" cellpadding="1" cellspacing="0" bgcolor="#000000" width="150"><tr><td> <table border="0" cellpadding="3" cellspacing="0" bgcolor="#dedebb" width="100%"><tr><td align="left"> <font class="content" color="#363636"><b>Chercher sur le Web</b></font> </td></tr></table></td></tr></table> <table border="0" cellpadding="0" cellspacing="0" bgcolor="#ffffff" width="150"> <tr valign="top"><td bgcolor="#ffffff"> <center><img src="/modules/Googlesearch/logo.gif"></center><form action="modules.php?name=Googlesearch" method="post"><center><input type="text" name="query" size="20"></center></form> </td></tr></table> <br><table border="0" cellpadding="1" cellspacing="0" bgcolor="#000000" width="150"><tr><td> <table border="0" cellpadding="3" cellspacing="0" bgcolor="#dedebb" width="100%"><tr><td align="left"> <font class="content" color="#363636"><b>Multimdia</b></font> </td></tr></table></td></tr></table> <table border="0" cellpadding="0" cellspacing="0" bgcolor="#ffffff" width="150"> <tr valign="top"><td bgcolor="#ffffff"> <center><font size="5"><b><font color="#0000FF"><a href="../modules.php?name=multimedia"><img src="../images/multimedia.gif" width="66" height="68"></font></a></ </td></tr></table> <br><table border="0" cellpadding="1" cellspacing="0" bgcolor="#000000" width="150"><tr><td> <table border="0" cellpadding="3" cellspacing="0" bgcolor="#dedebb" width="100%"><tr><td align="left"> <font class="content" color="#363636"><b>LinuxWeelyNews</b></font> </td></tr></table></td></tr></table> <table border="0" cellpadding="0" cellspacing="0" bgcolor="#ffffff" width="150"> <tr valign="top"><td bgcolor="#ffffff"> <font class="content"><strong><big>&middot;</big></strong><a href="http://lwn.net/Articles/29830/" target="new">Comparing Microsoft's EULA and the GPL</a><br> <strong><big>&middot;</big></strong><a href="http://lwn.net/Articles/29829/" target="new">Georgia super-DMCA hearing today</a><br> <strong><big>&middot;</big></strong><a href="http://lwn.net/Articles/29795/" target="new">Quality of Surfing: An Intermediate Level HowTo (Linux Journal)</a><br> <strong><big>&middot;</big></strong><a href="http://lwn.net/Articles/29751/" target="new">Novell Becomes LPI's Latest Gold Sponsor</a><br> <strong><big>&middot;</big></strong><a href="http://lwn.net/Articles/29708/" target="new">Security alerts from Debian and Conectiva</a><br> <strong><big>&middot;</big></strong><a href="http://lwn.net/Articles/29776/" target="new">GNOME Summary for April 19, 2003</a><br> <strong><big>&middot;</big></strong><a href="http://lwn.net/Articles/29759/" target="new">XFree86(tm) Project Mission Statement</a><br> <strong><big>&middot;</big></strong><a href="http://lwn.net/Articles/29635/" target="new">Tracking Tux: Research Round-up (NewsForge)</a><br> <strong><big>&middot;</big></strong><a href="http://lwn.net/Articles/29685/" target="new">Human-Size Household Robot Developed on MontaVista Linux</a><br> <strong><big>&middot;</big></strong><a href="http://lwn.net/Articles/29631/" target="new">The People Behind Quanta Plus (KDE.org)</a><br> <br><a href="http://lwn.net" target="blank"><b>suite...</b></a></font> </td></tr></table> <br><table border="0" cellpadding="1" cellspacing="0" bgcolor="#000000" width="150"><tr><td> <table border="0" cellpadding="3" cellspacing="0" bgcolor="#dedebb" width="100%"><tr><td align="left"> <font class="content" color="#363636"><b>HappyPenguin</b></font> </td></tr></table></td></tr></table> <table border="0" cellpadding="0" cellspacing="0" bgcolor="#ffffff" width="150"> <tr valign="top"><td bgcolor="#ffffff"> <font class="content"><strong><big>&middot;</big></strong><a href="http://happypenguin.org/newsitem?id=3653" target="new">Freedroid RPG 0.9.4</a><br> <strong><big>&middot;</big></strong><a href="http://happypenguin.org/newsitem?id=3652" target="new">Barrage 1.0</a><br> <strong><big>&middot;</big></strong><a href="http://happypenguin.org/newsitem?id=3651" target="new">Orbital Eunuchs Sniper 1.29</a><br> <strong><big>&middot;</big></strong><a href="http://happypenguin.org/newsitem?id=3650" target="new">LizzBall 0.1</a><br> <strong><big>&middot;</big></strong><a href="http://happypenguin.org/newsitem?id=3649" target="new">Fly 0.3.3</a><br> <strong><big>&middot;</big></strong><a href="http://happypenguin.org/newsitem?id=3648" target="new">Pachi el marciano Demo</a><br> <strong><big>&middot;</big></strong><a href="http://happypenguin.org/newsitem?id=3647" target="new">Feuerkraft 0.1.0</a><br> <strong><big>&middot;</big></strong><a href="http://happypenguin.org/newsitem?id=3646" target="new">Devastation Linux Server beta 1</a><br> <strong><big>&middot;</big></strong><a href="http://happypenguin.org/newsitem?id=3645" target="new">NingPo Mah Jong 1.05.01</a><br> <strong><big>&middot;</big></strong><a href="http://happypenguin.org/newsitem?id=3644" target="new">Celestia 1.30</a><br> <br><a href="http://happypenguin.org" target="blank"><b>suite...</b></a></font> </td></tr></table> <br></td><td bgcolor="#ffffff"><img src="themes/NukeNews/images/pixel.gif" width=10 height=1 border=0 alt=""> </td></tr></table> <table width="100%" cellpadding="0" cellspacing="0" border="0" bgcolor="#ffffff" align="center"><tr valign="top"> <td align="center" height="17"> <IMG height="17" alt="" hspace="0" src="themes/NukeNews/images/corner-bottom-left.gif" width="17" align="left"> <IMG height="17" alt="" hspace="0" src="themes/NukeNews/images/corner-bottom-right.gif" width="17" align="right"> </td></tr></table> <br> <table width="100%" cellpadding="0" cellspacing="0" border="0" bgcolor="#ffffff" align="center"><tr valign="top"> <td><IMG height="17" alt="" hspace="0" src="themes/NukeNews/images/corner-top-left.gif" width="17" align="left"></td> <td width="100%">&nbsp;</td> <td><IMG height="17" alt="" hspace="0" src="themes/NukeNews/images/corner-top-right.gif" width="17" align="right"></td> </tr><tr align="center"> <td width="100%" colspan="3"> <a href="http://phpnuke-france.org" target="blank"><img src="images/powered/nuke.gif" border="0" Alt="Web site powered by PHP-Nuke" hspace="10"></a> <a href="http://www.apache.org" target="blank"><img src="images/powered/apache.gif" Alt="Apache Web Server" border="0" hspace="10"></a><a href="http://www.php.net" target="blank"><img src="images/powered/php2.gif" Alt="PHP Scripting Language" border="0" hspace="10"></a><br><br>Tous les Logos et Marques de ce site sont la proprits de leurs propriaitaires respectifs. Les commentaires sont la proprits de leurs auteurs.<br>Ce site a t ralis avec la version franaise de <a href="http://phpnuke-france.org">PHP-Nuke</a>,<br>Vous pouvez trouver la version originale de <a href="http://phpnuke.org">PHP-Nuke ici</a>. <br>PHP-Nuke est un systme de gestion de portail dvelopp en langage PHP.<br><b> PHP-Nuke est un logiciel libre sous licence <a href="http://www.gnu.org">GNU/GPL</a>.</b><br>Vous pouvez afficher nos articles en utilisant le fichier <a href="backend.php">backend.php</a> ou <a href="ultramode.txt">ultramode.txt</a> </td> </tr><tr> <td><IMG height="17" alt="" hspace="0" src="themes/NukeNews/images/corner-bottom-left.gif" width="17" align="left"></td> <td width="100%">&nbsp;</td> <td><IMG height="17" alt="" hspace="0" src="themes/NukeNews/images/corner-bottom-right.gif" width="17" align="right"></td> </tr></table></body> </html> 
