Les News

Résultats et photos du match Auch / Colomiers Mardi 05 Avril 2011
 
  Score final : 37 à 7 pour Auch, 17 à 7 à la mi-temps.



►►►


Des photos du seul essai columérin en tout début du match :




Malakaï BAKANICEVA et Vereniki GONEVA après l'essai










⇔⇔⇔
 Pour Auch : 4 essais (Anthony SALLE CANNE 21', Aloisi BUTONIDUALEVU 33', Mickaël EYMARD 73', Mathieu ACEBES 75'), 4 transformations et 3 pénalités d'Alexandre DUT.





Pour Colomiers : 1 essai de Malakaï BAKANICEVA transformé par Yannick LAFFORGUE.



♦♦♦




































































 


Pour plus de photos de ce match : https://picasaweb.google.com/jlmevel/Journee26AuchColomiersSamedi02Avril2011?feat=directlink



Jean-Louis Mével




Consulter les news récentes | Consulter les archives

Suivez-nous sur Twitter !

      jQuery(function($){
        var options = {
          username: "ColomiersRugby",
          page: 1,
          avatar_size: 32,
          count: 4,
          fetch: 5, // 1 + count
          loading_text: "loading ..."
        };

        var widget = $("#paging .widget"),
          next = $("#paging .next"),
          prev = $("#paging .prev");

        var enable = function(el, yes) {
          yes ? $(el).removeAttr('disabled') :
                $(el).attr('disabled', true);
        };

        var stepClick = function(incr) {
          return function() {
            options.page = options.page + incr;
            enable(this, false);
            widget.tweet(options);
          };
        };

        next.bind("checkstate", function() {
          enable(this, widget.find("li").length == options.count)
        }).click(stepClick(1));

        prev.bind("checkstate", function() {
          enable(this, options.page > 1)
        }).click(stepClick(-1));

        widget.tweet(options).bind("loaded", function() { next.add(prev).trigger("checkstate"); });
      });