Les News

SCORE ET PHOTOS DE COLOMIERS / BEZIERS Dimanche 25 Novembre 2012
  
Colomiers 28 - Béziers 24. Mi-temps 22 à 10.

Medhi MERABET pilier droit, joker médical de Rudi BRITS, se prépare pour sa première entrée sous les couleurs columérines 
Pour Béziers : 3 essais, Wouter MOORE (31), Samiu VAHAFOLAU (58), de pénalité (73), 3 transformations et 1 pénalité de Simon VILARET.



Pour Colomiers : 3 essais, Ilikena BOLAKORO ( 14' et 37'), Grégoire MAURINO (40'), 2 transformations et 2 pénalités de Yannick LAFFORGUE, 1 pénalité de Len OLIVIER
---------------------------

Matthias LLEDOS n° 7
Dégagement de Jeffrey PERKINS n° 12 avant une blessure qui l'a obligé de sortir prématurément




Passe de Yannick LAFFORGUE n° 10
Raffut de Leroy HOUSTON n° 8




Placage renversant sur Pierre BELZUNCE n° 11
Benjamin RIOUX talonneur
Damien WEBER pilier n° 1
Guillaume BORTOLASO 2ème ligne n° 4
Premier essai d'Ilikena BOLAKORO n° 14
Aurélien BÉCO 3ème ligne n° 6
Deuxième essai d'Ilikena BOLAKORO
Maul columérin conquérant
Essai de Grégoire MAURINO n° 13
Grégoire MAURINO transperce
Yoann RAYSSAC pilier, en défense
Pellow VAN DER WESTHUISEN  talonneur, à l'attaque
Entrée en mêlée en fin de match : pilier droit Medhi MERABET, talonneur Pellow VAN DER WESTHUISEN, pilier gauche Thomas DUBOIS
Gilles CADARIO et 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"); });
      });