/* CSS pour statistique */

  /**
   * Formatting content container
   *
   * |-------------------------------|
   * |                        #topnav|
   * | #header                       |
   * |-------------------------------|
   * | #teaser                       |
   * |-------------------------------|
   * | #col1   | #col3     | #col2   |
   * | 240px   | flexible  | 30%     |
   * |-------------------------------|
   * | #footer                       |
   * |-------------------------------|
   * | #footerpartner                |
   * |-------------------------------|
   */


#col3_content {
   background-color: transparent;
   background-image: url(http://www.cuso.ch/uploads/tx_ecomedias/500/back_formula.gif);
   background-attachment: scroll;
   /* background-attachment: fixed; */
   background-repeat: repeat;
   background-position: 0% 0%;
   }
   
#tab td.align-left { text-align: left; }
#tab td.align-center { 
   text-align: center !important ; 
   text-align: -moz-center !important ; 
   color: blue; 
   }
#tab td.align-right { 
   text-align: right !important ; 
   text-align: -moz-right !important ;
   color: red; 
   }