Les News

Résultats et photos du match Albi / Colomiers Lundi 28 Mars 2011
 
Score final 34 à 15 pour Albi, 19 à 15 à la mi-temps.


Exercice d'équilibre ? 



►►► 




Pour Albi : 5 essais (Laurent BALUC-RITTENER 4', Dave VAINQUEUR 9' et 71', Sofiane GUITOUNE 26', Pierre CORREIA 31'), 3 transformations et 1 pénalité de Frédéric MANCA.



Pour Colomiers : 5 pénalités de Yannick LAFFORGUE. 



⇔⇔⇔


Adrien FOUCRAS 3ème ligne centre, n° 8






Morgan SAOUT arrière n° 15






Fabien BERNEAU 3ème ligne aile, capitaine






Malakaï BAKANICEVA trois-quart aile, n° 11






Olivier CAISSO 2ème ligne n° 5






Frédéric COUZIER trois-quart centre






Olivier CAISSO






Une entrée en mêlée, 3ème ligne aile Guillaume BORTOLASO










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"); });
      });