 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1" /> <meta http-equiv="content-language" content="fr" /> <meta name="robots" content="" /> <meta name="keywords" content="" /> <meta name="description" content="" /> <meta name="rating" content="" /> <meta name="author" content="" /> <meta name="copyright" content="" /> <meta name="generator" content="XOOPS" /> <title>-={ OBlazy.com }=- - Liens Webs</title> <link href="http://www.oblazy.com/xoops/favicon.ico" rel="SHORTCUT ICON" /> <link rel="stylesheet" type="text/css" media="all" href="http://www.oblazy.com/xoops/xoops.css" /> <link rel="stylesheet" type="text/css" media="all" href="http://www.oblazy.com/xoops/themes/Oblazy_Dark/styleNN.css" />  <script type="text/javascript"> <!-- function xoopsGetElementById(id){ 	if (document.getElementById) { 		return (document.getElementById(id)); 	} else if (document.all) { 		return (document.all[id]); 	} else { 		if ((navigator.appname.indexOf("Netscape") != -1) && parseInt(navigator.appversion == 4)) { 			return (document.layers[id]); 		} 	} }  function showImgSelected(imgId, selectId, imgDir, extra) { 	imgDom = xoopsGetElementById(imgId); 	selectDom = xoopsGetElementById(selectId); 	imgDom.src = "http://www.oblazy.com/xoops/"+ imgDir + "/" + selectDom.options[selectDom.selectedIndex].value + extra; }  function justReturn() { 	return; }  function init() {  }  function openWithSelfMain(url,name,width,height) { 	var options = "width=" + width + ",height=" + height + "toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=yes,copyhistory=no";  	new_window = window.open(url, name, options); 	window.self.name = "main"; 	new_window.focus(); }  function setElementColor(id, color){ 	xoopsGetElementById(id).style.color = "#" + color; }  function setElementFont(id, font){ 	xoopsGetElementById(id).style.fontFamily = font; }  function setElementSize(id, size){ 	xoopsGetElementById(id).style.fontSize = size; }  function changeDisplay(id){ 	var elestyle = xoopsGetElementById(id).style; 	if (elestyle.display == "") { 		elestyle.display = "none"; 	} else { 		elestyle.display = "block"; 	} }  function setVisible(id){ 	xoopsGetElementById(id).style.visibility = "visible"; }  function setHidden(id){ 	xoopsGetElementById(id).style.visibility = "hidden"; }  function makeBold(id){ 	var eleStyle = xoopsGetElementById(id).style; 	if (eleStyle.fontWeight != "bold") { 		eleStyle.fontWeight = "bold"; 	} else { 		eleStyle.fontWeight = "normal"; 	} }  function makeItalic(id){ 	var eleStyle = xoopsGetElementById(id).style; 	if (eleStyle.fontStyle != "italic") { 		eleStyle.fontStyle = "italic"; 	} else { 		eleStyle.fontStyle = "normal"; 	} }  function makeUnderline(id){ 	var eleStyle = xoopsGetElementById(id).style; 	if (eleStyle.textDecoration != "underline") { 		eleStyle.textDecoration = "underline"; 	} else { 		eleStyle.textDecoration = "none"; 	} }  function makeLineThrough(id){ 	var eleStyle = xoopsGetElementById(id).style; 	if (eleStyle.textDecoration != "line-through") { 		eleStyle.textDecoration = "line-through"; 	} else { 		eleStyle.textDecoration = "none"; 	} }   function appendSelectOption(selectMenuId, optionName, optionValue){ 	var selectMenu = xoopsGetElementById(selectMenuId); 	var newoption = new Option(optionName, optionValue); 	selectMenu.options[selectMenu.length] = newoption; 	selectMenu.options[selectMenu.length].selected = true; }  function disableElement(target){ 	var targetDom = xoopsGetElementById(target); 	if (targetDom.disabled != true) { 		targetDom.disabled = true; 	} else { 		targetDom.disabled = false; 	} } function xoopsCheckAll(formname, switchid) { 	var ele = document.forms[formname].elements; 	var switch_cbox = xoopsGetElementById(switchid); 	for (var i = 0; i < ele.length; i++) { 		var e = ele[i]; 		if ( (e.name != switch_cbox.name) && (e.type == 'checkbox') ) { 			e.checked = switch_cbox.checked; 		} 	} }  // RMV-NOTIFY function xoopsCheckGroup(formname, switchid, groupid) { 	var ele = document.forms[formname].elements; 	var switch_cbox = xoopsGetElementById(switchid); 	for (var i = 0; i < ele.length; i++) { 		var e = ele[i]; 		if ( (e.type == 'checkbox') && (e.id == groupid) ) { 			e.checked = switch_cbox.checked; 			e.click(); e.click();  // Click to activate subgroups 									// Twice so we don't reverse effect 		} 	} }  function xoopsCodeUrl(id){ 	var text = prompt("Entrez l'URL du lien que vous voulez ajouter :", ""); 	var domobj = xoopsGetElementById(id); 	if ( text != null && text != "" ) { 		var text2 = prompt("Entrez le titre du site web :", ""); 		if ( text2 != null ) { 			if ( text2 == "" ) { 				var result = "[url=" + text + "]" + text + "[/url]"; 			} else { 				var pos = text2.indexOf(unescape('%00')); 				if(0 < pos){ 					text2 = text2.substr(0,pos); 				} 				var result = "[url=" + text + "]" + text2 + "[/url]"; 			} 			xoopsInsertText(domobj, result); 		} 	} 	domobj.focus(); }  function xoopsCodeImg(id){ 	var text = prompt("Entrez l'URL de l'image que vous voulez ajouter.", ""); 	var domobj = xoopsGetElementById(id); 	if ( text != null && text != "" ) { 		var text2 = prompt("Maintenant, entrez la position de l'image.\n'R' ou 'r' pour droite, 'L' ou 'l' pour gauche, ou laisser vide.", ""); 		while ( ( text2 != "" ) && ( text2 != "r" ) && ( text2 != "R" ) && ( text2 != "l" ) && ( text2 != "L" ) && ( text2 != null ) ) { 			text2 = prompt("ERREUR ! Entrez la position de l'image.\n'R' ou 'r' pour droite, 'L' ou 'l' pour gauche, ou laisser vide.",""); 		} 		if ( text2 == "l" || text2 == "L" ) { 			text2 = " align=left"; 		} else if ( text2 == "r" || text2 == "R" ) { 			text2 = " align=right"; 		} else { 			text2 = ""; 		} 		var result = "[img" + text2 + "]" + text + "[/img]"; 		xoopsInsertText(domobj, result); 	} 	domobj.focus(); }  function xoopsCodeEmail(id){ 	var text = prompt("Entrez l'adresse e-mail que vous voulez ajouter.", ""); 	var domobj = xoopsGetElementById(id); 	if ( text != null && text != "" ) { 		var result = "[email]" + text + "[/email]"; 		xoopsInsertText(domobj, result); 	} 	domobj.focus(); }  function xoopsCodeQuote(id){ 	var text = prompt("Entrez le texte que vous voulez citer.", ""); 	var domobj = xoopsGetElementById(id); 	if ( text != null && text != "" ) { 		var pos = text.indexOf(unescape('%00')); 		if(0 < pos){ 			text = text.substr(0,pos); 		} 		var result = "[quote]" + text + "[/quote]"; 		xoopsInsertText(domobj, result); 	} 	domobj.focus(); }  function xoopsCodeCode(id){ 	var text = prompt("Entrez les codes que vous voulez ajouter.", ""); 	var domobj = xoopsGetElementById(id); 	if ( text != null && text != "" ) { 		var result = "[code]" + text + "[/code]"; 		xoopsInsertText(domobj, result); 	} 	domobj.focus(); }    function xoopsCodeText(id, hiddentext){ 	var textareaDom = xoopsGetElementById(id); 	var textDom = xoopsGetElementById(id + "Addtext"); 	var fontDom = xoopsGetElementById(id + "Font"); 	var colorDom = xoopsGetElementById(id + "Color"); 	var sizeDom = xoopsGetElementById(id + "Size"); 	var xoopsHiddenTextDomStyle = xoopsGetElementById(hiddentext).style; 	var textDomValue = textDom.value; 	var fontDomValue = fontDom.options[fontDom.options.selectedIndex].value; 	var colorDomValue = colorDom.options[colorDom.options.selectedIndex].value; 	var sizeDomValue = sizeDom.options[sizeDom.options.selectedIndex].value; 	if ( textDomValue == "" ) { 		alert("Merci de saisir le texte dans la boite."); 		textDom.focus(); 	} else { 		if ( fontDomValue != "FONT") { 			textDomValue = "[font=" + fontDomValue + "]" + textDomValue + "[/font]"; 			fontDom.options[0].selected = true; 		} 		if ( colorDomValue != "COLOR") { 			textDomValue = "[color=" + colorDomValue + "]" + textDomValue + "[/color]"; 			colorDom.options[0].selected = true; 		} 		if ( sizeDomValue != "SIZE") { 			textDomValue = "[size=" + sizeDomValue + "]" + textDomValue + "[/size]"; 			sizeDom.options[0].selected = true; 		} 		if (xoopsHiddenTextDomStyle.fontWeight == "bold") { 			textDomValue = "[b]" + textDomValue + "[/b]"; 			xoopsHiddenTextDomStyle.fontWeight = "normal"; 		} 		if (xoopsHiddenTextDomStyle.fontStyle == "italic") { 			textDomValue = "[i]" + textDomValue + "[/i]"; 			xoopsHiddenTextDomStyle.fontStyle = "normal"; 		} 		if (xoopsHiddenTextDomStyle.textDecoration == "underline") { 			textDomValue = "[u]" + textDomValue + "[/u]"; 			xoopsHiddenTextDomStyle.textDecoration = "none"; 		} 		if (xoopsHiddenTextDomStyle.textDecoration == "line-through") { 			textDomValue = "[d]" + textDomValue + "[/d]"; 			xoopsHiddenTextDomStyle.textDecoration = "none"; 		} 		xoopsInsertText(textareaDom, textDomValue); 		textDom.value = ""; 		xoopsHiddenTextDomStyle.color = "#000000"; 		xoopsHiddenTextDomStyle.fontFamily = ""; 		xoopsHiddenTextDomStyle.fontSize = "12px"; 		xoopsHiddenTextDomStyle.visibility = "hidden"; 		textareaDom.focus(); 	} }  function xoopsSavePosition(id) { 	var textareaDom = xoopsGetElementById(id); 	if (textareaDom.createTextRange) { 		textareaDom.caretPos = document.selection.createRange().duplicate(); 	} }  function xoopsInsertText(domobj, text) { 	if (domobj.createTextRange && domobj.caretPos){   		var caretPos = domobj.caretPos; 		caretPos.text = caretPos.text.charAt(caretPos.text.length - 1)  == ' ' ? text + ' ' : text;   	} else if (domobj.getSelection && domobj.caretPos){ 		var caretPos = domobj.caretPos; 		caretPos.text = caretPos.text.charat(caretPos.text.length - 1)   == ' ' ? text + ' ' : text; 	} else { 		domobj.value = domobj.value + text;   	} }  function xoopsCodeSmilie(id, smilieCode) { 	var revisedMessage; 	var textareaDom = xoopsGetElementById(id); 	xoopsInsertText(textareaDom, smilieCode); 	textareaDom.focus(); 	return; }  function xoopsValidate(subjectId, textareaId, submitId) { 	var maxchars = 65535; 	var subjectDom = xoopsGetElementById(subjectId); 	var textareaDom = xoopsGetElementById(textareaId); 	var submitDom = xoopsGetElementById(submitId); 	if (textareaDom.value == "" || subjectDom.value == "") { 		alert("Merci de compl&eacute;ter le sujet et le champs message."); 		return false; 	} 	if (maxchars != 0) { 		if (textareaDom.value.length > maxchars) { 			alert("Votre message est trop long.\n\nLongueur maxi de caract&egrave;res autoris&eacute;e :&nbsp;" + maxchars + "\nLongueur de caract&egrave;res actuelle :&nbsp;" + textareaDom.value.length + ""); 			textareaDom.focus(); 			return false; 		} else { 			submitDom.disabled = true; 			return true; 		} 	} else { 		submitDom.disabled = true; 		return true; 	} } window.onload=init;  //--> </script>  </head> <body> <!-- Start Header --> <table cellspacing="0" cellpadding="0" width="100%" border="0" style="background-color : #9999FF; color: #000000">   <tr>     <td height="70" width="150" valign="middle" align="left" rowspan="2">     <a href="http://www.oblazy.com/xoops"><img src="http://www.oblazy.com/xoops/themes/Oblazy_Dark/logo.gif" alt="" /></a></td> <td valign="middle" align="center" width="100%"> &nbsp; </td></tr><tr>     <td width="100%" valign="bottom" align="right" class="navbar" > 	<table border="0" cellpadding="1" cellspacing="0"> 	   <tr>          <td class="tabOff" onmouseover="this.className='tabOn';" onmouseout="this.className='tabOff';"><a href="http://www.oblazy.com/xoops">Portail Accueil</a></td>          <td class="tabOff" onmouseover="this.className='tabOn';" onmouseout="this.className='tabOff';"><a href="http://www.oblazy.com/" target=_blank>Site</a></td>          <td class="tabOff" onmouseover="this.className='tabOn';" onmouseout="this.className='tabOff';"><a href="http://www.xoops.org/" target=_blank>XOOPS </a></td> 	   </tr> 	</table>      </td>   </tr> </table> <!-- End Header --> <!-- Start Headerbar --> <table border='0' width='100%' cellspacing='0' cellpadding='0'>         <tr>           <td width='10'><img src='http://www.oblazy.com/xoops/themes/Oblazy_Dark/hbar_left.gif' width='10' height='23' alt='' /></td>           <td style='background-image: url(http://www.oblazy.com/xoops/themes/Oblazy_Dark/hbar_middle.gif);' align='left' height=23>		  <form action="http://www.oblazy.com/xoops/user.php" method="post"><input type="hidden" name="PHPSESSID" value="6ce60736be3df1961d1368b67306a83d" /><span class="navtext">Pseudo : </span>           <input type="text" name="uname" class="navinput" />           <span class="navtext"> Mot de Passe: </span >           <input type="password" name="pass" class="navinput" /><input type="hidden" name="op" value="login" /> <input class="navinputImage" value="Login" type="image" src="http://www.oblazy.com/xoops/themes/Oblazy_Dark/loginButton.gif"  /> <a href="http://www.oblazy.com/xoops/register.php"><img src="http://www.oblazy.com/xoops/themes/Oblazy_Dark/registerButton.gif" class="navinputImage" width="41" height="15" border="0" alt="" /></a>          <span class="navtext">Inscrivez-vous ou enregistrez-vous pour avoir accs aux modules</span></form> 	      </td><td width='15%' style='background-image: url(http://www.oblazy.com/xoops/themes/Oblazy_Dark/hbar_middle.gif);' align='right'> <form action="http://www.oblazy.com/xoops/search.php" method="post"><input type="hidden" name="PHPSESSID" value="6ce60736be3df1961d1368b67306a83d" />         <input type="text" name="query" class="navinput" /><input type="hidden" name="action" value="results" /> <input class="navinputImage" type="image" src="http://www.oblazy.com/xoops/themes/Oblazy_Dark/searchButton.gif" name="searchSubmit" />     </form></td>           <td width='10'><img src='http://www.oblazy.com/xoops/themes/Oblazy_Dark/hbar_right.gif' width='10' height='23' alt='' /></td>         </tr> </table> <!-- End Headerbar -->      <table width="100%"  cellspacing="0" cellpadding="0" border="0">   <tr>          <td class="leftcolumn" valign="top" style='background-image: url(http://www.oblazy.com/xoops/themes/Oblazy_Dark/bg_left.gif);'><div class="leftcolumn">         <!-- Start left blocks loop -->                   <div class="blockTitle">Connexion</div> <div class="blockContent"><div align="center"><form action="http://www.oblazy.com/xoops/user.php" method="post"><input type="hidden" name="PHPSESSID" value="6ce60736be3df1961d1368b67306a83d" /> Pseudo :&nbsp;<br /> <input type="text" name="uname" size="12" value="" class="formTextBox" /><br /> Mot de Passe :&nbsp;<br /> <input type="password" name="pass" size="12" class="formTextBox" /><br /> <input type="hidden" name="op" value="login" /> <input type="submit" value="Connexion" class="formButton" /> </form> <br /> <a href="http://www.oblazy.com/xoops/user.php#lost">Perdu le Mot de Passe ?</a> <br /><br /> <a href="http://www.oblazy.com/xoops/register.php">Inscrivez-vous maintenant !</a> </div></div>                  <div class="blockTitle">Menu Principal</div> <div class="blockContent"><table width="100%" cellspacing="0">   <tr>     <td id="mainmenu">       <a class="menuMain" href="http://www.oblazy.com/xoops/">Accueil</a>       <!-- start module menu loop -->             <a class="menuMain" href="http://www.oblazy.com/xoops/modules/newbb/">Forum</a>                     <a class="menuMain" href="http://www.oblazy.com/xoops/modules/mydownloads/">T&eacute;l&eacute;chargements</a>                     <a class="menuMain" href="http://www.oblazy.com/xoops/modules/xoopsmembers/">Membres</a>                     <a class="menuMain" href="http://www.oblazy.com/xoops/modules/news/">Articles</a>                     <a class="menuMain" href="http://www.oblazy.com/xoops/modules/contact/">Contactez-nous</a>                     <a class="menuMain" href="http://www.oblazy.com/xoops/modules/xtremguestbook/">Livre d&#039;or</a>                     <a class="menuMain" href="http://www.oblazy.com/xoops/modules/mylinks/">Liens Webs</a>                   <a class="menuSub" href="http://www.oblazy.com/xoops/modules/mylinks/submit.php">Proposer</a>                   <a class="menuSub" href="http://www.oblazy.com/xoops/modules/mylinks/topten.php?hit=1">Populaire</a>                   <a class="menuSub" href="http://www.oblazy.com/xoops/modules/mylinks/topten.php?rate=1">Mieux Not&eacute;s</a>                     <a class="menuMain" href="http://www.oblazy.com/xoops/modules/games/">Jeux flash</a>                     <!-- end module menu loop -->     </td>   </tr> </table></div>                  <div class="blockTitle">Nouveaux membres</div> <div class="blockContent"><table width="100%" class="subType" border="0" cellpadding="0" cellspacing="1"> 		<tr> 	<td align="center" class="mediumRow"> 		<a href="http://www.oblazy.com/xoops/userinfo.php?uid=141">Gossdorf</a> 	</td> 	<td align="center" class="mediumRow">22/4/2003</td> 	</tr> 		<tr> 	<td align="center" class="darkRow"> 		<img src="http://www.oblazy.com/xoops/uploads/savt3db7b019d50ae.gif" alt="" width="32" /><br /> 		<a href="http://www.oblazy.com/xoops/userinfo.php?uid=139">will230770</a> 	</td> 	<td align="center" class="mediumRow">31/3/2003</td> 	</tr> 		<tr> 	<td align="center" class="mediumRow"> 		<a href="http://www.oblazy.com/xoops/userinfo.php?uid=138">flint</a> 	</td> 	<td align="center" class="mediumRow">30/3/2003</td> 	</tr> 		<tr> 	<td align="center" class="darkRow"> 		<a href="http://www.oblazy.com/xoops/userinfo.php?uid=137">darkgta3</a> 	</td> 	<td align="center" class="mediumRow">23/3/2003</td> 	</tr> 		<tr> 	<td align="center" class="mediumRow"> 		<img src="http://www.oblazy.com/xoops/uploads/savt3db7afa2864c3.gif" alt="" width="32" /><br /> 		<a href="http://www.oblazy.com/xoops/userinfo.php?uid=135">SuperCell</a> 	</td> 	<td align="center" class="mediumRow">19/3/2003</td> 	</tr> 		<tr> 	<td align="center" class="darkRow"> 		<a href="http://www.oblazy.com/xoops/userinfo.php?uid=134">philou</a> 	</td> 	<td align="center" class="mediumRow">16/3/2003</td> 	</tr> 		<tr> 	<td align="center" class="mediumRow"> 		<a href="http://www.oblazy.com/xoops/userinfo.php?uid=133">Techdude</a> 	</td> 	<td align="center" class="mediumRow">15/3/2003</td> 	</tr> 		<tr> 	<td align="center" class="darkRow"> 		<a href="http://www.oblazy.com/xoops/userinfo.php?uid=132">aerosub</a> 	</td> 	<td align="center" class="mediumRow">8/3/2003</td> 	</tr> 		<tr> 	<td align="center" class="mediumRow"> 		<a href="http://www.oblazy.com/xoops/userinfo.php?uid=131">le_renard</a> 	</td> 	<td align="center" class="mediumRow">7/3/2003</td> 	</tr> 		<tr> 	<td align="center" class="darkRow"> 		<a href="http://www.oblazy.com/xoops/userinfo.php?uid=130">legolas</a> 	</td> 	<td align="center" class="mediumRow">6/3/2003</td> 	</tr> 			</table></div>                <!-- End left blocks loop -->          </div></td>          <td width="100%" valign="top" class="contentbox">           <!-- Display center blocks if any -->                      <!-- End display center blocks -->            <br />             <div class="content"><div align="center"> <a href="http://www.oblazy.com/xoops/modules/mylinks/index.php"><img src="http://www.oblazy.com/xoops/modules/mylinks/images/logo.gif" alt="" /></a> </div>  <br /><table width="97%" cellspacing="2" cellpadding="2" border="0"> <tr><td><div class="info" style="text-align: left;"><a href='index.php?PHPSESSID=6ce60736be3df1961d1368b67306a83d'>Principal</a>&nbsp;:&nbsp;<a href='viewcat.php?op=&cid=4&PHPSESSID=6ce60736be3df1961d1368b67306a83d'>Moteurs de recherche</a>&nbsp;:&nbsp;</div></td></tr> </table> <br />  <table width="100%" cellspacing="0" cellpadding="10" border="0">   <tr>     <td width="100%" align="center" valign="top">     <table width="100%" cellpadding="0" cellspacing="0" border="0"> <tr valign="top"> <td width="100%" align="left" valign="top"> <span class="bigtext"><b>Google</b></span> <div align="center"><hr /></div> <table width="100%" cellspacing="0" cellpadding="2" border="0"> <tr> <td width="175" align="left" valign="top">     <a href="http://www.oblazy.com/xoops/modules/mylinks/visit.php?lid=2" target="_blank">     <img src="images/link.gif" border="0" hspace="5" align="left" alt="" /><span class="category"><b>Visiter</b></span>  </td> <td align="left" valign="middle" style="border: #e0e0e0 1px solid;">  <table width="100%" cellspacing="0" cellpadding="0" border="0">   <tr>     <td valign="middle"><b>Hits :&nbsp;</b></td>     <td valign="middle">7</td>   </tr>     <tr>       <td valign="middle" style="background-color: #f6f6f6; color: #666666;"><b>Derni&egrave;re Mise &agrave; jour :&nbsp;</b></td>       <td valign="middle" style="background-color: #f6f6f6; color: #666666;">23/2/2003 14:26</td>     </tr>     <tr>       <td valign="middle"><b></b></td>       <td valign="middle"><a href="mailto:"></a></td>     </tr> </table>   </td> </tr> </table> <div align="center"><hr /></div> <table width="100%" cellspacing="2" cellpadding="2" border="0"> <tr>  <td width="100%" align="left" valign="top"> <b>Description :&nbsp;</b><br /> <div style="text-align: justify"> Google un des meilleurs moteur de recherche<br />Si vous voulez rechercher sur un site particulier, prcisez dans le champ site:<a href="http://www.adresse" target="_blank">http://www.adresse</a> site.com par exemple pour une recherche sur ce site dites site:<a href="http://www.oblazy.com" target="_blank">http://www.oblazy.com</a><br /><br />Pour accer  google anglais <a href="http://www.google.com/en" target="_blank">http://www.google.com/en</a></div>  </td></tr> <td align="center" valign="top" colspan="2"> <div align="center"><hr /></div> </td> </tr> <tr> <td align="center" valign="top" colspan="2"> <a href="http://www.oblazy.com/xoops/modules/mylinks/ratelink.php?lid=2">Noter ce Site</a> | <a href="http://www.oblazy.com/xoops/modules/mylinks/modlink.php?lid=2">Modifier</a> | <a href="http://www.oblazy.com/xoops/modules/mylinks/brokenlink.php?lid=2">Rapport de Lien Bris&eacute;</a> | <a target="_top" href="mailto:?subject=Lien%20de%20Site%20int%E9ressant%20sur%20-%3D%7B%20OBlazy.com%20%7D%3D-&amp;body=Voici%20un%20lien%20de%20site%20int%E9ressant%20que%20j%27ai%20trouv%E9%20sur%20-%3D%7B%20OBlazy.com%20%7D%3D-%3A%20%20http%3A%2F%2Fwww.oblazy.com%2Fxoops%2Fmodules%2Fmylinks%2Fsinglelink.php%3Flid%3D2">En parler &agrave; un(e) ami(e)</a> </td> </tr> </table></td></tr></table>    </td>   </tr> </table> <br /> <div style="text-align: center; padding: 3px; margin:3px;">    <form method="get" action="singlelink.php"><input type="hidden" name="PHPSESSID" value="6ce60736be3df1961d1368b67306a83d" /> <table width="95%" class="outer" cellspacing="1">   <tr>     <td class="even" align="center"><select name="com_mode"><option value="flat" selected="selected">A plat</option><option value="thread">Par Conversation</option><option value="nest">Embo&icirc;t&eacute;</option></select> <select name="com_order"><option value="0">Les + anciens en Premier</option><option value="1" selected="selected">Les + r&eacute;cents en Premier</option></select><input type="hidden" name="lid" value="2" /> <input type="submit" value="Actualiser" class="formButton" /><input type="hidden" name="cid" value="4" />&nbsp;<input type="button" onclick="self.location.href='comment_new.php?com_itemid=2&amp;com_order=1&amp;com_mode=flat&amp;cid=4'" class="formButton" value="Poster Commentaire" />     </td>   </tr> </table> </form>   Les commentaires appartiennent &agrave; leurs auteurs. Nous ne sommes pas responsables de leur contenu. </div>  <div style="margin:3px; padding: 3px;"> <!-- start comments loop -->   <!-- end comments loop --> </div></div> <br />  	 </td>                   <td class="rightcolumn" valign="top" align="right" style='background-image: url(http://www.oblazy.com/xoops/themes/Oblazy_Dark/bg_right.gif);'><div class="rightcolumn">         <!-- Start right blocks loop -->                   <div class="blockTitle">Recherche</div> <div class="blockContent"><div align="center" style="margin-top: 0px;"> 	<form action="http://www.oblazy.com/xoops/search.php" method="post"><input type="hidden" name="PHPSESSID" value="6ce60736be3df1961d1368b67306a83d" /> 			<input type="text" name="query" size="14" class="formTextBox" /> 			<input type="hidden" name="action" value="results" /><br /> 			<input type="submit" value="Recherche" class="formButton" /> 	</form> 	<a href="http://www.oblazy.com/xoops/search.php">Recherche avanc&eacute;e</a> </div></div>                  <div class="blockTitle">Qui est en ligne</div> <div class="blockContent"><div align="center"><b>15</b> utilisateur(s) en ligne (dont <b>1</b> sur <b>Liens Webs</b>)<br /><br />Membre(s): 0<br />Invit&eacute;(s): 15<br /><br /> <a href="javascript:openWithSelfMain('http://www.oblazy.com/xoops/misc.php?action=showpopups&amp;type=online','Online',420,350);">plus...</a></div></div>                  <div class="blockTitle">Top envois</div> <div class="blockContent"><table width="100%" class="subType" border="0" cellpadding="0" cellspacing="1">     <tr valign="middle">     <td align="center" class="mediumRow">1</td>     <td align="center" class="mediumRow">         <img src="http://www.oblazy.com/xoops/uploads/cavt3e687321138e1.gif" alt="" width="32" /><br />         <a href="http://www.oblazy.com/xoops/userinfo.php?uid=1">Olivier</a>     </td>     <td align="center" class="mediumRow">343</td>   </tr>     <tr valign="middle">     <td align="center" class="mediumRow">2</td>     <td align="center" class="darkRow">         <img src="http://www.oblazy.com/xoops/uploads/133.gif" alt="" width="32" /><br />         <a href="http://www.oblazy.com/xoops/userinfo.php?uid=3">Anthony</a>     </td>     <td align="center" class="mediumRow">242</td>   </tr>     <tr valign="middle">     <td align="center" class="mediumRow">3</td>     <td align="center" class="mediumRow">         <img src="http://www.oblazy.com/xoops/uploads/cavt3e33ebd7e7ced.3" alt="" width="32" /><br />         <a href="http://www.oblazy.com/xoops/userinfo.php?uid=13">Syl</a>     </td>     <td align="center" class="mediumRow">242</td>   </tr>     <tr valign="middle">     <td align="center" class="mediumRow">4</td>     <td align="center" class="darkRow">         <img src="http://www.oblazy.com/xoops/uploads/cavt3e33ebd7db998.4" alt="" width="32" /><br />         <a href="http://www.oblazy.com/xoops/userinfo.php?uid=4">seifer</a>     </td>     <td align="center" class="mediumRow">61</td>   </tr>     <tr valign="middle">     <td align="center" class="mediumRow">5</td>     <td align="center" class="mediumRow">         <img src="http://www.oblazy.com/xoops/uploads/savt3db7afa2864c3.gif" alt="" width="32" /><br />         <a href="http://www.oblazy.com/xoops/userinfo.php?uid=127">sylvain</a>     </td>     <td align="center" class="mediumRow">13</td>   </tr>     <tr valign="middle">     <td align="center" class="mediumRow">6</td>     <td align="center" class="darkRow">         <img src="http://www.oblazy.com/xoops/uploads/005.gif" alt="" width="32" /><br />         <a href="http://www.oblazy.com/xoops/userinfo.php?uid=5">Tiloud</a>     </td>     <td align="center" class="mediumRow">7</td>   </tr>     <tr valign="middle">     <td align="center" class="mediumRow">7</td>     <td align="center" class="mediumRow">         <img src="http://www.oblazy.com/xoops/uploads/205.gif" alt="" width="32" /><br />         <a href="http://www.oblazy.com/xoops/userinfo.php?uid=12">melofan</a>     </td>     <td align="center" class="mediumRow">7</td>   </tr>     <tr valign="middle">     <td align="center" class="mediumRow">8</td>     <td align="center" class="darkRow">         <img src="http://www.oblazy.com/xoops/uploads/161.gif" alt="" width="32" /><br />         <a href="http://www.oblazy.com/xoops/userinfo.php?uid=2">Ze_Castor</a>     </td>     <td align="center" class="mediumRow">5</td>   </tr>     <tr valign="middle">     <td align="center" class="mediumRow">9</td>     <td align="center" class="mediumRow">         <img src="http://www.oblazy.com/xoops/uploads/cavt3e33ebd7ecb0a.9" alt="" width="32" /><br />         <a href="http://www.oblazy.com/xoops/userinfo.php?uid=29">lmaix</a>     </td>     <td align="center" class="mediumRow">5</td>   </tr>     <tr valign="middle">     <td align="center" class="mediumRow">10</td>     <td align="center" class="darkRow">         <img src="http://www.oblazy.com/xoops/uploads/savt3db7b019d50ae.gif" alt="" width="32" /><br />         <a href="http://www.oblazy.com/xoops/userinfo.php?uid=139">will230770</a>     </td>     <td align="center" class="mediumRow">5</td>   </tr>     </table></div>                  <div class="blockTitle">Infos du Site</div> <div class="blockContent">  <table width="98%" class="subType" border="0" cellpadding="3" cellspacing="1">   <!-- start group loop -->     <tr>     <td colspan="2" class="darkRow" align="center"><b>Webmasters</b></td>   </tr>     <!-- start group member loop -->     <tr>     <td class="mediumRow" align="center"><img src="http://www.oblazy.com/xoops/uploads/cavt3e687321138e1.gif" alt="" width="32" /><br /><a href="http://www.oblazy.com/xoops/userinfo.php?uid=1">Olivier</a></td>     <td width="20%" align="right" class="mediumRow"><a href="mailto:olivier.blazy@wanadoo.fr"><img src="http://www.oblazy.com/xoops/images/icons/em_small.gif" border="0" width="16" height="14" alt="" /></a></td>   </tr>     <!-- end group member loop -->      </table>   <!-- end group loop -->     <br />   <div style="text-align: center;">   <img src="http://www.oblazy.com/xoops/images/s_poweredby.gif" alt="" border="0" />   <br /><a href="javascript:openWithSelfMain('http://www.oblazy.com/xoops/misc.php?action=showpopups&amp;type=friend&amp;op=sendform&amp;t=1051306621','friend',320,190)">Recommandez-nous</a>    </div></div>                  <div class="blockTitle">Un petit vote SVP :-)</div> <div class="blockContent"><table border="0" cellpadding="4" cellspacing="1" width="100%" class="forumline" height="8">                       <tr>                          <td width="100%" class="row3"><table height=40 cellspacing=0 cellpadding=0 width="100%" border=0>                             <tbody>                               <tr>                                  <td style='filter:glow(color=green strength=5)'>                                    <div class=news align=center><a href="http://www.team-waasa.com/pokelord/topsite/?page=vote&id=42" target="_blank"><img src="http://www.team-waasa.com/pokelord/topsite/visite.php3?id=42" alt="Pok&eacute;lord 1 vote toutes les  2 heures" width=125 height=50 border=0></a></div></td>                               </tr>                               <tr>                                  <td style='filter:glow(color=lightblue strength=5)'>                                    <div class=news align=center><a href="http://top.anakinweb.com/in.php?id=200" target="new">                                      <img src="http://top.anakinweb.com/bouton_top.gif" alt="PAs de limite de vote sur Anakinweb" width="110" height="40" border="0"></a></div></td>                               </tr>                                <tr>                                  <td style='filter:glow(color=red strength=5)'><div align="center"><a href="http://www.inconnueteam.net/modules/Inconnue_Topsite/in.php?id=5" target=_blank>                                      <img src="http://www.inconnueteam.net/modules/Inconnue_Topsite/images/bouton.gif" Border=0  ALT="1 vote par jour sur Inconnue team" width=88 height=33></a></div></td>                               </tr><tr><td ='filter:glow(color=white strength=5)'><div class=news align=center><a href="http://www.supertop100.com/aff.prg?digimon,648" target="_blank"><img src="http://www.supertop100.com/digimon/b/0/648.gif" alt="Click Here to Visit!" width=88 height=31 border=0 align=middle></a></div></td></tr>                             </tbody>                           </table></table><noscript><img alt="" src="http://www.oblazy.com/pphlogger/pphlogger.php?id=olivier&st=img"><script language="JavaScript" type="text/javascript" src="http://www.oblazy.com/pphlogger.js"></div>                <!-- End right blocks loop -->          </div>          </td>    </tr>            <tr>           <td colspan="3" width="100%">  <table border='0' width='100%' cellspacing='0' cellpadding='0'>         <tr>           <td width='10'><img src='http://www.oblazy.com/xoops/themes/Oblazy_Dark/hbar_left.gif' width='10' height='23' alt='' /></td>           <td style='background-image: url(http://www.oblazy.com/xoops/themes/Oblazy_Dark/hbar_middle.gif);' align='center'>&nbsp;<span class="copyright"></span></td>           <td width='10'><img src='http://www.oblazy.com/xoops/themes/Oblazy_Dark/hbar_right.gif' width='10' height='23' alt='' /></td></tr> </table> </td></tr></table> </body> </html> 
