index.html 26.4 KB
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<head>
    <title></title>
    <style type="text/css">
        body {
            background:#ededed;
            margin: 0;
            font-size: 12px;
            line-height: 16px;
            color: #424242; /*dk grey*/
            font-family: "Arial", sans-serif;
        }
        table, tr, td{
            border: none; 
            border-collapse: collapse;
            padding: 0;
            font-size: 12px;
            line-height: 16px;
            color: #424242; /*dk grey*/
            font-family: "Arial", sans-serif;
            vertical-align:top;
        }
        img, a img{
            border: none;
            border-collapse: collapse;
            display: block;
            margin:0;
            padding:0;
        }
        .container{
/*            border: 1px #424242 solid; 
*/            background-color: #ffffff;
        }
        .address td td{
            font-size: 11px;
            line-height: 13px;
        }
        p, td p {
            margin-bottom: 10px;
            margin-top: 10px;
        }
        a {
            color: #424242; /*dk grey*/
        }
        h2, td h2,  h1, td h1 {
            font-size: 21px;
            line-height: 25px;
            font-weight:bold;
            font-family: "Arial", sans-serif;
            margin: 5px 0 10px 0;
        }
        h3, td h3 {
            font-size: 18px;
            line-height: 21px;
            font-weight:bold;
            font-family: "Arial", sans-serif;
            margin: 10px 0 10px 0;
        }
        h4, td h4 {
            font-size: 15px;
            line-height: 18px;
            font-weight:bold;
            font-family: "Arial", sans-serif;
            margin: 10px 0 10px 0;
        }
        .content-table th, .content-table td{
            padding: 3px 3px 3px 10px;
        }
        .content-table th{
            background-color: #424242; /**/
            color: #FFFFFF;
            text-align: left;
        }
        .odd{
            background-color: #e5e5e5;
        }
        .float-l{
            float: left;
            margin: 0 10px 10px 0;
        }
        .float-r{
            float: right;
            margin: 0 0 10px 10px;
        }
        img{
            border:none;
            border-collapse: collapse;
        }
        a img{
            border:none;
            border-collapse: collapse;
        }
        td.box-bottom{
            line-height:1px;
            font-size:1px;
        }
        
        
        /* specific to Alterna */
        .content td td{
        }
        .yellow .box{
            background-color:#f3b848;
        }
        .orange .box{
            background-color:#eca14e;
        }
        .grey1 .box{
            background-color:#d2d9dc;
        }
        .grey2 .box, .grey2 .box td, .grey2 .box td a{
            background-color:#7d8b90;
            color:white;
        }
        .column2{
        }
        .column2 h2, .column2 td h2 {
            font-size: 15px;
            line-height: 18px;
            margin: 0 0 10px 0;
        }
        .column2 h3, .column2 td h3 {
            font-size: 13px;
            line-height: 15px;
            margin: 0 0 10px 0;
        }
        .read-more {
            vertical-align:bottom;
            text-align:right;
            padding:0;
        }
        .read-more p{
            font-weight:bold;
            font-size:13px;
            line-height:13px;
            margin:0 0 10px 0;
        }
       .address td{
           color:#989898;
           font-size:11px;
       }
       table.footer td{
           padding:10px;
           background-color:#d2d9dc;
       }
    body,td,th {
    font-family: Arial, sans-serif;
}
    </style>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
</head>
<body LEFTMARGIN="0" TOPMARGIN="0">
<table width="100%" cellspacing="0" cellpadding="0" border="0">
    <tr>
        <td><img src="blank.gif" alt="" width="1" height="1"/></td>
        <td id="centering" width="600">
            <table  class="container" cellspacing="0" cellpadding="0" border="0"><tr><td><!-- this enables a border and/or background colour -->
                
                


<!-- this will be different with every email -->
     
