<?xml version="1.0" encoding="UTF-8"?><!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "DTD/xhtml1-transitional.dtd">
<html lang="fr_FR.UTF-8">
  <head>
    <style type="text/css">
      /* Element level classes */

body
{
    color: Black;
    font-size: 12px;
    font-family: "Bitstream Vera Sans", "Lucida Sans Unicode", "Lucida Grande", Arial;
    background-color: White;
    margin: 8px;
}

td, th
{
    color: Black;
    font-size: 12px;
    font-family: "Bitstream Vera Sans", "Lucida Sans Unicode", "Lucida Grande", Arial;
}

img
{
    border-width: 0px;
    vertical-align: middle;
}

a
{
    color: #000099;
    text-decoration: none;
}
a:active
{
    color: #FF6600;
    text-decoration: none;
}
a:visited
{
    color: #000099;
    text-decoration: none;
}

a:hover
{
    color: #FF6600;
}

input[type=text], input[type=password], input[type=file], select
{
    background-color: White;
    color: Black;
    font-size: 12px;
    font-family: "Bitstream Vera Sans", "Lucida Sans Unicode", "Lucida Grande", Arial;

    vertical-align: middle;

}

textarea
{
    background-color: White;
    color: Black;
    font-size: 12px;
    font-family: Lucida Console, Andale Mono, Courier New, Courier;
}

input[type=submit]
{
    border: 1px dotted #808080;
    background-color: #EEEEEE;
    font-size: 12px;
    font-family: "Bitstream Vera Sans", "Lucida Sans Unicode", "Lucida Grande", Arial;
    vertical-align: middle;
}

input
{
    vertical-align: middle;
}


/* new styles */

#phorum-index
{
    width: 100%;
    border: 1px solid #808080;
    border-bottom-width: 0px;
    text-align: left;
}

#phorum-index th
{
    border-bottom: 1px solid #808080;
    background-color: #EEEEEE;
    padding: 3px 0 3px 0;
}

#phorum-index td
{
    font-family: "Bitstream Vera Sans", "Trebuchet MS", Verdana, Arial, sans-serif;
    background-color: White;
    padding: 3px 0 3px 0;
    border-bottom: 1px solid #808080;
}

#phorum-index th.forum-name
{
    font-family: "Bitstream Vera Sans", "Trebuchet MS", Verdana, Arial, sans-serif;
    font-size: 16px;
    padding: 3px 0 3px 3px;
}

#phorum-index th.forum-name a
{
    color: Black;
}

#phorum-index th.forum-threads
{
    width: 120px;
    text-align: center;
    vertical-align: middle;
}

#phorum-index th.forum-posts
{
    width: 120px;
    text-align: center;
    vertical-align: middle;
}

#phorum-index th.forum-last-post
{
    padding: 3px 15px 3px 3px;
    vertical-align: middle;
}

#phorum-index td.forum-name
{
    font-family: "Bitstream Vera Sans", "Trebuchet MS", Verdana, Arial, sans-serif;
    font-size: 13px;
    font-weight: bold;
    padding: 5px 0 5px 15px;
}

#phorum-index td.forum-name p
{
    font-size: 13px;
    font-weight: normal;
    font-family: "Bitstream Vera Sans", "Lucida Sans Unicode", "Lucida Grande", Arial;
    margin: 0 15px 0 0;
}

#phorum-index td.forum-name small
{
    font-weight: normal;
    font-family: "Bitstream Vera Sans", "Lucida Sans Unicode", "Lucida Grande", Arial;
}

#phorum-index td.forum-threads
{
    width: 120px;
    text-align: center;
}

#phorum-index td.forum-posts
{
    width: 120px;
    text-align: center;
}

#phorum-index td.forum-last-post
{
    width: 120px;
    padding: 0 15px 0 0;
}

#phorum-menu-table
{
    width: 100%;
    border-width: 0px;
}

#phorum-menu
{
    padding: 5px 3px 0 0;
    vertical-align: top;
    width: 200px;
}

#phorum-content
{
    padding: 5px 0 0 2px;
    vertical-align: top;
}

div.phorum-menu
{
    font-size: 12px;
    font-family: "Bitstream Vera Sans", "Lucida Sans Unicode", "Lucida Grande", Arial;
    background-color: White;
    border: 1px solid #808080;
    padding: 3px;
}

div.phorum-menu ul
{
    font-weight: bold;
    list-style: none;
    padding: 0;
    margin: 0 0 10px 0;
}

div.phorum-menu li
{
    font-weight: bold;
    font-family: Lucida Sans Unicode, Lucida Grande, Arial;
    font-size: 12px;
    padding: 0 0 0 15px;
    margin-top:3px;
    background-image: url('templates/default/images/square_bullet.png');
    background-repeat: no-repeat;
    background-position: 1px 2px;
}

div.phorum-menu a
{
    font-weight: normal;
    color: #000000;
}

div.phorum-menu a:hover
{
    color: #FF6600;
}

div.phorum-menu a.phorum-current-page
{
    font-weight: bold;
}

#phorum-post-form ul
{
    padding: 0 0 0 20px;
    margin: 3px 0px 8px 0px;
    font-size: 11px;
}

#phorum-post-form li
{
    margin-bottom: 3px;
}

