
    
    $(document).ready(function(){
          
      $("#bt-orange").corner("round 10px ");
      $("#bt-vert").corner("round 10px ");
      $("#bt-violet").corner("round 10px ");
      $("#bt-bleu").corner("round 10px ");
      
      $("#bt-gris").corner("round tl tr cc:#45539f 10px ");
      $("#bt-gris").corner("round bl br cc:#45539f 10px ");
      
      $("#bt-rouge").corner("round tl tr cc:#ffffff 10px ");
      $("#bt-rouge").corner("round br bl cc:#ffffff 10px ");
      
    }); 
    

 