<table class="mast" cellspacing="0" cellpadding="0" border="0">
    <tr class="mast">
        <td>
            <table class="mast" cellspacing="0" cellpadding="0" border="0">
                <tr>
                    <td><a href="https://www.alterna.ca/lang/fr/" style="display:block;"><img src="mast-logo.gif" width="154" height="105" alt=""/></a></td>
                    <td>
                        <table class="mast" cellspacing="0" cellpadding="0" border="0">
                            <tr><td><a href="https://www.alterna.ca/lang/fr/" style="display:block;"><img src="mast-sp1.gif" width="124" height="31" alt=""/></a></td></tr>
                            <tr>
                              <td mc:edit="date">septembre 2014</td></tr>
                            <tr><td><a href="https://www.alterna.ca/lang/fr/" style="display:block;"><img src="mast-sp2.gif" width="124" height="59" alt=""/></a></td></tr>
                        </table>

                    </td>
                    <td><a href="https://www.alterna.ca/lang/fr/" style="display:block;"><img src="mast-fraiche.gif" width="324" height="105" alt=""/></a></td>
                </tr>
            </table>
        </td>
    </tr>
    <tr class="mast">
        <td><a href="https://www.alterna.ca/lang/fr/" style="display:block;"><img mc:edit="header_image" style="max-width:602px;" src="mast-img.jpg" width="602" height="218" alt=""/></a></td>
    </tr>
</table>
</a>
    <!-- mast ends -->
    
