@charset "UTF-8";
/* CSS Document */


body,td,th {
	background-color: #000;
	font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
	color:#cccccc;
}

a {
	color: #9A4D4D;
	text-decoration: underline;
}
a:hover {
	color: #fff;
	text-decoration: underline overline;
}

.blanc {
	color: #FFF;
}
.petit {
	font-size: small;
}

.legende-ita {
	font-size: smaller;
	font-style: italic;
}
.grand {
	font-size: large;
}
.titres {
	font-family: Arial, Helvetica, sans-serif;
	font-size: larger;
	color: #2D3B93;
}
.soustitres {
	font-family: Arial, Helvetica, sans-serif;
	color: #fff;
}
.titres2 {
	font-family: Arial, Helvetica, sans-serif;
	color: #9A4D4D;
	font-size: larger;
}

.rouge {
	color: #9A4D4D;
}
.bleu {
	color: #2D3B93;
}
