/************************************************************************/
/*                                                                      */
/*               FICHIER CSS CREE PAR FRED                              */
/*             Ne pas modifier sans avis préalable                      */
/*Certaines pages,              , n'utilisent pas encore ce fichier     */
/*                                                                      */
/************************************************************************/
BODY {

/*--------------------------GENERALITES-----------------------------------------*/
  	background-image: url(temp/fond/fond.gif);			/*Image de fond*/
	background-attachment:fixed;						/*Blocage de l'image de fond*/
	font-family: Comic sans Ms;							/*Police*/
	background-color: #FFFFFF;							/*couleur de fond si pas image*/
	font-size: 13px;									/*Taille de police*/
	font-style: normal;									/*Style de police*/
	color: #000000;										/*couleur de police*/
}
/*--------------------------Définition des tableaux-----------------------------*/
table {
	font-size: 13px;
	font-family: Comic sans Ms;
}	
tr {
	font-size: 13px;
	font-family: Comic sans Ms;
}	
td {
	font-size: 13px;
	font-family: Comic sans Ms;
}

/*--------------------------Définition des liens--------------------------------*/

A:link {
	font-size: 13px;
	font-family: Comic sans Ms;
	color : #000000;
	text-decoration : none;
}
A:active {
	font-size: 13px;
	font-family: Comic sans Ms;
	color : #000000;
	text-decoration : none;
}
A:visited {
	font-size: 13px;
	font-family: Comic sans Ms;
	color: #000000;
	text-decoration : none;
}
A:hover {
	font-size: 13px;
	font-family: Comic sans Ms;
	color: #FF0000;
	text-decoration : underline;
}
/*--------------------------RESTE--------------------------------*/

.GRAS {	font-weight: bold;}
.GRAS-ITALIQUE {font-style: italic;font-weight: bold;}
.ITALIQUE {font-style: italic;}
.GRASBLANC {color:#FFFFFF;font-weight: bold}
.GRAS-BLANC-DROITE {color:#FFFFFF;font-weight: bold;text-align: right;}
.MILIEU {text-align: center;}
.JUSTIFY {text-align: justify;}
.PETIT7 {font-size:9px}
.PETIT-DROITE {font-size:9px;text-align: right;}
.ROUGE {color:#FF0000;font-weight: bold;}
.VERT {color:#009000;font-weight: bold;}
.ROSE {color:#FF3366;font-weight: bold;}
.ROUGEMILIEU {color:#FF0000;font-weight: bold;text-align: center;}
.VERTMILIEU {color:#009000;font-weight: bold;text-align: center;}
.ORANGEMILIEU {color:#FF6600;font-weight: bold;text-align: center;}
.GRISE {color:AAAAAA;}
.GRISE-MILIEU {color:AAAAAA;text-align: center;}