@media all {

	.black {
		color:rgb(0, 0, 0);
	}
	
	.degrade_jaune_blanc {
		background:url('/img/dessins/degrade.jaune.blanc.png');
	}

	.degrade_bleu_blanc {
		background:url('/img/dessins/degrade.bleu.blanc.png');
	}

	.orange {
		color:rgb(255, 150, 0);
	}

	.bgorange {
		background:rgb(255, 150, 0);
	}

	.brown {
		color:rgb(153, 51, 0);
	}

	.bgbrown {
		background:rgb(153, 51, 0);
	}

	.lightbrown {
		color:rgb(190, 70, 1);
	}

	.bglightbrown {
		background:rgb(190, 70, 1);
	}

	.blue {
		color:rgb(0, 0, 102);
	}

	.bgblue {
		background:rgb(0, 0, 102);
	}

	.lightblue {
		color:rgb(173, 174, 206);
	}

	.bglightblue {
		background:rgb(173, 174, 206);
	}

	.darkblue {
		color: rgb(16, 16, 115);
	}

	.bgdarkblue {
		background: rgb(16, 16, 115);
	}
	
	.orange {
		color:rgb(255, 172, 3);
	}
	
	.bgorange {
		background:rgb(255, 172, 3);
	}
	
	.white {
		color:rgb(255, 255, 255);
	}

	.bgwhite {
		background:rgb(255, 255, 255);
	}

	.yellow {
		color:rgb(255, 215, 8);
	}

	.bgyellow {
		background:rgb(255, 215, 8);
	}

	.lightyellow {
		color:rgb(255, 255, 156);
	}

	.bglightyellow {
		background:rgb(255, 255, 156);
	}

	.red {
		color:rgb(255, 0, 0);
	}

	.bglightrose {
		background:rgb(255, 255, 204);
	}

	.bgcyan {
		background:rgb(49, 101, 156);
	}

	.bggrey {
		background:rgb(204, 204, 204);
	}

	.hl {
		background:rgb(240, 240, 240);
	}
	
	.nothl {
		background:rgb(255, 255, 255);
	}
	
	.darkgreen {
		color:rgb(0, 127, 0);		
	}
}

