Les News

Premier match du championnat 2011-2012, score et photos Dimanche 25 Septembre 2011
 
Colomiers l'emporte sur Morlaàs 25 à 3, 7-3 à la mi-temps.

 
Présentation avant le match de l'école de rugby de Colomiers
 
 Pour Morlaàs : 1 pénalité de DANY



Pour Colomiers : 3 essais, Yannick LAFFORGUE 10', Fabrice CULINAT 60', Morgan SAOUT 72', 2 transformations et 2 pénalités de Jeffrey PERKINS.





Yannick LAFFORGUE, ouvreur file sous les barres






Frédéric COUZIER arrière, relance à la main






Passe chistera de Nicolas AGNESI n°1 pilier vers Jeffrey PERKINS n° 11, ailier et buteur






Guillaume LASSALE n°12, trois quart centre






Raffut de Jeffrey PERKINS






Dan WILLIAMS n° 4, 2ème ligne suivi de Guillaume BORTOLASO n° 8, 3ème ligne centre 






entrée en mêlée, en première ligne : à gauche Damien WEBER, talonneur Damien CATALA, à droite Victor DELMAS






Fabrice CULINAT, demi d'ouverture se faufile et va marquer l'essai






Matthias LLEDOS, 3ème ligne suivi d'Antoine BOURDIN, 2ème ligne






Guillaume BORTOLASO en sortie de mêlée






 






Morgan SAOUT, n° 14


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