<!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="fr" lang="fr"> <head> <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1" /> <meta http-equiv="content-language" content="fr" /> <meta name="robots" content="index,follow" /> <meta name="keywords" content="news, batterie, fanfare, etoile, bleue, orchestre, batterie-fanfare, montpellier, musique, tradition, carnaval, corsos, aubade, concert," /> <meta name="description" content="Bienvenue sur le site de l'Orchestre Batterie Fanfare Etoile Bleue. Nous allons vous aider  meiux nous connatre. N'hsitez pas  nous contacter." /> <meta name="rating" content="general" /> <meta name="author" content="www.iaols.com" /> <meta name="copyright" content="Copyright  2001-2003" /> <meta name="generator" content="XOOPS" /> <title>Orchestre Batterie Fanfare Etoile Bleue de Montpellier - Articles</title> <link href="http://obfebm.free.fr/favicon.ico" rel="SHORTCUT ICON" /> <link rel="stylesheet" type="text/css" media="all" href="http://obfebm.free.fr/xoops.css" /> <link rel="stylesheet" type="text/css" media="all" href="http://obfebm.free.fr/themes/iaolsXP/styleNN.css" /> <!-- RMV: added module header -->  <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://obfebm.free.fr/"+ 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> <script language="JavaScript1.2">  var bookmarkurl="http://obfebm.free.fr" var bookmarktitle="Orchestre Batterie Fanfare Etoile Bleue de Montpellier"  function addbookmark(){ if (document.all) window.external.AddFavorite(bookmarkurl,bookmarktitle) }  </script>  </head> <body>    <body topmargin="0"> <div align="center"><center>  <table border="0" width="100%" cellspacing="0" cellpadding="0">   <tr id="header">     <td width="100%"><table border="0" width="100%" cellspacing="0" cellpadding="0"     style="border-left: medium none; border-top: 2px solid rgb(0,0,255)">       <tr>         <td id="headerlogo" width="100%" align="left" background="http://obfebm.free.fr/themes/iaolsXP/logobg.jpg"><img src="http://obfebm.free.fr/themes/iaolsXP/logo.jpg" width="550" height="100" alt="Welcome"></td>         <td width="350" align="center" valign="bottom" background="http://obfebm.free.fr/themes/iaolsXP/navbg.jpg"><table border="0" width="100%" cellspacing="0" cellpadding="0" height="100">           <tr>             <td width="100%" align="right"><a href="javascript:addbookmark()"><img src="http://obfebm.free.fr/themes/iaolsXP/ie.jpg" width="50" height="100" alt="Add Us to Your Favorites!" border="0"></a></td>             <td width="100%" align="right"><a href="http://obfebm.free.fr/viewpmsg.php"><img src="http://obfebm.free.fr/themes/iaolsXP/email.jpg" width="50" height="100" alt="Inbox" border="0"></a></td>             <td width="100%" align="right"><a href="http://obfebm.free.fr/modules/mydownloads/"><img src="http://obfebm.free.fr/themes/iaolsXP/explorer.jpg" width="50" height="100" alt="Downloads" border="0"></a></td>             <td width="100%" align="right"><a href="http://obfebm.free.fr/modules/mylinks/"><img src="http://obfebm.free.fr/themes/iaolsXP/links.jpg" width="50" height="100" alt="WebLinks" border="0"></a></td>             <td width="100%" align="right"><a href="http://obfebm.free.fr/modules/xoopsfaq/"><img src="http://obfebm.free.fr/themes/iaolsXP/faq.jpg" width="50" height="100" alt="FAQ" border="0"></a></td>             <td width="100%" align="right"><a href="http://obfebm.free.fr/search.php"><img src="http://obfebm.free.fr/themes/iaolsXP/search.jpg" width="50" height="100" alt="Search" border="0"></a></td>             <td width="100%" align="right"><a href="http://obfebm.free.fr/user.php?op=logout"><img src="http://obfebm.free.fr/themes/iaolsXP/logoff.jpg" width="50" height="100" alt="Logout"border="0"></a></td>           </tr>         </table>         </td>       </tr>     </table>     </td>   </tr> </table> </center></div><div align="center"><center>  <table border="0" width="900" cellspacing="0" cellpadding="0">   <tr>     <td width="116" background="http://obfebm.free.fr/themes/iaolsXP/topbg.jpg" height="48"><a href="http://obfebm.free.fr/"><img src="http://obfebm.free.fr/themes/iaolsXP/start.jpg" width="116" height="48" alt="Home" border="0"></a></td>     <td width="100%" background="http://obfebm.free.fr/themes/iaolsXP/topbg.jpg"><p align="right"><strong><font color="#FFFFFF" face="Tahoma">     <script type="text/javascript"> <!--   // Array ofmonth Names var monthNames = new Array( "January","February","March","April","May","June","July","August","September","October","November","December"); var now = new Date(); thisYear = now.getYear(); if(thisYear < 1900) {thisYear += 1900}; // corrections if Y2K display problem document.write(monthNames[now.getMonth()] + " " + now.getDate() + ", " + thisYear); // --></script></font></strong></td>     <td width="10" background="http://obfebm.free.fr/themes/iaolsXP/topbg.jpg" height="48"><img src="http://obfebm.free.fr/themes/iaolsXP/righttopend.jpg" width="10" height="30"></td>   </tr> </table> </center></div><div align="center"><center>  <table border="0" width="468" cellspacing="0" cellpadding="0">   <tr>     <td width="100%" id="headerbanner"><p align="center">&nbsp;</td>   </tr> </table> </center></div>    <table cellspacing="0">     <tr>       <td id="leftcolumn" valign="top">         <!-- Start left blocks loop -->                     <table border="0" width="100%" cellspacing="0" cellpadding="0">   <tr>     <td width="6" height="30"><img src="http://obfebm.free.fr/themes/iaolsXP/leftendtable.jpg" width="6" height="30"></td>     <td width="100%" height="30" background="http://obfebm.free.fr/themes/iaolsXP/cellbg.jpg"><div class="blockTitle">Connexion</div></td>     <td width="76" height="30"><img src="http://obfebm.free.fr/themes/iaolsXP/rightendtable.jpg" width="33" height="30"></td>   </tr>   <tr>     <td width="100%" colspan="3" background="http://obfebm.free.fr/themes/iaolsXP/navbg.jpg"><div class="blockContent"><form style="margin-top: 0px;" action="http://obfebm.free.fr/user.php" method="post"><input type="hidden" name="PHPSESSID" value="fbe6205c2465f5e385e057b670d7870f" />Pseudo :&nbsp;<br /><input type="text" name="uname" size="12" value="" /><br />Mot de Passe :&nbsp;<br /><input type="password" name="pass" size="12" /><br /><input type="hidden" name="xoops_redirect" value="/modules/news/index.php" /><input type="hidden" name="op" value="login" /><input type="submit" value="Connexion" /><br /> </form> <a href="http://obfebm.free.fr/user.php#lost">Perdu le Mot de Passe ?</a> <br /><br /> <a href="http://obfebm.free.fr/register.php">Inscrivez-vous maintenant !</a></div></td>   </tr> </table>                     <table border="0" width="100%" cellspacing="0" cellpadding="0">   <tr>     <td width="6" height="30"><img src="http://obfebm.free.fr/themes/iaolsXP/leftendtable.jpg" width="6" height="30"></td>     <td width="100%" height="30" background="http://obfebm.free.fr/themes/iaolsXP/cellbg.jpg"><div class="blockTitle">Menu Principal</div></td>     <td width="76" height="30"><img src="http://obfebm.free.fr/themes/iaolsXP/rightendtable.jpg" width="33" height="30"></td>   </tr>   <tr>     <td width="100%" colspan="3" background="http://obfebm.free.fr/themes/iaolsXP/navbg.jpg"><div class="blockContent"><table cellspacing="0">   <tr>     <td id="mainmenu">       <a class="menuTop" href="http://obfebm.free.fr/">Accueil</a>       <!-- start module menu loop -->                <a class="menuMain" href="http://obfebm.free.fr/historique.html" target="_parent">Historique</a>             <a class="menuMain" href="http://obfebm.free.fr/modules/mydownloads/">T&eacute;l&eacute;chargements</a>                     <a class="menuMain" href="http://obfebm.free.fr/modules/news/">Articles</a>                   <a class="menuSub" href="http://obfebm.free.fr/modules/news/submit.php">Proposer un Article</a>                   <a class="menuSub" href="http://obfebm.free.fr/modules/news/archive.php">Archives</a>                     <a class="menuMain" href="http://obfebm.free.fr/modules/contact/">Contactez-nous</a>                     <a class="menuMain" href="http://obfebm.free.fr/modules/xoopsfaq/">FAQ</a>      <!-- end module menu loop -->     </td>   </tr> </table></div></td>   </tr> </table>                 <!-- End left blocks loop -->        </td> <! -----------------------------Start Center Column -------------------->       <td id="centercolumn" valign="top" width="100%">          <!-- Display center blocks if any -->                 <!-- End display center blocks -->          <div id="content">             <div style="text-align: center;">     <form name="form1" action="index.php" method="get"><input type="hidden" name="PHPSESSID" value="fbe6205c2465f5e385e057b670d7870f" />     <select name='storytopic'> <option value='0'>----</option> <option value='1'>Etoile Bleue</option> </select>  <select name="storynum"><option value="5" selected="selected">5</option><option value="10">10</option><option value="15">15</option><option value="20">20</option><option value="25">25</option><option value="30">30</option></select> <input type="submit" value="Ok !" /></form>   </div>  <!-- start news item loop -->   <div class="item">   <div class="itemHead"><span class="itemTitle"><a href='http://obfebm.free.fr/modules/news/index.php?storytopic=1'>Etoile Bleue</a>&nbsp;:&nbsp;<a href='http://obfebm.free.fr/modules/news/article.php?storyid=1'>Bienvenue !</a></span></div>   <div class="itemInfo">     <span class="itemPoster">Post&eacute; par <a href='http://obfebm.free.fr/userinfo.php?uid=1'>obfebm</a></span> <span class="itemPostDate">le 13/4/2003 1:08:21</span> (<span class="itemStats">19 lectures</span>)   </div>   <div class="itemBody">          <p class="itemText"><img src="http://obfebm.free.fr/logo1.gif" align="left" alt="" /> <br />Bienvenue sur le site de l'Orchestre Batterie Fanfare Etoile Bleue de Montpellier <img src="http://obfebm.free.fr/uploads/smil3dbd4d4e4c4f2.gif" alt="" /> <br /><br />Voii le nouveau site de l'Etoile Bleue, relook et plus simple d'utilisation que le prcdent. Pour les anciens inscrits, la base de donnes a t efface alors je vous demanderai de vous inscrire  nouveau pour accder  certaines rubriques. D'autre part, l'inscription est plus simple et plus conviviale.<br /><br />Ce site sera amlior avec le temps. On pourra trouver un historique complet de la formation, des photos, des tlchargements ...<br /><br />A  bientt</p>   </div>   <div class="itemFoot">     <span class="itemAdminLink"></span> <span class="itemPermaLink"><a href="http://obfebm.free.fr/modules/news/article.php?storyid=1">Commentaires ?</a></span>   </div> </div>  <br /> <!-- end news item loop -->  <div style="text-align: right; margin: 10px;"></div>         </div>       </td>               <td id="rightcolumn">         <!-- Start right blocks loop -->                     <table border="0" width="100%" cellspacing="0" cellpadding="0">   <tr>     <td width="6" height="30"><img src="http://obfebm.free.fr/themes/iaolsXP/leftendtable.jpg" width="6" height="30"></td>     <td width="100%" height="30" background="http://obfebm.free.fr/themes/iaolsXP/cellbg.jpg"><div class="blockTitle">Recherche</div></td>     <td width="76" height="30"><img src="http://obfebm.free.fr/themes/iaolsXP/rightendtable.jpg" width="33" height="30"></td>   </tr>   <tr>     <td width="100%" colspan="3" background="http://obfebm.free.fr/themes/iaolsXP/navbg.jpg"><div class="blockContent"><form style="margin-top: 0px;" action="http://obfebm.free.fr/search.php" method="post"><input type="hidden" name="PHPSESSID" value="fbe6205c2465f5e385e057b670d7870f" />   <input type="text" name="query" size="14" /><input type="hidden" name="action" value="results" /><br /><input type="submit" value="Recherche" /> </form> <a href="http://obfebm.free.fr/search.php">Recherche avanc&eacute;e</a></div></td>   </tr> </table> <br>                    <table border="0" width="100%" cellspacing="0" cellpadding="0">   <tr>     <td width="6" height="30"><img src="http://obfebm.free.fr/themes/iaolsXP/leftendtable.jpg" width="6" height="30"></td>     <td width="100%" height="30" background="http://obfebm.free.fr/themes/iaolsXP/cellbg.jpg"><div class="blockTitle">Forum des B.F.</div></td>     <td width="76" height="30"><img src="http://obfebm.free.fr/themes/iaolsXP/rightendtable.jpg" width="33" height="30"></td>   </tr>   <tr>     <td width="100%" colspan="3" background="http://obfebm.free.fr/themes/iaolsXP/navbg.jpg"><div class="blockContent"><a class="menuMain" href="http://obfebm.free.fr/EBforum" class='url' target="_blank">Forum des B.F.</a></div></td>   </tr> </table> <br>                <!-- End right blocks loop -->       </td>             </tr>   </table>    <table cellspacing="0">     <tr id="footerbar">       <td><b>&#084;&#104;&#101;&#109;&#101;</b>&#032;&#066;&#121;&#032;<a href="&?PHPSESSID=fbe6205c2465f5e385e057b670d7870f#104;&#116;&#116;&#112;&#058;//&#102;&#111;&#114;&#116;&#099;&#104;&#097;&#111;&#115;.&#105;&#097;&#111;&#108;&#115;.&#099;&#111;&#109;/">&#070;&#111;&#114;&#116;&#032;&#067;&#104;&#097;&#111;&#115;</a><br> &#067;&#111;&#112;&#121;&#114;&#105;&#103;&#104;&#116;&#032;&#032;&#050;&#048;&#048;&#051;&#032;&#098;&#121;&#032;<a href="&?PHPSESSID=fbe6205c2465f5e385e057b670d7870f#104;&#116;&#116;&#112;&#058;//&#102;&#111;&#114;&#116;&#099;&#104;&#097;&#111;&#115;.&#105;&#097;&#111;&#108;&#115;.&#099;&#111;&#109;">&#070;&#111;&#114;&#116;&#032;&#067;&#104;&#097;&#111;&#115;</a>  </td>     </tr>   </table> </body> </html> 
