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

body {
background-color:#CCCCFF;
}

table {
	text-align:left; /* rajoute quand DOCTYPE a ete change, sous IE, le contenu des tables etaient centrés par defaut */
}
a:link {
	color:#000099;
}
a:visited {
	color:#0000FF;
}
a:hover {
	color:#000000;
}
a:active {
	color:#000000;
	text-decoration:none;
}

.texte {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
}

.texte-tableau { /* ok */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #003366;
	border: 1px none #000000;
}
.text-bleu-min { /* ok */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	color: #003366;
}

.texte-noir { /*ok */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	border: 1px none #000000;
}
.texte-titre {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: italic;
	font-weight: bold;
	color: #000000;
	border: 1px none #000000;
	letter-spacing: 0.1em;
}
#texte-titre u {color:#ff0000} /*ok */

.texte-red {  /*ok */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #990000;
	border: 1px none #000000;
}
.title_tableau {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: italic;
	color: #000000;
	font-weight: bold;

}
