/*
*        Style sheet, feuille de style CSS.
*
*        Definit les couleurs, emplacement des éléments, les polices
*        et autres styles et attributs.
* 
*        Fichier stylesheet.css
*
*        Auteur : Georges Eckstein
*        Version : 1.0
*
*/

/* Couleur de fond de la page et polices utilisées */

body {
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #660033;
}

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

td.line, tr.line, table.line {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
}

/*  a {
	font-family: Arial, Helvetica, sans-serif;
	color: #55AAAA;
	font-style: italic;
	text-decoration: none;
}  */

a:link {
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color:#55AAAA;
	text-decoration:none;	
}

a:hover {
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
	color:#660033;	
	background-color: #55AAAA; 
	text-decoration:none;	
}

a:visited {
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
	color:#0000FF;	
	text-decoration:none;	
}

.style0 {
	font-size: 10px;
	font-style: normal;
	color:#660033;
}

.style1 {
	font-size: 14px;
	font-style: normal;
	color:#660033;
}

.style2 {
	font-size: 12px;
	font-style: normal;
}

.style2 {
	font-size: 12px;
	font-style: normal;
	color:#660033;
}

.style3 {
	font-size: 10px;
	font-style: italic;
	color: #666666;
}

/* Definit le style pour les titres H1  */
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	text-align: center;
	text-decoration: none;
}

.important {
	color: #FF0000;
}

.tableau {
	color: #55AAAA;
}

.tresgrand {
	font-size: 20px;
}

.plusgrand {
	font-size: 18px;
}

.grand {
	font-size: 16px;
}

.moyen {
	font-size: 14px;
}

.petit {
	font-size: 12px;
}

.pluspetit {
	font-size: 10px;
}

.toutpetit {
	font-size: 8px;
}

.espace {
	font-size: 14px;
	color: #FFFFFF;
}

.nonprof {
	color:#FF8800
}

.soustitre1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	text-decoration: none;
}
.tete {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #0000FF;
	text-decoration: none;
	text-align: center;
}