#phorum-attachment-list td
{
    font-size: 11px;
}

    /* Standard classes for use in any page */
    /* PhorumDesignDiv - a div for keeping the forum-size size */
    .PDDiv
    {
        width: 100%;
        text-align: left;
    }
    /* new class for layouting the submit-buttons in IE too */
    .PhorumSubmit {
        border: 1px dotted #808080;
        color: Black;
        background-color: #EEEEEE;
        font-size: 12px;
        font-family: "Bitstream Vera Sans", "Lucida Sans Unicode", "Lucida Grande", Arial;
        vertical-align: middle;
    }

    .PhorumTitleText
    {
        float: right;
    }

    .PhorumStdBlock
    {
        font-size: 12px;
        font-family: "Bitstream Vera Sans", "Lucida Sans Unicode", "Lucida Grande", Arial;
        background-color: White;
        border: 1px solid #808080;
/*        width: 100%; */
        padding: 3px;
        text-align: left;
    }

    .PhorumStdBlockHeader
    {
        font-size: 12px;
        font-family: "Bitstream Vera Sans", "Lucida Sans Unicode", "Lucida Grande", Arial;
        background-color: #EEEEEE;
/*        width: 100%; */
        border-left: 1px solid #808080;
        border-right: 1px solid #808080;
        border-top: 1px solid #808080;
        padding: 3px;
        text-align: left;
    }

    .PhorumHeaderText
    {
        font-weight: bold;
    }

    .PhorumNavBlock
    {
        font-size: 12px;
        font-family: Lucida Sans Unicode, Lucida Grande, Arial;
        border: 1px solid #808080;
        margin-top: 1px;
        margin-bottom: 1px;
/*        width: 100%; */
        background-color: #EEEEEE;
        padding: 2px 3px 2px 3px;
    }

    .PhorumNavHeading
    {
        font-weight: bold;
    }

    A.PhorumNavLink
    {
        color: #000000;
        text-decoration: none;
        font-weight: normal;
        font-family: Lucida Sans Unicode, Lucida Grande, Arial;
        font-size: 12px;
        border-style: solid;
        border-color: #EEEEEE;
        border-width: 1px;
        padding: 0px 4px 0px 4px;
    }

    .PhorumSelectedFolder
    {
        color: #000000;
        text-decoration: none;
        font-weight: normal;
        font-family: Lucida Sans Unicode, Lucida Grande, Arial;
        font-size: 12px;
        border-style: solid;
        border-color: #EEEEEE;
        border-width: 1px;
        padding: 0px 4px 0px 4px;
    }

    A.PhorumNavLink:hover
    {
        background-color: #FFFFFF;
        font-weight: normal;
        font-family: Lucida Sans Unicode, Lucida Grande, Arial;
        font-size: 12px;
        border-style: solid;
        border-color: #808080;
        border-width: 1px;
        color: #FF6600;
    }

    .PhorumFloatingText
    {
        padding: 10px;
    }

    .PhorumHeadingLeft
    {
        padding-left: 3px;
        font-weight: bold;
    }

    .PhorumUserError
    {
        padding: 10px;
        text-align: center;
        color: Red;
        font-size: 16px;
        font-family: "Bitstream Vera Sans", "Trebuchet MS", Verdana, Arial, sans-serif;
        font-weight: bold;
    }

    .PhorumOkMsg
    {
        padding: 10px;
        text-align: center;
        color: DarkGreen;
        font-size: 16px;
        font-family: "Bitstream Vera Sans", "Trebuchet MS", Verdana, Arial, sans-serif;
        font-weight: bold;
    }

   .PhorumNewFlag
    {
        font-family: "Bitstream Vera Sans", "Lucida Sans Unicode", "Lucida Grande", Arial;
        font-size: 10px;
        font-weight: bold;
        color: #CC0000;
    }

    .PhorumNotificationArea
    {
        float: right;
        border-style: dotted;
        border-color: #808080;
        border-width: 1px;
    }

    /* PSUEDO Table classes                                       */
    /* In addition to these, each file that uses them will have a */
    /* column with a style property to set its right margin       */

    .PhorumColumnFloatXSmall
    {
        float: right;
        width: 75px;
    }

    .PhorumColumnFloatSmall
    {
        float: right;
        width: 100px;
    }

    .PhorumColumnFloatMedium
    {
        float: right;
        width: 150px;
    }

    .PhorumColumnFloatLarge
    {
        float: right;
        width: 200px;
    }

    .PhorumColumnFloatXLarge
    {
        float: right;
        width: 400px;
    }

    .PhorumRowBlock
    {
        background-color: White;
        border-bottom: 1px solid #F2F2F2;
        padding: 5px 0px 0px 0px;
    }

    .PhorumRowBlockAlt
    {
        background-color: #EEEEEE;
        border-bottom: 1px solid #F2F2F2;
        padding: 5px 0px 0px 0px;
    }

    /************/


    /* All that is left of the tables */

    .PhorumStdTable
    {
        border-style: solid;
        border-color: #808080;
        border-width: 1px;
        width: 100%;
    }

    .PhorumTableHeader
    {
        background-color: #EEEEEE;
        border-bottom-style: solid;
        border-bottom-color: #808080;
        border-bottom-width: 1px;
        color: #000000;
        font-size: 12px;
        font-family: Lucida Sans Unicode, Lucida Grande, Arial;
        font-weight: bold;
        padding: 3px;
    }

    .PhorumTableRow
    {
        background-color: White;
        border-bottom-style: solid;
        border-bottom-color: #F2F2F2;
        border-bottom-width: 1px;
        color: Black;
        font-size: 12px;
        font-family: "Bitstream Vera Sans", "Lucida Sans Unicode", "Lucida Grande", Arial;
        height: 35px;
        padding: 3px;
    }

    .PhorumTableRowAlt
    {
        background-color: #EEEEEE;
        border-bottom-style: solid;
        border-bottom-color: #F2F2F2;
        border-bottom-width: 1px;
        color: #000000;
        font-size: 12px;
        font-family: "Bitstream Vera Sans", "Lucida Sans Unicode", "Lucida Grande", Arial;
        height: 35px;
        padding: 3px;
    }

    table.PhorumFormTable td
    {
        height: 26px;
    }

    /**********************/


    /* Read Page specifics */

    .PhorumReadMessageBlock
    {
        margin-bottom: 5px;
    }

   .PhorumReadBodySubject
    {
        color: Black;
        font-size: 16px;
        font-family: "Bitstream Vera Sans", "Trebuchet MS", Verdana, Arial, sans-serif;
        font-weight: bold;
        padding-left: 3px;
    }

    .PhorumReadBodyHead
    {
        padding-left: 5px;
    }

    .PhorumReadBodyText
    {
        font-size: 12px;
        font-family: "Bitstream Vera Sans", "Lucida Sans Unicode", "Lucida Grande", Arial;
        padding: 5px;
    }

    .PhorumReadNavBlock
    {
        font-size: 12px;
        font-family: Lucida Sans Unicode, Lucida Grande, Arial;
        border-left: 1px solid #808080;
        border-right: 1px solid #808080;
        border-bottom: 1px solid #808080;
/*        width: 100%; */
        background-color: #EEEEEE;
        padding: 2px 3px 2px 3px;
    }

    /********************/

    /* List page specifics */

    .PhorumListSubText
    {
        color: #707070;
        font-size: 10px;
        font-family: "Bitstream Vera Sans", Arial, sans-serif;
    }

    .PhorumListPageLink
    {
        color: #707070;
        font-size: 10px;
        font-family: "Bitstream Vera Sans", Arial, sans-serif;
    }

    .PhorumListSubjPrefix
    {
        font-weight: bold;
    }

    /********************/

    /* Posting editor specifics */

    .PhorumListModLink, .PhorumListModLink a
    {
        color: #707070;
        font-size: 10px;
        font-family: "Bitstream Vera Sans", Arial, sans-serif;
    }

    .PhorumAttachmentRow {
        border-bottom: 1px solid #EEEEEE;
        padding: 3px 0px 3px 0px;
    }

    /********************/

    /* PM specifics */

    .phorum-recipientblock
    {
        border: 1px solid black;
        position:relative;
        float:left;
        padding: 1px 1px 1px 5px;
        margin: 0px 5px 5px 0px;
        font-size: 11px;
        background-color: White;
        border: 1px solid #808080;
        white-space: nowrap;
    }

    .phorum-pmuserselection
    {
        padding-bottom: 5px;
    }

    .phorum-gaugetable {
        border-collapse: collapse;
    }

    .phorum-gauge {
        border: 1px solid #808080;
        background-color: #EEEEEE;
    }

    .phorum-gaugeprefix {
        border: none;
        background-color: white;
        padding-right: 10px;
    }

    /********************/

    /* Override classes - Must stay at the end */

    .PhorumNarrowBlock
    {
        width: 600px;
    }

    .PhorumSmallFont
    {
        font-size: 11px;
    }

    .PhorumLargeFont
    {
        color: Black;
        font-size: 16px;
        font-family: "Bitstream Vera Sans", "Trebuchet MS", Verdana, Arial, sans-serif;
        font-weight: bold;
    }


    .PhorumFooterPlug
    {
        margin-top: 10px;
        font-size: 10px;
        font-family: "Bitstream Vera Sans", Arial, sans-serif;
    }



    /*   BBCode styles  */

    blockquote.bbcode
    {
        font-size: 11px;
        margin: 0 0 0 10px;
    }

    blockquote.bbcode div
    {
        margin: 0;
        padding: 5px;
        border: 1px solid #808080;
    }

    blockquote.bbcode strong
    {
        font-style: italic;
        margin: 0 0 3px 0;
    }

    </style>
                <title>Les Forums de Pologne :: Cuisine polonaise</title>
    <table width="760" border="0" align="center">
  <tr> 
      <td width="3%" background="/fond.jpg"> </td>
      <td width="26%" valign="top"> <div align="center"> 
        <p><b><img src="/phorum/images/logobeskbis.jpg" width="152" height="38" /><font color="#FF4040" face="Verdana, Arial, Helvetica, sans-serif"><br />
          </font></b><font color="#FF4040" face="Verdana, Arial, Helvetica, sans-serif"><font size="2"><b>La 
          Pologne Online <br />
          <br />
          </b> <!-- DEBUT DU CODE COUNTUS -->
 <font color="#666666">
 <SCRIPT language="Javascript" src="http://www.klub-beskid.com/phorum/nbconnectes.php?action=show"></SCRIPT>
 Beskidiens en ligne</font>
<!-- FIN DU CODE COUNTUS -->
        </div></td>
    <td width="71%" valign="top" align="center"><a href="http://www.beskid.com" target="_blank"><img src="/gaz4.gif" width="468" height="60" border="0" /></a><br /> 
        
      <font color="#000099" size="2">Les Forums Franco-Polonais du Klub Beskid </font></td>
  </tr>
    <tr> 
      <td colspan="3"> <div align="center"><br><img src="/Sb01-1.gif" width="640" height="5" alt="barre" /><br />
          <br />
      </div></td>
    </tr>
</table>
<br />

<div align="center"><script type="text/javascript"><!--
google_ad_client = "pub-6633606990726752";
google_ad_width = 728;
google_ad_height = 90;
google_ad_format = "728x90_as";
google_ad_type = "text_image";
//2006-12-29: Forum
google_ad_channel = "5767910889";
google_color_border = "FFFFFF";
google_color_bg = "FFFFFF";
google_color_link = "0000FF";
google_color_text = "000000";
google_color_url = "008000";
//--></script>
<script type="text/javascript"
  src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
       
  <br />
  
</div>
<div align="center">   <font color="#000099"><strong><a href="http://www.klub-beskid.com/phorum/index.php">Les 
  Forums de Pologne</a></strong></font> <br />
  <br />
    <br />
</div>
<script>
function reload() {
location.href="index.php?";
}
window.setTimeout('reload()',1800000); 
</script>

<script src="http://www.google-analytics.com/urchin.js" type="text/javascript">
</script>
<script type="text/javascript">
_uacct = "UA-1009653-2";
urchinTracker();
<script type="text/javascript" src="http://www.klub-beskid.com/phorum/mods/editor_tools/editor_tools.js"></script><link rel="stylesheet" type="text/css" href="http://www.klub-beskid.com/phorum/mods/editor_tools/editor_tools.css"></link><link rel="stylesheet" href="http://www.klub-beskid.com/phorum/mods/editor_tools/colorpicker/js_color_picker_v2.css"/>  </head>
  <body onload="">
    <div align="center">
      <div class="PDDiv">
                <span class="PhorumTitleText PhorumLargeFont">
          <a href="http://www.klub-beskid.com/phorum/list.php?12">Cuisine polonaise</a>&nbsp;:&nbsp;          Forums Franco Polonais        </span>
        <a href="http://www.klub-beskid.com/phorum/index.php"><img src="templates/default/images/logo.png" alt="The fastest message board... ever. " title="The fastest message board... ever. " width="170" height="42" border="0" /></a>        <div class="PhorumFloatingText">En cas de problèmes faites le 15 ;-)&nbsp;</div>

    <style type="text/css">
    .mod_smileys_img {
        vertical-align: bottom;
        margin: 0px 3px 0px 3px;
        border: none;
    }
    </style> <div class="PhorumNavBlock" style="text-align: left;">
  <span class="PhorumNavHeading PhorumHeadingLeft">Choix:</span>&nbsp;<a class="PhorumNavLink" href="http://www.klub-beskid.com/phorum/index.php">Liste des forums</a>&bull;<a class="PhorumNavLink" href="http://www.klub-beskid.com/phorum/posting.php?12">Nouveau sujet</a>&bull;<a class="PhorumNavLink" href="http://www.klub-beskid.com/phorum/search.php?12">Recherche</a>&bull;<a class="PhorumNavLink" href="http://www.klub-beskid.com/phorum/control.php?12">Centre de contrôle</a>" <a class="PhorumNavLink" href="http://www.klub-beskid.com/phorum/pm.php?12">Messages Privés</a>" <a class="PhorumNavLink" href="http://www.klub-beskid.com/phorum/login.php?12,logout=1">Se déconnecter</a><a href="http://www.klub-beskid.com/phorum/addon.php?0,module=google_maps,addon=usermap"><font color="#333333">. Localisation des membres</font></a>

</div>
<div class="PhorumNavBlock" style="text-align: left;">
      <div style="float: right;">
      <span class="PhorumNavHeading">Aller à la page:</span>&nbsp;<span class="PhorumNavLink"><strong>1</strong></span><a class="PhorumNavLink" href="http://www.klub-beskid.com/phorum/list.php?12,page=2">2</a><a class="PhorumNavLink" href="http://www.klub-beskid.com/phorum/list.php?12,page=3">3</a><a class="PhorumNavLink" href="http://www.klub-beskid.com/phorum/list.php?12,page=4">4</a><a class="PhorumNavLink" href="http://www.klub-beskid.com/phorum/list.php?12,page=5">5</a><a class="PhorumNavLink" href="http://www.klub-beskid.com/phorum/list.php?12,page=6">6</a><a class="PhorumNavLink" href="http://www.klub-beskid.com/phorum/list.php?12,page=7">7</a><a class="PhorumNavLink" href="http://www.klub-beskid.com/phorum/list.php?12,page=8">8</a><a class="PhorumNavLink" href="http://www.klub-beskid.com/phorum/list.php?12,page=9">9</a><a class="PhorumNavLink" href="http://www.klub-beskid.com/phorum/list.php?12,page=10">10</a><a class="PhorumNavLink" href="http://www.klub-beskid.com/phorum/list.php?12,page=11">11</a><a class="PhorumNavLink" href="http://www.klub-beskid.com/phorum/list.php?12,page=12">...Dernier</a><a class="PhorumNavLink" href="http://www.klub-beskid.com/phorum/list.php?12,page=2">Suivant</a>    </div>
    <span class="PhorumNavHeading PhorumHeadingLeft">Page courante: </span>1 sur 12</div>