<!-- layoutrows first, then layout tables within each row for further control -->     
<table class="layoutrows" cellspacing="0" cellpadding="0" border="0">
    <tr class="spacer">
        <td width="13"><img src="sp-13x13.gif" width="13" height="13" alt=""/></td>
        <td width="380"></td>
        <td width="12"><img src="sp-12x13.gif" width="12" height="13" alt=""/></td>
        <td width="184"></td>
        <td width="13"><img src="sp-13x13.gif" width="13" height="13" alt=""/></td>
    </tr>
  <!-- content starts -->
    <tr class="content">
        <td width="13"><img src="sp-13x13.gif" width="13" height="13" alt=""/></td>
        <td width="380" class="column1">
        <div class="grey1" mc:repeatable="article" mc:variant="Grey Light"><!-- #BeginLibraryItem "/Library/box wide with Read More.lbi" --><table cellspacing="0" cellpadding="0" border="0" class="box">
            <tr class="design">
              <td width="20"><img src="r-topleft.png" width="20" height="17" alt=""/></td>
              <td width="340"><img src="center2.gif" width="340" height="1" alt=""/></td>
              <td width="20"><img src="r-topright.png" width="20" height="17" alt=""/></td>
            </tr>
            <tr>
              <td></td>
              <td><h2 mc:edit="header" >Lorem Ipsum Dolor</h2>
                <div mc:edit="body">
                  <p>Images placed here are 336 px wide. Doenim ad minim veniam, quis nostrud commodo.  ipsum dolor minim mit...</p>
                </div></td>
              <td></td>
            </tr>
            <tr class="read-more"  mc:hideable>
              <td><img src="blank.gif" width="1" height="15" alt=""/></td>
              <td class="read-more"><p mc:edit="read_more"><a href="http://google.ca">Read more</a></p></td>
              <td></td>
            </tr>
            <tr>
              <td class="box-bottom"><img src="r-bottomleft.png" width="20" height="10" alt=""/></td>
              <td class="box-bottom"></td>
              <td class="box-bottom"><img src="r-bottomright.png" width="20" height="10" alt=""/></td>
            </tr>
          </table><!-- #EndLibraryItem --><img src="sp-12x13.gif" width="12" height="13" alt=""/>
          </div>
        <div class="grey2" mc:repeatable="article" mc:variant="Grey Dark"><!-- #BeginLibraryItem "/Library/box wide with Read More.lbi" --><table cellspacing="0" cellpadding="0" border="0" class="box">
            <tr class="design">
              <td width="20"><img src="r-topleft.png" width="20" height="17" alt=""/></td>
              <td width="340"><img src="center2.gif" width="340" height="1" alt=""/></td>
              <td width="20"><img src="r-topright.png" width="20" height="17" alt=""/></td>
            </tr>
            <tr>
              <td></td>
              <td><h2 mc:edit="header" >Lorem Ipsum Dolor</h2>
                <div mc:edit="body">
                  <p>Images placed here are 336 px wide. Doenim ad minim veniam, quis nostrud commodo.  ipsum dolor minim mit...</p>
                </div></td>
              <td></td>
            </tr>
            <tr class="read-more"  mc:hideable>
              <td><img src="blank.gif" width="1" height="15" alt=""/></td>
              <td class="read-more"><p mc:edit="read_more"><a href="http://google.ca">Read more</a></p></td>
              <td></td>
            </tr>
            <tr>
              <td class="box-bottom"><img src="r-bottomleft.png" width="20" height="10" alt=""/></td>
              <td class="box-bottom"></td>
              <td class="box-bottom"><img src="r-bottomright.png" width="20" height="10" alt=""/></td>
            </tr>
          </table><!-- #EndLibraryItem --><img src="sp-12x13.gif" width="12" height="13" alt=""/>
          </div>
        <div class="orange" mc:repeatable="article" mc:variant="Orange"><!-- #BeginLibraryItem "/Library/box wide with Read More.lbi" --><table cellspacing="0" cellpadding="0" border="0" class="box">
            <tr class="design">
              <td width="20"><img src="r-topleft.png" width="20" height="17" alt=""/></td>
              <td width="340"><img src="center2.gif" width="340" height="1" alt=""/></td>
              <td width="20"><img src="r-topright.png" width="20" height="17" alt=""/></td>
            </tr>
            <tr>
              <td></td>
              <td><h2 mc:edit="header" >Lorem Ipsum Dolor</h2>
                <div mc:edit="body">
                  <p>Images placed here are 336 px wide. Doenim ad minim veniam, quis nostrud commodo.  ipsum dolor minim mit...</p>
                </div></td>
              <td></td>
            </tr>
            <tr class="read-more"  mc:hideable>
              <td><img src="blank.gif" width="1" height="15" alt=""/></td>
              <td class="read-more"><p mc:edit="read_more"><a href="http://google.ca">Read more</a></p></td>
              <td></td>
            </tr>
            <tr>
              <td class="box-bottom"><img src="r-bottomleft.png" width="20" height="10" alt=""/></td>
              <td class="box-bottom"></td>
              <td class="box-bottom"><img src="r-bottomright.png" width="20" height="10" alt=""/></td>
            </tr>
          </table><!-- #EndLibraryItem --><img src="sp-12x13.gif" width="12" height="13" alt=""/>
          </div>
        <div class="yellow" mc:repeatable="article" mc:variant="Yellow"><!-- #BeginLibraryItem "/Library/box wide with Read More.lbi" --><table cellspacing="0" cellpadding="0" border="0" class="box">
            <tr class="design">
              <td width="20"><img src="r-topleft.png" width="20" height="17" alt=""/></td>
              <td width="340"><img src="center2.gif" width="340" height="1" alt=""/></td>
              <td width="20"><img src="r-topright.png" width="20" height="17" alt=""/></td>
            </tr>
            <tr>
              <td></td>
              <td><h2 mc:edit="header" >Lorem Ipsum Dolor</h2>
                <div mc:edit="body">
                  <p>Images placed here are 336 px wide. Doenim ad minim veniam, quis nostrud commodo.  ipsum dolor minim mit...</p>
                </div></td>
              <td></td>
            </tr>
            <tr class="read-more"  mc:hideable>
              <td><img src="blank.gif" width="1" height="15" alt=""/></td>
              <td class="read-more"><p mc:edit="read_more"><a href="http://google.ca">Read more</a></p></td>
              <td></td>
            </tr>
            <tr>
              <td class="box-bottom"><img src="r-bottomleft.png" width="20" height="10" alt=""/></td>
              <td class="box-bottom"></td>
              <td class="box-bottom"><img src="r-bottomright.png" width="20" height="10" alt=""/></td>
            </tr>
          </table><!-- #EndLibraryItem --><img src="sp-12x13.gif" width="12" height="13" alt=""/>
          </div>
        <div class="images" mc:repeatable="article" mc:variant="Two Images">
   <table cellspacing="0" cellpadding="0" border="0">
     <tr mc:hideable>
        <td mc:edit="intro1">Lorem Ipsum</td>
        <td></td>
        <td mc:edit="intro2">Lorem Ipsum</td>
     </tr>
   <tr>
        <td><img mc:edit="image" style="max-width:184px;max-height:184px;" src="Image_template.jpg" width="184" height="184" alt=""/></td>
        <td><img src="sp-12x13.gif" width="12" height="13" alt=""/></td>
        <td><img mc:edit="image2" style="max-width:184px;max-height:184px;" src="Image_template.jpg" width="184" height="184" alt=""/></td>
    </tr>
   </table>
         <img src="sp-12x13.gif" width="12" height="13" alt=""/>
      
         </div>
        </td>
        <td width="12"><img src="sp-12x13.gif" width="12" height="13" alt=""/></td>
        <td width="184" class="column2">
        
        

        <div class="grey1" mc:repeatable="sidebar" mc:variant="Grey Light"><!-- #BeginLibraryItem "/Library/box with Read More.lbi" --><table cellspacing="0" cellpadding="0" border="0" class="box">
                        <tr class="design">
                          <td width="20"><img src="r-topleft.png" width="20" height="17" alt=""/></td>
                          <td width="144"><img src="center.gif" width="144" height="1" alt=""/></td>
                          <td width="20"><img src="r-topright.png" width="20" height="17" alt=""/></td>
                        </tr>
                        <tr>
                          <td></td>
                          <td><h2 mc:edit="header" >Lorem Ipsum Dolor </h2>
                            <div mc:edit="body">
                              <p>Doenim ad minim veniam, quis nostrud commodo.  ipsum dolor minim mit...</p>
                            </div></td>
                          <td></td>
                        </tr>
                      <tr class="read-more"  mc:hideable>
                        <td><img src="blank.gif" width="1" height="15" alt=""/></td>
                        <td class="read-more"><p mc:edit="read_more"><a href="http://google.ca">Read more</a></p></td>
                        <td></td>
                      </tr>
                        <tr>
              <td class="box-bottom"><img src="r-bottomleft.png" width="20" height="10" alt=""/></td>
              <td class="box-bottom"></td>
              <td class="box-bottom"><img src="r-bottomright.png" width="20" height="10" alt=""/></td>
                        </tr>
                      </table><!-- #EndLibraryItem --><img src="sp-12x13.gif" width="12" height="13" alt=""/>
          </div>
        <div class="grey2" mc:repeatable="sidebar" mc:variant="Grey Dark"><!-- #BeginLibraryItem "/Library/box with Read More.lbi" --><table cellspacing="0" cellpadding="0" border="0" class="box">
                        <tr class="design">
                          <td width="20"><img src="r-topleft.png" width="20" height="17" alt=""/></td>
                          <td width="144"><img src="center.gif" width="144" height="1" alt=""/></td>
                          <td width="20"><img src="r-topright.png" width="20" height="17" alt=""/></td>
                        </tr>
                        <tr>
                          <td></td>
                          <td><h2 mc:edit="header" >Lorem Ipsum Dolor </h2>
                            <div mc:edit="body">
                              <p>Doenim ad minim veniam, quis nostrud commodo.  ipsum dolor minim mit...</p>
                            </div></td>
                          <td></td>
                        </tr>
                      <tr class="read-more"  mc:hideable>
                        <td><img src="blank.gif" width="1" height="15" alt=""/></td>
                        <td class="read-more"><p mc:edit="read_more"><a href="http://google.ca">Read more</a></p></td>
                        <td></td>
                      </tr>
                        <tr>
              <td class="box-bottom"><img src="r-bottomleft.png" width="20" height="10" alt=""/></td>
              <td class="box-bottom"></td>
              <td class="box-bottom"><img src="r-bottomright.png" width="20" height="10" alt=""/></td>
                        </tr>
                      </table><!-- #EndLibraryItem --><img src="sp-12x13.gif" width="12" height="13" alt=""/>
          </div>
        <div class="orange" mc:repeatable="sidebar" mc:variant="Orange"><!-- #BeginLibraryItem "/Library/box with Read More.lbi" --><table cellspacing="0" cellpadding="0" border="0" class="box">
                        <tr class="design">
                          <td width="20"><img src="r-topleft.png" width="20" height="17" alt=""/></td>
                          <td width="144"><img src="center.gif" width="144" height="1" alt=""/></td>
                          <td width="20"><img src="r-topright.png" width="20" height="17" alt=""/></td>
                        </tr>
                        <tr>
                          <td></td>
                          <td><h2 mc:edit="header" >Lorem Ipsum Dolor </h2>
                            <div mc:edit="body">
                              <p>Doenim ad minim veniam, quis nostrud commodo.  ipsum dolor minim mit...</p>
                            </div></td>
                          <td></td>
                        </tr>
                      <tr class="read-more"  mc:hideable>
                        <td><img src="blank.gif" width="1" height="15" alt=""/></td>
                        <td class="read-more"><p mc:edit="read_more"><a href="http://google.ca">Read more</a></p></td>
                        <td></td>
                      </tr>
                        <tr>
              <td class="box-bottom"><img src="r-bottomleft.png" width="20" height="10" alt=""/></td>
              <td class="box-bottom"></td>
              <td class="box-bottom"><img src="r-bottomright.png" width="20" height="10" alt=""/></td>
                        </tr>
                      </table><!-- #EndLibraryItem --><img src="sp-12x13.gif" width="12" height="13" alt=""/>
          </div>
        <div class="yellow" mc:repeatable="sidebar" mc:variant="Yellow"><!-- #BeginLibraryItem "/Library/box with Read More.lbi" --><table cellspacing="0" cellpadding="0" border="0" class="box">
                        <tr class="design">
                          <td width="20"><img src="r-topleft.png" width="20" height="17" alt=""/></td>
                          <td width="144"><img src="center.gif" width="144" height="1" alt=""/></td>
                          <td width="20"><img src="r-topright.png" width="20" height="17" alt=""/></td>
                        </tr>
                        <tr>
                          <td></td>
                          <td><h2 mc:edit="header" >Lorem Ipsum Dolor </h2>
                            <div mc:edit="body">
                              <p>Doenim ad minim veniam, quis nostrud commodo.  ipsum dolor minim mit...</p>
                            </div></td>
                          <td></td>
                        </tr>
                      <tr class="read-more"  mc:hideable>
                        <td><img src="blank.gif" width="1" height="15" alt=""/></td>
                        <td class="read-more"><p mc:edit="read_more"><a href="http://google.ca">Read more</a></p></td>
                        <td></td>
                      </tr>
                        <tr>
              <td class="box-bottom"><img src="r-bottomleft.png" width="20" height="10" alt=""/></td>
              <td class="box-bottom"></td>
              <td class="box-bottom"><img src="r-bottomright.png" width="20" height="10" alt=""/></td>
                        </tr>
                      </table><!-- #EndLibraryItem --><img src="sp-12x13.gif" width="12" height="13" alt=""/>
          </div>
        <div class="images" mc:repeatable="sidebar" mc:variant="Image">
            <img mc:edit="image" style="max-width:184px;max-height:184px;" src="Image_template.jpg" width="184" height="184" />
            <img src="sp-12x13.gif" width="12" height="13" alt=""/>
         </div>


        
        </td>
        <td width="13"><img src="sp-13x13.gif" width="13" height="13" alt=""/></td>
    </tr>
    
