Les News

PHASES FINALES Mercredi 09 Mai 2012
 Résultats et prochains matchs …


RÉSULTATS



ÉQUIPE 1 - victoire en 1/8e de Finale face à Mâcon

Match aller : Mâcon 6 - 25 Colomiers

Match retour : Colomiers 16 - 11 Mâcon



NATIONALE B - victoire en 1/4 de Finale face à Montauban

Colomiers 18 - 16 Montauban



JUNIORS REICHEL - défaite en 1/4 de Finale face à Bayonne

Bayonne 47 - 11 Colomiers

Le club félicite ses juniors pour leur très beau parcours de cette saison !



PROCHAINS MATCHS



ÉQUIPE 1 - 1/4 de Finale (A/R)

Montauban - Colomiers // Dimanche 13 mai à 17 h 45, stade Sapiac

Colomiers - Montauban // Samedi 19 mai à 20 h, stade Michel Bendichou



NATIONALE B - 1/2 Finale

Colomiers - Romans // Dimanche 13 mai à 16 h, à Bédarieux (34)



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