<table border="0" cellspacing="0" class="PhorumStdTable">
  <tr>
    <th class="PhorumTableHeader" align="left">Sujet</th>
          <th class="PhorumTableHeader" align="center" width="40">Vu</th>
        <th class="PhorumTableHeader" align="center" nowrap="nowrap" width="80">Messages&nbsp;</th>
    <th class="PhorumTableHeader" align="left" nowrap="nowrap" width="150">Créé par&nbsp;</th>
    <th class="PhorumTableHeader" align="left" nowrap="nowrap" width="150">Dernier poste&nbsp;</th>
  </tr>
            <tr>
      <td class="PhorumTableRow">
        <img src="templates/default/images/carat.gif" border="0" width="8" height="8" alt="" style="vertical-align: middle;" />&nbsp;                <span class="PhorumListSubjPrefix">Annonce: </span>                <a href="http://www.klub-beskid.com/phorum/read.php?12,314039">Nouveau Forum en préparation</a>
                        <br /><span class="PhorumListModLink"><a href="javascript:if(window.confirm('Etes-vous sûr de vouloir effacer ce sujet?')) window.location='http://www.klub-beskid.com/phorum/moderation.php?12,42,314039';">Effacer ce sujet</a>&nbsp;&#8226;&nbsp;<a href="http://www.klub-beskid.com/phorum/moderation.php?12,43,314039">Déplacer sujet</a>&nbsp;&#8226;&nbsp;<a href="http://www.klub-beskid.com/phorum/moderation.php?12,50,314039">Fusion sujet</a></span>      </td>
              <td class="PhorumTableRow" align="center">626&nbsp;</td>
            <td class="PhorumTableRow" align="center" nowrap="nowrap">9&nbsp;</td>
      <td class="PhorumTableRow" nowrap="nowrap"><a href="http://www.klub-beskid.com/phorum/profile.php?12,2">Stéphane</a>&nbsp;</td>
      <td class="PhorumTableRow PhorumSmallFont" nowrap="nowrap">
        21/07/2023 09:18&nbsp;<br />
        <span class="PhorumListSubText">
          <a href="http://www.klub-beskid.com/phorum/read.php?12,314039,314074#msg-314074">Dernier poste</a> par <a href="http://www.klub-beskid.com/phorum/profile.php?12,2643">MMoneaux</a>        </span>
      </td>
    </tr>
          <tr>
      <td class="PhorumTableRowAlt">
        <img src="templates/default/images/carat.gif" border="0" width="8" height="8" alt="" style="vertical-align: middle;" />&nbsp;                <span class="PhorumListSubjPrefix">Annonce: </span>                <a href="http://www.klub-beskid.com/phorum/read.php?12,141098">Comment insérer une image dans le forum</a>
                        <br /><span class="PhorumListModLink"><a href="javascript:if(window.confirm('Etes-vous sûr de vouloir effacer ce sujet?')) window.location='http://www.klub-beskid.com/phorum/moderation.php?12,42,141098';">Effacer ce sujet</a>&nbsp;&#8226;&nbsp;<a href="http://www.klub-beskid.com/phorum/moderation.php?12,43,141098">Déplacer sujet</a>&nbsp;&#8226;&nbsp;<a href="http://www.klub-beskid.com/phorum/moderation.php?12,50,141098">Fusion sujet</a></span>      </td>
              <td class="PhorumTableRowAlt" align="center">163966&nbsp;</td>
            <td class="PhorumTableRowAlt" align="center" nowrap="nowrap">1&nbsp;</td>
      <td class="PhorumTableRowAlt" nowrap="nowrap"><a href="http://www.klub-beskid.com/phorum/profile.php?12,2">Stéphane</a>&nbsp;</td>
      <td class="PhorumTableRowAlt PhorumSmallFont" nowrap="nowrap">
        05/02/2008 15:33&nbsp;<br />
        <span class="PhorumListSubText">
          <a href="http://www.klub-beskid.com/phorum/read.php?12,141098,141098#msg-141098">Dernier poste</a> par <a href="http://www.klub-beskid.com/phorum/profile.php?12,2">Stéphane</a>        </span>
      </td>
    </tr>
          <tr>
      <td class="PhorumTableRow">
        <img src="templates/default/images/carat.gif" border="0" width="8" height="8" alt="" style="vertical-align: middle;" />&nbsp;                <span class="PhorumListSubjPrefix">Annonce: </span>                <a href="http://www.klub-beskid.com/phorum/read.php?12,102124">La Netiquette des Forums</a>
                        <br /><span class="PhorumListModLink"><a href="javascript:if(window.confirm('Etes-vous sûr de vouloir effacer ce sujet?')) window.location='http://www.klub-beskid.com/phorum/moderation.php?12,42,102124';">Effacer ce sujet</a>&nbsp;&#8226;&nbsp;<a href="http://www.klub-beskid.com/phorum/moderation.php?12,43,102124">Déplacer sujet</a>&nbsp;&#8226;&nbsp;<a href="http://www.klub-beskid.com/phorum/moderation.php?12,50,102124">Fusion sujet</a></span>      </td>
              <td class="PhorumTableRow" align="center">46690&nbsp;</td>
            <td class="PhorumTableRow" align="center" nowrap="nowrap">1&nbsp;</td>
      <td class="PhorumTableRow" nowrap="nowrap"><a href="http://www.klub-beskid.com/phorum/profile.php?12,2">Stéphane</a>&nbsp;</td>
      <td class="PhorumTableRow PhorumSmallFont" nowrap="nowrap">
        14/09/2006 16:54&nbsp;<br />
        <span class="PhorumListSubText">
          <a href="">Dernier poste</a> par         </span>
      </td>
    </tr>
          <tr>
      <td class="PhorumTableRowAlt">
        <img src="templates/default/images/carat.gif" border="0" width="8" height="8" alt="" style="vertical-align: middle;" />&nbsp;                                <a href="http://www.klub-beskid.com/phorum/read.php?12,313800">Kotlet schabowy  (Escalope de porc)</a>
                        <br /><span class="PhorumListModLink"><a href="javascript:if(window.confirm('Etes-vous sûr de vouloir effacer ce sujet?')) window.location='http://www.klub-beskid.com/phorum/moderation.php?12,42,313800';">Effacer ce sujet</a>&nbsp;&#8226;&nbsp;<a href="http://www.klub-beskid.com/phorum/moderation.php?12,43,313800">Déplacer sujet</a>&nbsp;&#8226;&nbsp;<a href="http://www.klub-beskid.com/phorum/moderation.php?12,50,313800">Fusion sujet</a></span>      </td>
              <td class="PhorumTableRowAlt" align="center">136&nbsp;</td>
            <td class="PhorumTableRowAlt" align="center" nowrap="nowrap">3&nbsp;</td>
      <td class="PhorumTableRowAlt" nowrap="nowrap"><a href="http://www.klub-beskid.com/phorum/profile.php?12,1270">Vendôme</a>&nbsp;</td>
      <td class="PhorumTableRowAlt PhorumSmallFont" nowrap="nowrap">
        28/04/2023 18:12&nbsp;<br />
        <span class="PhorumListSubText">
          <a href="http://www.klub-beskid.com/phorum/read.php?12,313800,313807#msg-313807">Dernier poste</a> par <a href="http://www.klub-beskid.com/phorum/profile.php?12,1270">Vendôme</a>        </span>
      </td>
    </tr>
          <tr>
      <td class="PhorumTableRow">
        <img src="templates/default/images/carat.gif" border="0" width="8" height="8" alt="" style="vertical-align: middle;" />&nbsp;                                <a href="http://www.klub-beskid.com/phorum/read.php?12,312204">charcuterie polonaise Paris</a>
                        <br /><span class="PhorumListModLink"><a href="javascript:if(window.confirm('Etes-vous sûr de vouloir effacer ce sujet?')) window.location='http://www.klub-beskid.com/phorum/moderation.php?12,42,312204';">Effacer ce sujet</a>&nbsp;&#8226;&nbsp;<a href="http://www.klub-beskid.com/phorum/moderation.php?12,43,312204">Déplacer sujet</a>&nbsp;&#8226;&nbsp;<a href="http://www.klub-beskid.com/phorum/moderation.php?12,50,312204">Fusion sujet</a></span>      </td>
              <td class="PhorumTableRow" align="center">732&nbsp;</td>
            <td class="PhorumTableRow" align="center" nowrap="nowrap">9&nbsp;</td>
      <td class="PhorumTableRow" nowrap="nowrap"><a href="http://www.klub-beskid.com/phorum/profile.php?12,3229">annick2</a>&nbsp;</td>
      <td class="PhorumTableRow PhorumSmallFont" nowrap="nowrap">
        25/01/2023 15:50&nbsp;<br />
        <span class="PhorumListSubText">
          <a href="http://www.klub-beskid.com/phorum/read.php?12,312204,313290#msg-313290">Dernier poste</a> par <a href="http://www.klub-beskid.com/phorum/profile.php?12,5">Sabine</a>        </span>
      </td>
    </tr>
          <tr>
      <td class="PhorumTableRowAlt">
        <img src="templates/default/images/carat.gif" border="0" width="8" height="8" alt="" style="vertical-align: middle;" />&nbsp;                                <a href="http://www.klub-beskid.com/phorum/read.php?12,310565">ogorki</a>
                        <br /><span class="PhorumListModLink"><a href="javascript:if(window.confirm('Etes-vous sûr de vouloir effacer ce sujet?')) window.location='http://www.klub-beskid.com/phorum/moderation.php?12,42,310565';">Effacer ce sujet</a>&nbsp;&#8226;&nbsp;<a href="http://www.klub-beskid.com/phorum/moderation.php?12,43,310565">Déplacer sujet</a>&nbsp;&#8226;&nbsp;<a href="http://www.klub-beskid.com/phorum/moderation.php?12,50,310565">Fusion sujet</a></span>      </td>
              <td class="PhorumTableRowAlt" align="center">752&nbsp;</td>
            <td class="PhorumTableRowAlt" align="center" nowrap="nowrap">5&nbsp;</td>
      <td class="PhorumTableRowAlt" nowrap="nowrap"><a href="http://www.klub-beskid.com/phorum/profile.php?12,7654">Maryan</a>&nbsp;</td>
      <td class="PhorumTableRowAlt PhorumSmallFont" nowrap="nowrap">
        10/08/2022 22:18&nbsp;<br />
        <span class="PhorumListSubText">
          <a href="http://www.klub-beskid.com/phorum/read.php?12,310565,312704#msg-312704">Dernier poste</a> par <a href="http://www.klub-beskid.com/phorum/profile.php?12,5609">jpaul</a>        </span>
      </td>
    </tr>
          <tr>
      <td class="PhorumTableRow">
        <img src="templates/default/images/carat.gif" border="0" width="8" height="8" alt="" style="vertical-align: middle;" />&nbsp;                                <a href="http://www.klub-beskid.com/phorum/read.php?12,311362">cochon dinde</a>
                        <br /><span class="PhorumListModLink"><a href="javascript:if(window.confirm('Etes-vous sûr de vouloir effacer ce sujet?')) window.location='http://www.klub-beskid.com/phorum/moderation.php?12,42,311362';">Effacer ce sujet</a>&nbsp;&#8226;&nbsp;<a href="http://www.klub-beskid.com/phorum/moderation.php?12,43,311362">Déplacer sujet</a>&nbsp;&#8226;&nbsp;<a href="http://www.klub-beskid.com/phorum/moderation.php?12,50,311362">Fusion sujet</a></span>      </td>
              <td class="PhorumTableRow" align="center">582&nbsp;</td>
            <td class="PhorumTableRow" align="center" nowrap="nowrap">3&nbsp;</td>
      <td class="PhorumTableRow" nowrap="nowrap"><a href="http://www.klub-beskid.com/phorum/profile.php?12,7654">Maryan</a>&nbsp;</td>
      <td class="PhorumTableRow PhorumSmallFont" nowrap="nowrap">
        30/11/2021 17:19&nbsp;<br />
        <span class="PhorumListSubText">
          <a href="http://www.klub-beskid.com/phorum/read.php?12,311362,311393#msg-311393">Dernier poste</a> par <a href="http://www.klub-beskid.com/phorum/profile.php?12,7654">Maryan</a>        </span>
      </td>
    </tr>
          <tr>
      <td class="PhorumTableRowAlt">
        <img src="templates/default/images/carat.gif" border="0" width="8" height="8" alt="" style="vertical-align: middle;" />&nbsp;                                <a href="http://www.klub-beskid.com/phorum/read.php?12,311285">pierogi ruskie versus Russian dumpling</a>
                        <br /><span class="PhorumListModLink"><a href="javascript:if(window.confirm('Etes-vous sûr de vouloir effacer ce sujet?')) window.location='http://www.klub-beskid.com/phorum/moderation.php?12,42,311285';">Effacer ce sujet</a>&nbsp;&#8226;&nbsp;<a href="http://www.klub-beskid.com/phorum/moderation.php?12,43,311285">Déplacer sujet</a>&nbsp;&#8226;&nbsp;<a href="http://www.klub-beskid.com/phorum/moderation.php?12,50,311285">Fusion sujet</a></span>      </td>
              <td class="PhorumTableRowAlt" align="center">510&nbsp;</td>
            <td class="PhorumTableRowAlt" align="center" nowrap="nowrap">3&nbsp;</td>
      <td class="PhorumTableRowAlt" nowrap="nowrap"><a href="http://www.klub-beskid.com/phorum/profile.php?12,7946">valmaster</a>&nbsp;</td>
      <td class="PhorumTableRowAlt PhorumSmallFont" nowrap="nowrap">
        15/11/2021 22:59&nbsp;<br />
        <span class="PhorumListSubText">
          <a href="http://www.klub-beskid.com/phorum/read.php?12,311285,311296#msg-311296">Dernier poste</a> par <a href="http://www.klub-beskid.com/phorum/profile.php?12,2069">jean pierre</a>        </span>
      </td>
    </tr>
          <tr>
      <td class="PhorumTableRow">
        <img src="templates/default/images/carat.gif" border="0" width="8" height="8" alt="" style="vertical-align: middle;" />&nbsp;                                <a href="http://www.klub-beskid.com/phorum/read.php?12,310754">Choux rouges aux pommes - (Rotkohl mit Apfelstückchen)</a>
                        <br /><span class="PhorumListModLink"><a href="javascript:if(window.confirm('Etes-vous sûr de vouloir effacer ce sujet?')) window.location='http://www.klub-beskid.com/phorum/moderation.php?12,42,310754';">Effacer ce sujet</a>&nbsp;&#8226;&nbsp;<a href="http://www.klub-beskid.com/phorum/moderation.php?12,43,310754">Déplacer sujet</a>&nbsp;&#8226;&nbsp;<a href="http://www.klub-beskid.com/phorum/moderation.php?12,50,310754">Fusion sujet</a></span>      </td>
              <td class="PhorumTableRow" align="center">757&nbsp;</td>
            <td class="PhorumTableRow" align="center" nowrap="nowrap">6&nbsp;</td>
      <td class="PhorumTableRow" nowrap="nowrap"><a href="http://www.klub-beskid.com/phorum/profile.php?12,1270">Vendôme</a>&nbsp;</td>
      <td class="PhorumTableRow PhorumSmallFont" nowrap="nowrap">
        30/08/2021 17:05&nbsp;<br />
        <span class="PhorumListSubText">
          <a href="http://www.klub-beskid.com/phorum/read.php?12,310754,310881#msg-310881">Dernier poste</a> par <a href="http://www.klub-beskid.com/phorum/profile.php?12,7654">Maryan</a>        </span>
      </td>
    </tr>
          <tr>
      <td class="PhorumTableRowAlt">
        <img src="templates/default/images/carat.gif" border="0" width="8" height="8" alt="" style="vertical-align: middle;" />&nbsp;                                <a href="http://www.klub-beskid.com/phorum/read.php?12,304985">Pączki</a>
                <span class="PhorumListPageLink">&nbsp;&nbsp;&nbsp;Aller à la page: <a href="http://www.klub-beskid.com/phorum/read.php?12,304985,page=1">1</a>,&nbsp;<a href="http://www.klub-beskid.com/phorum/read.php?12,304985,page=2">2</a></span>        <br /><span class="PhorumListModLink"><a href="javascript:if(window.confirm('Etes-vous sûr de vouloir effacer ce sujet?')) window.location='http://www.klub-beskid.com/phorum/moderation.php?12,42,304985';">Effacer ce sujet</a>&nbsp;&#8226;&nbsp;<a href="http://www.klub-beskid.com/phorum/moderation.php?12,43,304985">Déplacer sujet</a>&nbsp;&#8226;&nbsp;<a href="http://www.klub-beskid.com/phorum/moderation.php?12,50,304985">Fusion sujet</a></span>      </td>
              <td class="PhorumTableRowAlt" align="center">2018&nbsp;</td>
            <td class="PhorumTableRowAlt" align="center" nowrap="nowrap">23&nbsp;</td>
      <td class="PhorumTableRowAlt" nowrap="nowrap"><a href="http://www.klub-beskid.com/phorum/profile.php?12,11">Andrzej</a>&nbsp;</td>
      <td class="PhorumTableRowAlt PhorumSmallFont" nowrap="nowrap">
        18/06/2021 20:52&nbsp;<br />
        <span class="PhorumListSubText">
          <a href="http://www.klub-beskid.com/phorum/read.php?12,304985,310482,page=2#msg-310482">Dernier poste</a> par <a href="http://www.klub-beskid.com/phorum/profile.php?12,7946">valmaster</a>        </span>
      </td>
    </tr>
          <tr>
      <td class="PhorumTableRow">
        <img src="templates/default/images/carat.gif" border="0" width="8" height="8" alt="" style="vertical-align: middle;" />&nbsp;                                <a href="http://www.klub-beskid.com/phorum/read.php?12,310478">choux fleurs</a>
                        <br /><span class="PhorumListModLink"><a href="javascript:if(window.confirm('Etes-vous sûr de vouloir effacer ce sujet?')) window.location='http://www.klub-beskid.com/phorum/moderation.php?12,42,310478';">Effacer ce sujet</a>&nbsp;&#8226;&nbsp;<a href="http://www.klub-beskid.com/phorum/moderation.php?12,43,310478">Déplacer sujet</a>&nbsp;&#8226;&nbsp;<a href="http://www.klub-beskid.com/phorum/moderation.php?12,50,310478">Fusion sujet</a></span>      </td>
              <td class="PhorumTableRow" align="center">679&nbsp;</td>
            <td class="PhorumTableRow" align="center" nowrap="nowrap">2&nbsp;</td>
      <td class="PhorumTableRow" nowrap="nowrap"><a href="http://www.klub-beskid.com/phorum/profile.php?12,7654">Maryan</a>&nbsp;</td>
      <td class="PhorumTableRow PhorumSmallFont" nowrap="nowrap">
        18/06/2021 18:10&nbsp;<br />
        <span class="PhorumListSubText">
          <a href="http://www.klub-beskid.com/phorum/read.php?12,310478,310479#msg-310479">Dernier poste</a> par <a href="http://www.klub-beskid.com/phorum/profile.php?12,2169">Lesniewski</a>        </span>
      </td>
    </tr>
          <tr>
      <td class="PhorumTableRowAlt">
        <img src="templates/default/images/carat.gif" border="0" width="8" height="8" alt="" style="vertical-align: middle;" />&nbsp;                                <a href="http://www.klub-beskid.com/phorum/read.php?12,305719">SOS Pierogi</a>
                <span class="PhorumListPageLink">&nbsp;&nbsp;&nbsp;Aller à la page: <a href="http://www.klub-beskid.com/phorum/read.php?12,305719,page=1">1</a>,&nbsp;<a href="http://www.klub-beskid.com/phorum/read.php?12,305719,page=2">2</a></span>        <br /><span class="PhorumListModLink"><a href="javascript:if(window.confirm('Etes-vous sûr de vouloir effacer ce sujet?')) window.location='http://www.klub-beskid.com/phorum/moderation.php?12,42,305719';">Effacer ce sujet</a>&nbsp;&#8226;&nbsp;<a href="http://www.klub-beskid.com/phorum/moderation.php?12,43,305719">Déplacer sujet</a>&nbsp;&#8226;&nbsp;<a href="http://www.klub-beskid.com/phorum/moderation.php?12,50,305719">Fusion sujet</a></span>      </td>
              <td class="PhorumTableRowAlt" align="center">1967&nbsp;</td>
            <td class="PhorumTableRowAlt" align="center" nowrap="nowrap">21&nbsp;</td>
      <td class="PhorumTableRowAlt" nowrap="nowrap"><a href="http://www.klub-beskid.com/phorum/profile.php?12,7946">valmaster</a>&nbsp;</td>
      <td class="PhorumTableRowAlt PhorumSmallFont" nowrap="nowrap">
        31/05/2021 19:13&nbsp;<br />
        <span class="PhorumListSubText">
          <a href="http://www.klub-beskid.com/phorum/read.php?12,305719,310334,page=2#msg-310334">Dernier poste</a> par <a href="http://www.klub-beskid.com/phorum/profile.php?12,1270">Vendôme</a>        </span>
      </td>
    </tr>
          <tr>
      <td class="PhorumTableRow">
        <img src="templates/default/images/carat.gif" border="0" width="8" height="8" alt="" style="vertical-align: middle;" />&nbsp;                                <a href="http://www.klub-beskid.com/phorum/read.php?12,310287">poule au pot, la vraie</a>
                        <br /><span class="PhorumListModLink"><a href="javascript:if(window.confirm('Etes-vous sûr de vouloir effacer ce sujet?')) window.location='http://www.klub-beskid.com/phorum/moderation.php?12,42,310287';">Effacer ce sujet</a>&nbsp;&#8226;&nbsp;<a href="http://www.klub-beskid.com/phorum/moderation.php?12,43,310287">Déplacer sujet</a>&nbsp;&#8226;&nbsp;<a href="http://www.klub-beskid.com/phorum/moderation.php?12,50,310287">Fusion sujet</a></span>      </td>
              <td class="PhorumTableRow" align="center">726&nbsp;</td>
            <td class="PhorumTableRow" align="center" nowrap="nowrap">5&nbsp;</td>
      <td class="PhorumTableRow" nowrap="nowrap"><a href="http://www.klub-beskid.com/phorum/profile.php?12,7654">Maryan</a>&nbsp;</td>
      <td class="PhorumTableRow PhorumSmallFont" nowrap="nowrap">
        24/05/2021 15:26&nbsp;<br />
        <span class="PhorumListSubText">
          <a href="http://www.klub-beskid.com/phorum/read.php?12,310287,310298#msg-310298">Dernier poste</a> par <a href="http://www.klub-beskid.com/phorum/profile.php?12,7654">Maryan</a>        </span>
      </td>
    </tr>
          <tr>
      <td class="PhorumTableRowAlt">
        <img src="templates/default/images/carat.gif" border="0" width="8" height="8" alt="" style="vertical-align: middle;" />&nbsp;                                <a href="http://www.klub-beskid.com/phorum/read.php?12,310024">Pan Bruno, en livre.</a>
                        <br /><span class="PhorumListModLink"><a href="javascript:if(window.confirm('Etes-vous sûr de vouloir effacer ce sujet?')) window.location='http://www.klub-beskid.com/phorum/moderation.php?12,42,310024';">Effacer ce sujet</a>&nbsp;&#8226;&nbsp;<a href="http://www.klub-beskid.com/phorum/moderation.php?12,43,310024">Déplacer sujet</a>&nbsp;&#8226;&nbsp;<a href="http://www.klub-beskid.com/phorum/moderation.php?12,50,310024">Fusion sujet</a></span>      </td>
              <td class="PhorumTableRowAlt" align="center">682&nbsp;</td>
            <td class="PhorumTableRowAlt" align="center" nowrap="nowrap">1&nbsp;</td>
      <td class="PhorumTableRowAlt" nowrap="nowrap"><a href="http://www.klub-beskid.com/phorum/profile.php?12,60">BRUNO GLENAT</a>&nbsp;</td>
      <td class="PhorumTableRowAlt PhorumSmallFont" nowrap="nowrap">
        20/04/2021 17:46&nbsp;<br />
        <span class="PhorumListSubText">
          <a href="http://www.klub-beskid.com/phorum/read.php?12,310024,310024#msg-310024">Dernier poste</a> par <a href="http://www.klub-beskid.com/phorum/profile.php?12,60">BRUNO GLENAT</a>        </span>
      </td>
    </tr>
          <tr>
      <td class="PhorumTableRow">
        <img src="templates/default/images/carat.gif" border="0" width="8" height="8" alt="" style="vertical-align: middle;" />&nbsp;                                <a href="http://www.klub-beskid.com/phorum/read.php?12,306232">tripes à la Neuchâteloise</a>
                        <br /><span class="PhorumListModLink"><a href="javascript:if(window.confirm('Etes-vous sûr de vouloir effacer ce sujet?')) window.location='http://www.klub-beskid.com/phorum/moderation.php?12,42,306232';">Effacer ce sujet</a>&nbsp;&#8226;&nbsp;<a href="http://www.klub-beskid.com/phorum/moderation.php?12,43,306232">Déplacer sujet</a>&nbsp;&#8226;&nbsp;<a href="http://www.klub-beskid.com/phorum/moderation.php?12,50,306232">Fusion sujet</a></span>      </td>
              <td class="PhorumTableRow" align="center">1358&nbsp;</td>
            <td class="PhorumTableRow" align="center" nowrap="nowrap">9&nbsp;</td>
      <td class="PhorumTableRow" nowrap="nowrap"><a href="http://www.klub-beskid.com/phorum/profile.php?12,7654">Maryan</a>&nbsp;</td>
      <td class="PhorumTableRow PhorumSmallFont" nowrap="nowrap">
        06/04/2021 17:02&nbsp;<br />
        <span class="PhorumListSubText">
          <a href="http://www.klub-beskid.com/phorum/read.php?12,306232,309934#msg-309934">Dernier poste</a> par <a href="http://www.klub-beskid.com/phorum/profile.php?12,7654">Maryan</a>        </span>
      </td>
    </tr>
          <tr>
      <td class="PhorumTableRowAlt">
        <img src="templates/default/images/carat.gif" border="0" width="8" height="8" alt="" style="vertical-align: middle;" />&nbsp;                                <a href="http://www.klub-beskid.com/phorum/read.php?12,306107">fruits de mer</a>
                        <br /><span class="PhorumListModLink"><a href="javascript:if(window.confirm('Etes-vous sûr de vouloir effacer ce sujet?')) window.location='http://www.klub-beskid.com/phorum/moderation.php?12,42,306107';">Effacer ce sujet</a>&nbsp;&#8226;&nbsp;<a href="http://www.klub-beskid.com/phorum/moderation.php?12,43,306107">Déplacer sujet</a>&nbsp;&#8226;&nbsp;<a href="http://www.klub-beskid.com/phorum/moderation.php?12,50,306107">Fusion sujet</a></span>      </td>
              <td class="PhorumTableRowAlt" align="center">934&nbsp;</td>
            <td class="PhorumTableRowAlt" align="center" nowrap="nowrap">3&nbsp;</td>
      <td class="PhorumTableRowAlt" nowrap="nowrap"><a href="http://www.klub-beskid.com/phorum/profile.php?12,7654">Maryan</a>&nbsp;</td>
      <td class="PhorumTableRowAlt PhorumSmallFont" nowrap="nowrap">
        17/04/2020 15:52&nbsp;<br />
        <span class="PhorumListSubText">
          <a href="http://www.klub-beskid.com/phorum/read.php?12,306107,306111#msg-306111">Dernier poste</a> par <a href="http://www.klub-beskid.com/phorum/profile.php?12,2169">Lesniewski</a>        </span>
      </td>
    </tr>
          <tr>
      <td class="PhorumTableRow">
        <img src="templates/default/images/carat.gif" border="0" width="8" height="8" alt="" style="vertical-align: middle;" />&nbsp;                                <a href="http://www.klub-beskid.com/phorum/read.php?12,305833">Bientôt des dealers de Makowiec ?</a>
                        <br /><span class="PhorumListModLink"><a href="javascript:if(window.confirm('Etes-vous sûr de vouloir effacer ce sujet?')) window.location='http://www.klub-beskid.com/phorum/moderation.php?12,42,305833';">Effacer ce sujet</a>&nbsp;&#8226;&nbsp;<a href="http://www.klub-beskid.com/phorum/moderation.php?12,43,305833">Déplacer sujet</a>&nbsp;&#8226;&nbsp;<a href="http://www.klub-beskid.com/phorum/moderation.php?12,50,305833">Fusion sujet</a></span>      </td>
              <td class="PhorumTableRow" align="center">1046&nbsp;</td>
            <td class="PhorumTableRow" align="center" nowrap="nowrap">6&nbsp;</td>
      <td class="PhorumTableRow" nowrap="nowrap"><a href="http://www.klub-beskid.com/phorum/profile.php?12,5609">jpaul</a>&nbsp;</td>
      <td class="PhorumTableRow PhorumSmallFont" nowrap="nowrap">
        07/04/2020 18:06&nbsp;<br />
        <span class="PhorumListSubText">
          <a href="http://www.klub-beskid.com/phorum/read.php?12,305833,305853#msg-305853">Dernier poste</a> par <a href="http://www.klub-beskid.com/phorum/profile.php?12,7654">Maryan</a>        </span>
      </td>
    </tr>
          <tr>
      <td class="PhorumTableRowAlt">
        <img src="templates/default/images/carat.gif" border="0" width="8" height="8" alt="" style="vertical-align: middle;" />&nbsp;                                <a href="http://www.klub-beskid.com/phorum/read.php?12,305214">fait maison</a>
                        <br /><span class="PhorumListModLink"><a href="javascript:if(window.confirm('Etes-vous sûr de vouloir effacer ce sujet?')) window.location='http://www.klub-beskid.com/phorum/moderation.php?12,42,305214';">Effacer ce sujet</a>&nbsp;&#8226;&nbsp;<a href="http://www.klub-beskid.com/phorum/moderation.php?12,43,305214">Déplacer sujet</a>&nbsp;&#8226;&nbsp;<a href="http://www.klub-beskid.com/phorum/moderation.php?12,50,305214">Fusion sujet</a></span>      </td>
              <td class="PhorumTableRowAlt" align="center">1200&nbsp;</td>
            <td class="PhorumTableRowAlt" align="center" nowrap="nowrap">9&nbsp;</td>
      <td class="PhorumTableRowAlt" nowrap="nowrap"><a href="http://www.klub-beskid.com/phorum/profile.php?12,7654">Maryan</a>&nbsp;</td>
      <td class="PhorumTableRowAlt PhorumSmallFont" nowrap="nowrap">
        04/03/2020 17:17&nbsp;<br />
        <span class="PhorumListSubText">
          <a href="http://www.klub-beskid.com/phorum/read.php?12,305214,305263#msg-305263">Dernier poste</a> par <a href="http://www.klub-beskid.com/phorum/profile.php?12,7654">Maryan</a>        </span>
      </td>
    </tr>
          <tr>
      <td class="PhorumTableRow">
        <img src="templates/default/images/carat.gif" border="0" width="8" height="8" alt="" style="vertical-align: middle;" />&nbsp;                                <a href="http://www.klub-beskid.com/phorum/read.php?12,305069">Krakowska</a>
                        <br /><span class="PhorumListModLink"><a href="javascript:if(window.confirm('Etes-vous sûr de vouloir effacer ce sujet?')) window.location='http://www.klub-beskid.com/phorum/moderation.php?12,42,305069';">Effacer ce sujet</a>&nbsp;&#8226;&nbsp;<a href="http://www.klub-beskid.com/phorum/moderation.php?12,43,305069">Déplacer sujet</a>&nbsp;&#8226;&nbsp;<a href="http://www.klub-beskid.com/phorum/moderation.php?12,50,305069">Fusion sujet</a></span>      </td>
              <td class="PhorumTableRow" align="center">1505&nbsp;</td>
            <td class="PhorumTableRow" align="center" nowrap="nowrap">5&nbsp;</td>
      <td class="PhorumTableRow" nowrap="nowrap"><a href="http://www.klub-beskid.com/phorum/profile.php?12,8609">Patoche</a>&nbsp;</td>
      <td class="PhorumTableRow PhorumSmallFont" nowrap="nowrap">
        25/02/2020 19:37&nbsp;<br />
        <span class="PhorumListSubText">
          <a href="http://www.klub-beskid.com/phorum/read.php?12,305069,305132#msg-305132">Dernier poste</a> par <a href="http://www.klub-beskid.com/phorum/profile.php?12,8609">Patoche</a>        </span>
      </td>
    </tr>
          <tr>
      <td class="PhorumTableRowAlt">
        <img src="templates/default/images/carat.gif" border="0" width="8" height="8" alt="" style="vertical-align: middle;" />&nbsp;                                <a href="http://www.klub-beskid.com/phorum/read.php?12,304235">le dicton du jour</a>
                        <br /><span class="PhorumListModLink"><a href="javascript:if(window.confirm('Etes-vous sûr de vouloir effacer ce sujet?')) window.location='http://www.klub-beskid.com/phorum/moderation.php?12,42,304235';">Effacer ce sujet</a>&nbsp;&#8226;&nbsp;<a href="http://www.klub-beskid.com/phorum/moderation.php?12,43,304235">Déplacer sujet</a>&nbsp;&#8226;&nbsp;<a href="http://www.klub-beskid.com/phorum/moderation.php?12,50,304235">Fusion sujet</a></span>      </td>
              <td class="PhorumTableRowAlt" align="center">1118&nbsp;</td>
            <td class="PhorumTableRowAlt" align="center" nowrap="nowrap">3&nbsp;</td>
      <td class="PhorumTableRowAlt" nowrap="nowrap"><a href="http://www.klub-beskid.com/phorum/profile.php?12,7654">Maryan</a>&nbsp;</td>
      <td class="PhorumTableRowAlt PhorumSmallFont" nowrap="nowrap">
        15/01/2020 19:49&nbsp;<br />
        <span class="PhorumListSubText">
          <a href="http://www.klub-beskid.com/phorum/read.php?12,304235,304240#msg-304240">Dernier poste</a> par <a href="http://www.klub-beskid.com/phorum/profile.php?12,10">Mik</a>        </span>
      </td>
    </tr>
          <tr>
      <td class="PhorumTableRow">
        <img src="templates/default/images/carat.gif" border="0" width="8" height="8" alt="" style="vertical-align: middle;" />&nbsp;                                <a href="http://www.klub-beskid.com/phorum/read.php?12,303289">Besoin de conseils pour les paczki :</a>
                        <br /><span class="PhorumListModLink"><a href="javascript:if(window.confirm('Etes-vous sûr de vouloir effacer ce sujet?')) window.location='http://www.klub-beskid.com/phorum/moderation.php?12,42,303289';">Effacer ce sujet</a>&nbsp;&#8226;&nbsp;<a href="http://www.klub-beskid.com/phorum/moderation.php?12,43,303289">Déplacer sujet</a>&nbsp;&#8226;&nbsp;<a href="http://www.klub-beskid.com/phorum/moderation.php?12,50,303289">Fusion sujet</a></span>      </td>
              <td class="PhorumTableRow" align="center">1393&nbsp;</td>
            <td class="PhorumTableRow" align="center" nowrap="nowrap">10&nbsp;</td>
      <td class="PhorumTableRow" nowrap="nowrap"><a href="http://www.klub-beskid.com/phorum/profile.php?12,2847">Chantal</a>&nbsp;</td>
      <td class="PhorumTableRow PhorumSmallFont" nowrap="nowrap">
        10/01/2020 18:12&nbsp;<br />
        <span class="PhorumListSubText">
          <a href="http://www.klub-beskid.com/phorum/read.php?12,303289,304077#msg-304077">Dernier poste</a> par <a href="http://www.klub-beskid.com/phorum/profile.php?12,7654">Maryan</a>        </span>
      </td>
    </tr>
          <tr>
      <td class="PhorumTableRowAlt">
        <img src="templates/default/images/carat.gif" border="0" width="8" height="8" alt="" style="vertical-align: middle;" />&nbsp;                                <a href="http://www.klub-beskid.com/phorum/read.php?12,290813">épicerie polonaise Paris</a>
                <span class="PhorumListPageLink">&nbsp;&nbsp;&nbsp;Aller à la page: <a href="http://www.klub-beskid.com/phorum/read.php?12,290813,page=1">1</a>,&nbsp;<a href="http://www.klub-beskid.com/phorum/read.php?12,290813,page=2">2</a></span>        <br /><span class="PhorumListModLink"><a href="javascript:if(window.confirm('Etes-vous sûr de vouloir effacer ce sujet?')) window.location='http://www.klub-beskid.com/phorum/moderation.php?12,42,290813';">Effacer ce sujet</a>&nbsp;&#8226;&nbsp;<a href="http://www.klub-beskid.com/phorum/moderation.php?12,43,290813">Déplacer sujet</a>&nbsp;&#8226;&nbsp;<a href="http://www.klub-beskid.com/phorum/moderation.php?12,50,290813">Fusion sujet</a></span>      </td>
              <td class="PhorumTableRowAlt" align="center">3706&nbsp;</td>
            <td class="PhorumTableRowAlt" align="center" nowrap="nowrap">29&nbsp;</td>
      <td class="PhorumTableRowAlt" nowrap="nowrap"><a href="http://www.klub-beskid.com/phorum/profile.php?12,3229">annick2</a>&nbsp;</td>
      <td class="PhorumTableRowAlt PhorumSmallFont" nowrap="nowrap">
        09/01/2020 09:57&nbsp;<br />
        <span class="PhorumListSubText">
          <a href="http://www.klub-beskid.com/phorum/read.php?12,290813,304037,page=2#msg-304037">Dernier poste</a> par <a href="http://www.klub-beskid.com/phorum/profile.php?12,1270">Vendôme</a>        </span>
      </td>
    </tr>
          <tr>
      <td class="PhorumTableRow">
        <img src="templates/default/images/carat.gif" border="0" width="8" height="8" alt="" style="vertical-align: middle;" />&nbsp;                                <a href="http://www.klub-beskid.com/phorum/read.php?12,303831">Pom pom pom !</a>
                        <br /><span class="PhorumListModLink"><a href="javascript:if(window.confirm('Etes-vous sûr de vouloir effacer ce sujet?')) window.location='http://www.klub-beskid.com/phorum/moderation.php?12,42,303831';">Effacer ce sujet</a>&nbsp;&#8226;&nbsp;<a href="http://www.klub-beskid.com/phorum/moderation.php?12,43,303831">Déplacer sujet</a>&nbsp;&#8226;&nbsp;<a href="http://www.klub-beskid.com/phorum/moderation.php?12,50,303831">Fusion sujet</a></span>      </td>
              <td class="PhorumTableRow" align="center">1079&nbsp;</td>
            <td class="PhorumTableRow" align="center" nowrap="nowrap">3&nbsp;</td>
      <td class="PhorumTableRow" nowrap="nowrap"><a href="http://www.klub-beskid.com/phorum/profile.php?12,5386">SZCZAP</a>&nbsp;</td>
      <td class="PhorumTableRow PhorumSmallFont" nowrap="nowrap">
        30/12/2019 19:35&nbsp;<br />
        <span class="PhorumListSubText">
          <a href="http://www.klub-beskid.com/phorum/read.php?12,303831,303841#msg-303841">Dernier poste</a> par <a href="http://www.klub-beskid.com/phorum/profile.php?12,7654">Maryan</a>        </span>
      </td>
    </tr>
          <tr>
      <td class="PhorumTableRowAlt">
        <img src="templates/default/images/carat.gif" border="0" width="8" height="8" alt="" style="vertical-align: middle;" />&nbsp;                                <a href="http://www.klub-beskid.com/phorum/read.php?12,303603">Kapusta  kiszona</a>
                        <br /><span class="PhorumListModLink"><a href="javascript:if(window.confirm('Etes-vous sûr de vouloir effacer ce sujet?')) window.location='http://www.klub-beskid.com/phorum/moderation.php?12,42,303603';">Effacer ce sujet</a>&nbsp;&#8226;&nbsp;<a href="http://www.klub-beskid.com/phorum/moderation.php?12,43,303603">Déplacer sujet</a>&nbsp;&#8226;&nbsp;<a href="http://www.klub-beskid.com/phorum/moderation.php?12,50,303603">Fusion sujet</a></span>      </td>
              <td class="PhorumTableRowAlt" align="center">1372&nbsp;</td>
            <td class="PhorumTableRowAlt" align="center" nowrap="nowrap">7&nbsp;</td>
      <td class="PhorumTableRowAlt" nowrap="nowrap"><a href="http://www.klub-beskid.com/phorum/profile.php?12,5609">jpaul</a>&nbsp;</td>
      <td class="PhorumTableRowAlt PhorumSmallFont" nowrap="nowrap">
        22/12/2019 12:43&nbsp;<br />
        <span class="PhorumListSubText">
          <a href="http://www.klub-beskid.com/phorum/read.php?12,303603,303716#msg-303716">Dernier poste</a> par <a href="http://www.klub-beskid.com/phorum/profile.php?12,5217">Elżbieta</a>        </span>
      </td>
    </tr>
          <tr>
      <td class="PhorumTableRow">
        <img src="templates/default/images/carat.gif" border="0" width="8" height="8" alt="" style="vertical-align: middle;" />&nbsp;                                <a href="http://www.klub-beskid.com/phorum/read.php?12,301401">une bonne adresse</a>
                        <br /><span class="PhorumListModLink"><a href="javascript:if(window.confirm('Etes-vous sûr de vouloir effacer ce sujet?')) window.location='http://www.klub-beskid.com/phorum/moderation.php?12,42,301401';">Effacer ce sujet</a>&nbsp;&#8226;&nbsp;<a href="http://www.klub-beskid.com/phorum/moderation.php?12,43,301401">Déplacer sujet</a>&nbsp;&#8226;&nbsp;<a href="http://www.klub-beskid.com/phorum/moderation.php?12,50,301401">Fusion sujet</a></span>      </td>
              <td class="PhorumTableRow" align="center">1506&nbsp;</td>
            <td class="PhorumTableRow" align="center" nowrap="nowrap">9&nbsp;</td>
      <td class="PhorumTableRow" nowrap="nowrap"><a href="http://www.klub-beskid.com/phorum/profile.php?12,7654">Maryan</a>&nbsp;</td>
      <td class="PhorumTableRow PhorumSmallFont" nowrap="nowrap">
        19/11/2019 17:55&nbsp;<br />
        <span class="PhorumListSubText">
          <a href="http://www.klub-beskid.com/phorum/read.php?12,301401,302983#msg-302983">Dernier poste</a> par <a href="http://www.klub-beskid.com/phorum/profile.php?12,7654">Maryan</a>        </span>
      </td>
    </tr>
          <tr>
      <td class="PhorumTableRowAlt">
        <img src="templates/default/images/carat.gif" border="0" width="8" height="8" alt="" style="vertical-align: middle;" />&nbsp;                                <a href="http://www.klub-beskid.com/phorum/read.php?12,301976">Grzybki do zupki... mniam mniam!</a>
                        <br /><span class="PhorumListModLink"><a href="javascript:if(window.confirm('Etes-vous sûr de vouloir effacer ce sujet?')) window.location='http://www.klub-beskid.com/phorum/moderation.php?12,42,301976';">Effacer ce sujet</a>&nbsp;&#8226;&nbsp;<a href="http://www.klub-beskid.com/phorum/moderation.php?12,43,301976">Déplacer sujet</a>&nbsp;&#8226;&nbsp;<a href="http://www.klub-beskid.com/phorum/moderation.php?12,50,301976">Fusion sujet</a></span>      </td>
              <td class="PhorumTableRowAlt" align="center">1678&nbsp;</td>
            <td class="PhorumTableRowAlt" align="center" nowrap="nowrap">16&nbsp;</td>
      <td class="PhorumTableRowAlt" nowrap="nowrap"><a href="http://www.klub-beskid.com/phorum/profile.php?12,1270">Vendôme</a>&nbsp;</td>
      <td class="PhorumTableRowAlt PhorumSmallFont" nowrap="nowrap">
        05/11/2019 03:32&nbsp;<br />
        <span class="PhorumListSubText">
          <a href="http://www.klub-beskid.com/phorum/read.php?12,301976,302859#msg-302859">Dernier poste</a> par <a href="http://www.klub-beskid.com/phorum/profile.php?12,1270">Vendôme</a>        </span>
      </td>
    </tr>
          <tr>
      <td class="PhorumTableRow">
        <img src="templates/default/images/carat.gif" border="0" width="8" height="8" alt="" style="vertical-align: middle;" />&nbsp;                                <a href="http://www.klub-beskid.com/phorum/read.php?12,301900">gateau a la broche en Pologne.</a>
                        <br /><span class="PhorumListModLink"><a href="javascript:if(window.confirm('Etes-vous sûr de vouloir effacer ce sujet?')) window.location='http://www.klub-beskid.com/phorum/moderation.php?12,42,301900';">Effacer ce sujet</a>&nbsp;&#8226;&nbsp;<a href="http://www.klub-beskid.com/phorum/moderation.php?12,43,301900">Déplacer sujet</a>&nbsp;&#8226;&nbsp;<a href="http://www.klub-beskid.com/phorum/moderation.php?12,50,301900">Fusion sujet</a></span>      </td>
              <td class="PhorumTableRow" align="center">1343&nbsp;</td>
            <td class="PhorumTableRow" align="center" nowrap="nowrap">5&nbsp;</td>
      <td class="PhorumTableRow" nowrap="nowrap"><a href="http://www.klub-beskid.com/phorum/profile.php?12,2069">jean pierre</a>&nbsp;</td>
      <td class="PhorumTableRow PhorumSmallFont" nowrap="nowrap">
        21/08/2019 17:59&nbsp;<br />
        <span class="PhorumListSubText">
          <a href="http://www.klub-beskid.com/phorum/read.php?12,301900,301934#msg-301934">Dernier poste</a> par <a href="http://www.klub-beskid.com/phorum/profile.php?12,7654">Maryan</a>        </span>
      </td>
    </tr>
          <tr>
      <td class="PhorumTableRowAlt">
        <img src="templates/default/images/carat.gif" border="0" width="8" height="8" alt="" style="vertical-align: middle;" />&nbsp;                                <a href="http://www.klub-beskid.com/phorum/read.php?12,301847">festival du pierogi a cracovie.</a>
                        <br /><span class="PhorumListModLink"><a href="javascript:if(window.confirm('Etes-vous sûr de vouloir effacer ce sujet?')) window.location='http://www.klub-beskid.com/phorum/moderation.php?12,42,301847';">Effacer ce sujet</a>&nbsp;&#8226;&nbsp;<a href="http://www.klub-beskid.com/phorum/moderation.php?12,43,301847">Déplacer sujet</a>&nbsp;&#8226;&nbsp;<a href="http://www.klub-beskid.com/phorum/moderation.php?12,50,301847">Fusion sujet</a></span>      </td>
              <td class="PhorumTableRowAlt" align="center">1218&nbsp;</td>
            <td class="PhorumTableRowAlt" align="center" nowrap="nowrap">4&nbsp;</td>
      <td class="PhorumTableRowAlt" nowrap="nowrap"><a href="http://www.klub-beskid.com/phorum/profile.php?12,2069">jean pierre</a>&nbsp;</td>
      <td class="PhorumTableRowAlt PhorumSmallFont" nowrap="nowrap">
        15/08/2019 10:06&nbsp;<br />
        <span class="PhorumListSubText">
          <a href="http://www.klub-beskid.com/phorum/read.php?12,301847,301856#msg-301856">Dernier poste</a> par <a href="http://www.klub-beskid.com/phorum/profile.php?12,2069">jean pierre</a>        </span>
      </td>
    </tr>
          <tr>
      <td class="PhorumTableRow">
        <img src="templates/default/images/carat.gif" border="0" width="8" height="8" alt="" style="vertical-align: middle;" />&nbsp;                                <a href="http://www.klub-beskid.com/phorum/read.php?12,301509">pierogi</a>
                        <br /><span class="PhorumListModLink"><a href="javascript:if(window.confirm('Etes-vous sûr de vouloir effacer ce sujet?')) window.location='http://www.klub-beskid.com/phorum/moderation.php?12,42,301509';">Effacer ce sujet</a>&nbsp;&#8226;&nbsp;<a href="http://www.klub-beskid.com/phorum/moderation.php?12,43,301509">Déplacer sujet</a>&nbsp;&#8226;&nbsp;<a href="http://www.klub-beskid.com/phorum/moderation.php?12,50,301509">Fusion sujet</a></span>      </td>
              <td class="PhorumTableRow" align="center">1550&nbsp;</td>
            <td class="PhorumTableRow" align="center" nowrap="nowrap">8&nbsp;</td>
      <td class="PhorumTableRow" nowrap="nowrap"><a href="http://www.klub-beskid.com/phorum/profile.php?12,7654">Maryan</a>&nbsp;</td>
      <td class="PhorumTableRow PhorumSmallFont" nowrap="nowrap">
        28/07/2019 17:07&nbsp;<br />
        <span class="PhorumListSubText">
          <a href="http://www.klub-beskid.com/phorum/read.php?12,301509,301569#msg-301569">Dernier poste</a> par <a href="http://www.klub-beskid.com/phorum/profile.php?12,7654">Maryan</a>        </span>
      </td>
    </tr>
          <tr>
      <td class="PhorumTableRowAlt">
        <img src="templates/default/images/carat.gif" border="0" width="8" height="8" alt="" style="vertical-align: middle;" />&nbsp;                                <a href="http://www.klub-beskid.com/phorum/read.php?12,301392">Assiette comestible</a>
                        <br /><span class="PhorumListModLink"><a href="javascript:if(window.confirm('Etes-vous sûr de vouloir effacer ce sujet?')) window.location='http://www.klub-beskid.com/phorum/moderation.php?12,42,301392';">Effacer ce sujet</a>&nbsp;&#8226;&nbsp;<a href="http://www.klub-beskid.com/phorum/moderation.php?12,43,301392">Déplacer sujet</a>&nbsp;&#8226;&nbsp;<a href="http://www.klub-beskid.com/phorum/moderation.php?12,50,301392">Fusion sujet</a></span>      </td>
              <td class="PhorumTableRowAlt" align="center">1122&nbsp;</td>
            <td class="PhorumTableRowAlt" align="center" nowrap="nowrap">2&nbsp;</td>
      <td class="PhorumTableRowAlt" nowrap="nowrap"><a href="http://www.klub-beskid.com/phorum/profile.php?12,5609">jpaul</a>&nbsp;</td>
      <td class="PhorumTableRowAlt PhorumSmallFont" nowrap="nowrap">
        02/07/2019 18:17&nbsp;<br />
        <span class="PhorumListSubText">
          <a href="http://www.klub-beskid.com/phorum/read.php?12,301392,301427#msg-301427">Dernier poste</a> par <a href="http://www.klub-beskid.com/phorum/profile.php?12,7654">Maryan</a>        </span>
      </td>
    </tr>
          <tr>
      <td class="PhorumTableRow">
        <img src="templates/default/images/carat.gif" border="0" width="8" height="8" alt="" style="vertical-align: middle;" />&nbsp;                                <a href="http://www.klub-beskid.com/phorum/read.php?12,301192">Epicerie BALTIK à St Germain en Laye</a>
                        <br /><span class="PhorumListModLink"><a href="javascript:if(window.confirm('Etes-vous sûr de vouloir effacer ce sujet?')) window.location='http://www.klub-beskid.com/phorum/moderation.php?12,42,301192';">Effacer ce sujet</a>&nbsp;&#8226;&nbsp;<a href="http://www.klub-beskid.com/phorum/moderation.php?12,43,301192">Déplacer sujet</a>&nbsp;&#8226;&nbsp;<a href="http://www.klub-beskid.com/phorum/moderation.php?12,50,301192">Fusion sujet</a></span>      </td>
              <td class="PhorumTableRow" align="center">2033&nbsp;</td>
            <td class="PhorumTableRow" align="center" nowrap="nowrap">1&nbsp;</td>
      <td class="PhorumTableRow" nowrap="nowrap"><a href="http://www.klub-beskid.com/phorum/profile.php?12,7654">Maryan</a>&nbsp;</td>
      <td class="PhorumTableRow PhorumSmallFont" nowrap="nowrap">
        15/06/2019 18:48&nbsp;<br />
        <span class="PhorumListSubText">
          <a href="http://www.klub-beskid.com/phorum/read.php?12,301192,301192#msg-301192">Dernier poste</a> par <a href="http://www.klub-beskid.com/phorum/profile.php?12,7654">Maryan</a>        </span>
      </td>
    </tr>
          <tr>
      <td class="PhorumTableRowAlt">
        <img src="templates/default/images/carat.gif" border="0" width="8" height="8" alt="" style="vertical-align: middle;" />&nbsp;                                <a href="http://www.klub-beskid.com/phorum/read.php?12,286054">Sève de bouleau</a>
                <span class="PhorumListPageLink">&nbsp;&nbsp;&nbsp;Aller à la page: <a href="http://www.klub-beskid.com/phorum/read.php?12,286054,page=1">1</a>,&nbsp;<a href="http://www.klub-beskid.com/phorum/read.php?12,286054,page=2">2</a></span>        <br /><span class="PhorumListModLink"><a href="javascript:if(window.confirm('Etes-vous sûr de vouloir effacer ce sujet?')) window.location='http://www.klub-beskid.com/phorum/moderation.php?12,42,286054';">Effacer ce sujet</a>&nbsp;&#8226;&nbsp;<a href="http://www.klub-beskid.com/phorum/moderation.php?12,43,286054">Déplacer sujet</a>&nbsp;&#8226;&nbsp;<a href="http://www.klub-beskid.com/phorum/moderation.php?12,50,286054">Fusion sujet</a></span>      </td>
              <td class="PhorumTableRowAlt" align="center">3986&nbsp;</td>
            <td class="PhorumTableRowAlt" align="center" nowrap="nowrap">23&nbsp;</td>
      <td class="PhorumTableRowAlt" nowrap="nowrap"><a href="http://www.klub-beskid.com/phorum/profile.php?12,5609">jpaul</a>&nbsp;</td>
      <td class="PhorumTableRowAlt PhorumSmallFont" nowrap="nowrap">
        19/05/2019 19:39&nbsp;<br />
        <span class="PhorumListSubText">
          <a href="http://www.klub-beskid.com/phorum/read.php?12,286054,300671,page=2#msg-300671">Dernier poste</a> par <a href="http://www.klub-beskid.com/phorum/profile.php?12,5609">jpaul</a>        </span>
      </td>
    </tr>
          <tr>
      <td class="PhorumTableRow">
        <img src="templates/default/images/carat.gif" border="0" width="8" height="8" alt="" style="vertical-align: middle;" />&nbsp;                                <a href="http://www.klub-beskid.com/phorum/read.php?12,292047">Le mystère du bigos</a>
                        <br /><span class="PhorumListModLink"><a href="javascript:if(window.confirm('Etes-vous sûr de vouloir effacer ce sujet?')) window.location='http://www.klub-beskid.com/phorum/moderation.php?12,42,292047';">Effacer ce sujet</a>&nbsp;&#8226;&nbsp;<a href="http://www.klub-beskid.com/phorum/moderation.php?12,43,292047">Déplacer sujet</a>&nbsp;&#8226;&nbsp;<a href="http://www.klub-beskid.com/phorum/moderation.php?12,50,292047">Fusion sujet</a></span>      </td>
              <td class="PhorumTableRow" align="center">2339&nbsp;</td>
            <td class="PhorumTableRow" align="center" nowrap="nowrap">17&nbsp;</td>
      <td class="PhorumTableRow" nowrap="nowrap"><a href="http://www.klub-beskid.com/phorum/profile.php?12,139">Alain Szelong</a>&nbsp;</td>
      <td class="PhorumTableRow PhorumSmallFont" nowrap="nowrap">
        16/02/2019 02:44&nbsp;<br />
        <span class="PhorumListSubText">
          <a href="http://www.klub-beskid.com/phorum/read.php?12,292047,299019#msg-299019">Dernier poste</a> par <a href="http://www.klub-beskid.com/phorum/profile.php?12,1270">Vendôme</a>        </span>
      </td>
    </tr>
  </table>
