Les News

Score et photos de Colomiers / Saint-Junien Lundi 10 Octobre 2011
 Colomiers l'emporte sur Saint-Junien (Haute-Vienne) 24 à 18, 17 - 3 à la mi-temps.



Essai du pack, le ballon a été aplati par Benjamin RIOUX, talonneur




 
Pour Saint-Junien : 2 essais de Thibaud GUIBERT 57' et Ioan DEBRACH 62', 1 transformation et 2 pénalités de  Ioan DEBRACH.



Pour Colomiers : 3 essais de Benjamin RIOUX 34', Florent VIÉ 40', Matthias LLEDOS 53', 3 transformations et 1 pénalité de Yannick LAFFORGUE.



Jean CAZABAT 3ème ligne centre n° 8






Fabrice CULINAT, demi de mêlée n° 9, capitaine






Karl PAUTRIC, trois-quart aile n° 11






Un pilier qui fait une passe après contact, Alain Bertrand NUETSA FOTSO, n° 3






Un autre pilier qui raffute, Damien WEBER, n° 1






Prise en touche par Dan WILLIAMS, 2ème ligne n° 4






Cadrage débordement de Florent VIÉ, trois-quart aile n° 14 qui file à l'essai






Essai refusé à Florent VIÉ pour l'interposition du corps d'un joueur adverse






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