<!-- content  ends -->

    <tr class="spacer">
        <td><img src="sp-13x13.gif" width="13" height="13" alt=""/></td>
        <td></td>
        <td></td>
        <td></td>
        <td></td>
    </tr>
    
</table><!-- layoutrows ends -->
            


            
                                                <!-- // Begin Module: Standard Footer \\ -->
                                                <table border="0" cellpadding="10" cellspacing="0" width="100%" class="footer">
                                                    <tr>
                                                        <td colspan="2" valign="middle" id="social" style="text-align:center;">
                                                            <div mc:edit="std_social">
                                                                &nbsp;<a href="*|TWITTER:PROFILEURL|*">suivre sur Twitter</a> | <a href="https://www.facebook.com/AlternaSavings">rejoindre sur Facebook</a> | <a href="*|FORWARD|*">transmettre à un ami</a>&nbsp;
                                                            </div>
                                                        </td>
                                                    </tr>
                                                    <tr>
                                                        <td valign="top" width="100%" style="background-color:#e5eaed;"><!-- width="370"-->
                                                            <div mc:edit="std_footer">
                                                              <img src="logo_fr.png" width="150" height="51" alt=""/>
                                                              <p>Vous recevez ce courriel parce que vous avez donné votre consentement à la réception de communications électroniques en provenance d&rsquo;Alterna.<br>
                                                                <br>
                                                                Nous respectons votre confidentialité et nous ne vendons, ni ne partageons, ni ne divulguons d&rsquo;aucune façon vos renseignements personnels. Alterna répond aux exigences de la Loi canadienne anti-pourriel (LCAP) et utilise un procédé d'abonnement en deux étapes. Vous avez accepté de recevoir des courriels d&rsquo;Alterna qui pourraient contenir des nouvelles sur la coopérative, des articles éducatifs et du matériel promotionnel. Vous pourrez retirer votre consentement à n&rsquo;importe quel moment en cliquant sur le lien « <a href="*|UNSUB|*">Désabonner</a> ».<br>
                                                                <br>
                                                              Pour en savoir plus sur la confidentialité et la sécurité, consultez <a href="https://www.alterna.ca/lang/fr/OnlinePolicies/SecurityAndPrivacy/">alterna.ca</a>. Vous pouvez vous désabonner de la liste de distribution de courriels, ou mettre à jour vos préférences en cliquant sur les liens figurant dans le courriel.</p>
                                                            
