// JavaScript Document
function loadRounded () {

	if(!NiftyCheck()) return;
	Rounded("div#th1","top","#FFFFFF","#D6D6CE", "");
	Rounded("div#continu","bottom","#FFFFFF","#D6D6CE", "");

	Rounded("div#colonne_droite","all","#FFFFFF","#818394", "");
	Rounded("div#fdj_carte","all","#D6D6CE","#818394", "");
	Rounded("div#fdj_3945","all","#D6D6CE","#999966", "");
	Rounded("div#deveditdistrib","all","#818394","#D6D6CE", "");
	Rounded("div#systeme","all","#818394","#DCDDE2", "");
	Rounded("div#selectFile","all","#D6D6CE","#818394", "");

	Rounded("div.ch1","top","#818394","#DCDDE2", "");
	Rounded("div#iminside","bottom","#818394","#DCDDE2", "");
	Rounded("div#galinside","bottom","#818394","#DCDDE2", "");
	Rounded("div#gameinside","bottom","#818394","#DCDDE2", "");
	Rounded("div#lastinside","bottom","#818394","#DCDDE2", "");
	Rounded("div#lastninside","bottom","#818394","#DCDDE2", "");
	
	Rounded("div.ch2","top","#818394","#D6D6CE", "");
	Rounded("div#sondage","bottom","#818394","#D6D6CE", "");
	
	Rounded("div.ch3","top","#818394","#FFFFFF", "");
	Rounded("div#mapinside","bottom","#818394","#FFFFFF", "");
	
	Rounded("div.ch4","top","#FFFFFF","#ECEBCC", "");
	Rounded("div#uneinside","bottom","#FFFFFF","#ECEBCC", "");
	
	Rounded("div.ch5","top","#FFFFFF","#999966", "");
	Rounded("div#histinside","bottom","#FFFFFF","#999966", "");

	Rounded("div#article","top","#FFFFFF","#D6D6CE", "");
	Rounded("div#centralarticle","bottom","#FFFFFF","#D6D6CE", "");
	Rounded("div#centralnews","bottom","#FFFFFF","#D6D6CE", "");
	
	Rounded("div.cominside","all","#D6D6CE","#ECEBCC", "");
}