.blanc {
	color: #ffffff;
}
.bleu {
	color: #00b4f0;
}
.bleuGras {
	color: #00b4f0;
	font-weight: bold;
}
.bleuTitre {
	color: #00b4f0;
		font-weight: bold;
		font-size: 20px;
}
.orange {
	color: #ff8200;
}
.orangeGras {
	color: #ff8200;
		font-weight: bold;
}
.orangeTitre {
	color: #ff8200;
		font-weight: bold;
		font-size: 20px;
}
.rouge {
	color: #ff0000;
}
.rougeGras {
	color: #ff0000;
		font-weight: bold;
}
.rougeTitre {
	color: #ff0000;
		font-weight: bold;
		font-size: 20px;
}
.jaune {
	color: #ffa000;
}
.jauneGras {
	color: #ffa000;
		font-weight: bold;
}
.jauneTitre {
	color: #ffa000;
		font-weight: bold;
		font-size: 20px;
}
.vert {
	color: #5aa000;
}
.vertGras {
	color: #5aa000;
		font-weight: bold;
}
.vertTitre {
	color: #5aa000;
		font-weight: bold;
		font-size: 20px;
}
.bleuF {
	color: #0078ff;
}
.bleuFGras {
	color: #0078ff;
		font-weight: bold;
}
.bleuFTitre {
	color: #0078ff;
		font-weight: bold;
		font-size: 20px;
}
.rose{
	color: #ff00c8;
}
.roseGras {
	color: #ff00c8;
		font-weight: bold;
}
.roseTitre {
	color: #ff00c8;
		font-weight: bold;
		font-size: 20px;
}
}
.sources {
		font-style: italic;
		font-size: 9px;
}

a.lienBleu
{color:#00b4f0; text-decoration:none;}
a.lienBleu:hover
{ color:#ff8200; text-decoration:none; font-weight:bolder;}

a.lienRouge
{color:#ff0000; text-decoration:none;}
a.lienRouge:hover
{ color:#00b4f0; text-decoration:none; font-weight:bolder;}

a.lienBleuF
{color:#0078ff; text-decoration:none;}
a.lienBleuF:hover
{ color:#00b4f0; text-decoration:none; font-weight:bolder;}

a.lienJaune
{color:#ffa000; text-decoration:none;}
a.lienJaune:hover
{ color:#00b4f0; text-decoration:none; font-weight:bolder;}

a.lienOrange
{color:#ff8200; text-decoration:none;}
a.lienOrange:hover
{ color:#00b4f0; text-decoration:none; font-weight:bolder;}

a.lienVert
{color:#5aa000; text-decoration:none;}
a.lienVert:hover
{ color:#00b4f0; text-decoration:none; font-weight:bolder;}

a.lienRose
{color:#ff00c8; text-decoration:none;}
a.lienRose:hover
{ color:#00b4f0; text-decoration:none; font-weight:bolder;}
