@charset "ISO-8859-1";
.blanc {
	background-color: #ffffe8;
}
/* CSS Document */

.bleue {
	background-color: #83a7da;
}

.jaune {
	background-color: #e3d06f;
}
.kaki {
	background-color: #678645;
}
.verte {
	background-color: #bae491;
}
.textePale {
	color: #ffffe8;
}

.textePale a:link {
	color: #ffffe8;
	text-decoration: none;
}
.textePale a:visited {
	color: #ffffe8;
		text-decoration: none;
}
.textePale a:hover {
	color: #ffffe8;
		text-decoration: none;
}
.textePale a:active {
	color: #ffffe8;
		text-decoration: none;
}
.droite a:link {
	color: #000000;
	text-decoration: none;
}
.droite a:visited {
	color: #000000;
		text-decoration: none;
}
.droite a:hover {
	color: #000000;
		text-decoration: none;
}
.droite a:active {
	color: #000000;
		text-decoration: none;
}
