Les News

Score et photos de Vannes / Colomiers Samedi 05 Novembre 2011
 En déplacement à Vannes, Colomiers l'emporte sur le score de 13 à 10, 13 à 0 à la mi-temps.



L'essai columérin marqué par Aurélien BÉCO à la fin de la première mi-temps




 
Pour Vannes : 1 essai de Mickaël GARCIA (74'), 1 transformation et 1 pénalité de Thomas LE BARILLIER.



Pour Colomiers : 1 essai d'Aurélien BÉCO (40'), 1 transformation, 1 pénalité et 1 drop de Yannick LAFFORGUE.





Récupération d'une passe acrobatique de Yannick LAFFORGUE par Florian NICOT




Passe après contact de Guillaume BORTOLASO




Impeccable réception d'une chandelle par Morgan SAOUT n° 21, arrière




Matthias LLEDOS, 3ème ligne aile à la relance




Passe chistéra de Matthias LLEDOS aggripé par un vannetais




Passe de Yannick LAFFORGUE




Benjamin RIOUX talonneur transperce le rideau vannetais




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