Event.observe(window,'load',function(){
	// Déclaration des onglets - homepage
	//
	if(typeof(Fabtabs) != undefined){
		tabsInstances = $A();
		$$('.tabsTease').each(function(obj){
			tabsInstances.push(new Fabtabs(obj));
		});
	}
	//  Coins arrondis NiftyCorners
	//
	// 1. a CSS selector that indicates on wich elements apply the function
	// 2. a string that indicates wich corners to round (all, tl, bl, br etc.)
	// 3. outer color of the rounded corners
	// 4. inner color of the rounded corners
	// 5. an optional fifth parameter (small, smooth, border etc.)
	//
	// URL : http://webdesign.html.it/articoli/leggi/528/more-nifty-corners/1
	//
	if(!NiftyCheck())
    return;
	Rounded("div#footer","bl br","#416196","#1b2d52","smooth"); // footer
	Rounded("div.topTease","tr br bl","#dbe6f4","#fff","smooth"); // 1er onglet bloc teaser homepage 
	Rounded("div.tease","all","#dbe6f4","#fff","smooth"); // 2e onglet bloc teaser homepage
	Rounded("div.btmTease","tl br bl","#dbe6f4","#fff","smooth"); // 3e onglet bloc teaser homepage
	Rounded("div#menuEdito","br bl","#fff","#fff","smooth border #cfd5e3"); // menu gauche pages édito
	Rounded("div#actionsBloc","br bl","#fff","#fbfcfd","smooth border #cfd5e3"); // bloc actions pages édito
	Rounded("div#infoPlus","all","#fff","#fbfcfd","smooth border #cfd5e3"); // bloc infos suppl. pages édito
	Rounded("div.cadre","all","#fff","#fbfcfd","smooth border #d2d7e4"); // bloc article pages édito
	Rounded("div.blocQ","all","#fff","#fbfcfd","smooth border #ccd2e1"); // blocs quizz question
	Rounded("div.rep","all","#fbfcfd","#e2e6ef","smooth"); // blocs quizz réponse
	Rounded("div#rechThm","all","#fff","#d8dce7","smooth"); // bloc rech par thème menu gauche édito
	Rounded("div#newsltr","all","#fff","#f2f2f2","smooth border #ccc"); // bloc newsletter bas gauche édito
	Rounded("div#infosPlusColDr","all","#fff","#fbfcfd","smooth border #cfd5e3"); // bloc infos suppl. édito
	Rounded("div#tabBord","all","#fff","#fff","smooth border #cfd5e3"); // bloc tableau de bord esp perso
	Rounded("div#lesPlus","all","#fff","#dbe6f4","smooth border #cfd5e3"); // bloc les plus esp perso
	Rounded("div#offresActions","all","#fff","transparent","smooth"); // bloc les plus esp perso
	Rounded("div#offresActions2","all","#fff","#fff","smooth border #cfd5e3"); // bloc Pour cette offre détail annonce
	Rounded("div#offresConseils","all","#fff","#fff","smooth border #cfd5e3"); // bloc Comment mieux postulez ? détail annonce
	Rounded("div.blocFaml","all","#fff","#f0ede8","smooth border #ccd2e1"); // bloc famille édito
	Rounded("div.bordr01","all","#fff","#fff","smooth border #d4d9e5"); // tableau - tabl de bord
	Rounded("div.pushDrSolo","all","#fff","#fff","smooth border #d2d6de"); // bloc push en solo col droite
	Rounded("div#trainingVid","all","#fff","#f0ede8","smooth border #f0ede8"); // bloc Vidéo page training
	Rounded("div.podium","all","#fff","#f4d977","smooth border #d4d9e5"); // bloc offres Podium
	Rounded("div.cvSom","all","#fff","#fbfcfd","smooth border #CFD5E3"); // bloc CV sommaire
	Rounded("div.blocCadremploiTv","tr tl","#fff","#fbfcfd","smooth border #CFD5E3"); // bloc cadremploi TV
	Rounded("div#cadremploiTv","br bl","#fff","#cdcdcd","smooth border #CFD5E3"); // bloc cadremploi TV
	Rounded("div#cadremploiTvAccueil","br bl","#fff","#fff","smooth border #CFD5E3"); // bloc cadremploi TV
	Rounded("div.legndTabl","all","#fff","#fff","smooth border #cfd5e3"); // bloc légende tableau col droite
	Rounded("div.blocAnnuaire","bl br","#fff","#fff","smooth border #cfd5e3"); // bloc teaser annuaires formation
	Rounded("div#nbOffres","all","#FFF","transparent");
}, false);