<p>
                                                            
                                                            
                                                            
                                                            *|IF:LIST|* <em>Copyright © *|CURRENT_YEAR|* *|LIST:COMPANY|*, All rights reserved.</em><br>
<!-- *|IFNOT:ARCHIVE_PAGE|* --> <!--*|LIST:DESCRIPTION|*
                                                                <br />
                                                                <strong>Our mailing address is:</strong>
                                                                <br />--> *|HTML:LIST_ADDRESS|*<br>
<!-- *|END:IF|* --> *|ELSE:|* <!-- *|IFNOT:ARCHIVE_PAGE|* --> <em>Copyright © *|CURRENT_YEAR|* *|USER:COMPANY|*, All rights reserved.</em><br>
<!--<strong>Our mailing address is:</strong>
                                                                <br />--> *|USER:ADDRESS|* <!-- *|END:IF|* --> *|END:IF|*</p></div>
                                                        </td><!--
                                                        <td valign="top" width="170" id="monkeyRewards">
                                                            <br />
                                                            <div mc:edit="monkeyrewards">
                                                                *|IF:REWARDS|* *|HTML:REWARDS|* *|END:IF|*
                                                            </div>
                                                            <br />
                                                        </td>-->
                                                    </tr>
                                                    <tr>
                                                        <td colspan="2" valign="middle" id="utility" style="text-align:center;">
                                                            <div mc:edit="std_utility">
                                                                &nbsp;<a href="*|UNSUB|*">vous désabonner de cette liste</a> | <a href="*|UPDATE_PROFILE|*">modifier vos préférences d’abonnement</a><!-- *|IFNOT:ARCHIVE_PAGE|* --> | <a href="*|ARCHIVE|*">visualiser dans votre navigateur</a><!-- *|END:IF|* -->&nbsp;
                                                            </div>
                                                        </td>
                                                    </tr>
                                                </table>
                                                <!-- // End Module: Standard Footer \\ -->


            
            
            </td></tr></table><!-- container ends -->
            

        </td>
        <td><img src="blank.gif" alt="" width="1" height="1"/></td>
    </tr>
    <tr>
        <td><img src="blank.gif" alt="" width="1" height="1"/></td>
        <td class="address" width="600"><img src="blank.gif" alt="" width="600" height="1"/></td>
        <td><img src="blank.gif" alt="" width="1" height="1"/></td>
    </tr>
</table>

</body>
</html>