Les News

Challenge de L'Esperance : Score et photos de Colomiers / Montauban Vendredi 14 Octobre 2011
   Montauban coiffe sur le fil Colomiers par 17 à 16. 





Jeffrey PERKINS, ouvreur n° 10 


Pour Montauban : 1 essai de Djamel OUCHÈNE 44', 2 pénalités de Peter DURCAN  et 2 de Adrien LAPLACE.



Pour Colomiers : 1 essai de Guillaume LASSALLE 74'; 1 transformation et 1 pénalité de Hugo HERNANDEZ, 2 pénalités de Jeffrey PERKINS.





Damien CATALA, talonneur n° 2




Cédric MARTIN trois-quart aile n° 11
 




Sébastien INIGO demi de mêlée n° 22




Stéphane ONAMBELE 3ème ligne n° 7




L'essai du match : Guillaume LASSALLE trois-quart centre n°12 franchit la ligne d'avantage




s'arrache à ses poursuivants




se fait accrocher devant la ligne




pivote sur lui-même




 
se rétablit




et aplatit dans l'en-but




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