function call_roundcorner(){
if(!NiftyCheck())
    return;
Rounded("div#global","all","#fff","#ffe3ae","smooth");
Rounded("div.menu","all","#ffd","#a8bbe3","border #005");
Rounded("div.listing_tarif","all","#ffe3ae","#ffd","smooth");
Rounded("div.listing_plan_site","all","#ffe3ae","#ffd","smooth");
Rounded("div.interne","all","#ffe3ae","#ffd","smooth");
Rounded("div.annonce","all","#ffd","#ffd","smooth border #777");
Rounded("div.galerie","all","#efd29d","#ffe3ae","smooth border #777");
Rounded("ul.contenu_block_infos_accueil","all","#ffe3ae","#ffd","smooth");
}

addToStart(call_roundcorner);