<div class="PhorumNavBlock" style="text-align: left;">
      <div style="float: right;">
      <span class="PhorumNavHeading">Aller à la page:</span>&nbsp;<span class="PhorumNavLink"><strong>1</strong></span><a class="PhorumNavLink" href="http://www.klub-beskid.com/phorum/list.php?12,page=2">2</a><a class="PhorumNavLink" href="http://www.klub-beskid.com/phorum/list.php?12,page=3">3</a><a class="PhorumNavLink" href="http://www.klub-beskid.com/phorum/list.php?12,page=4">4</a><a class="PhorumNavLink" href="http://www.klub-beskid.com/phorum/list.php?12,page=5">5</a><a class="PhorumNavLink" href="http://www.klub-beskid.com/phorum/list.php?12,page=6">6</a><a class="PhorumNavLink" href="http://www.klub-beskid.com/phorum/list.php?12,page=7">7</a><a class="PhorumNavLink" href="http://www.klub-beskid.com/phorum/list.php?12,page=8">8</a><a class="PhorumNavLink" href="http://www.klub-beskid.com/phorum/list.php?12,page=9">9</a><a class="PhorumNavLink" href="http://www.klub-beskid.com/phorum/list.php?12,page=10">10</a><a class="PhorumNavLink" href="http://www.klub-beskid.com/phorum/list.php?12,page=11">11</a><a class="PhorumNavLink" href="http://www.klub-beskid.com/phorum/list.php?12,page=12">...Dernier</a><a class="PhorumNavLink" href="http://www.klub-beskid.com/phorum/list.php?12,page=2">Suivant</a>    </div>
    <span class="PhorumNavHeading PhorumHeadingLeft">Page courante: </span>1 sur 12</div>

<div class="PhorumNavBlock" style="text-align: left;">
  <span class="PhorumNavHeading PhorumHeadingLeft">Options:</span>
  &nbsp;<a class="PhorumNavLink" href="http://www.klub-beskid.com/phorum/list.php?12,markread">Marquer tous les messages comme lus</a></div>
<div class="PhorumFooterPlug" align="center"><script type="text/javascript"><!--
google_ad_client = "pub-6633606990726752";
google_ad_width = 728;
google_ad_height = 15;
google_ad_format = "728x15_0ads_al_s";
//2006-11-03: Forum
google_ad_channel = "5767910889";
google_color_border = "FFFFFF";
google_color_bg = "F0F0F0";
google_color_link = "0000FF";
google_color_text = "000000";
google_color_url = "008000";
//--></script>
<script type="text/javascript"
  src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script></div>
<!-- these are the two div's from header.tpl -->
</div>
</div>
</body>
</html>
<table width="100%" border="0" cellpadding="5">
  <tr>
    <td width="20%"><div align="center"><a href="http://www.phorum.org/" target="_blank"><img src="templates/default/images/logo2.jpg" width="111" height="25" border="0"></a></div></td>
    <td width="59%"></td>
    <td width="20%"><div align="center">    <script type="text/javascript"><!--
google_ad_client = "pub-6633606990726752";
google_ad_width = 110;
google_ad_height = 32;
google_ad_format = "110x32_as_rimg";
google_cpa_choice = "CAAQvaPNmgIaCHWux0x-OkwMKKnlt3UwAA";
google_ad_channel = "5635291382";
//-->
</script>
<script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script></div></td>
  </tr>
</table>
  </body>
</html>