/************************************************************************/
/*                                                                      */
/*               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 couleur de scrolling------------------*/


	SCROLLBAR-FACE-COLOR: #FF6633;
	SCROLLBAR-ARROW-COLOR: #48794A;
	SCROLLBAR-TRACK-COLOR: #C0C0C0;
	SCROLLBAR-3DLIGHT-COLOR: #FFFFFF;
	SCROLLBAR-DARKSHADOW-COLOR: #808080;



}
/*--------------------------Définition des tableaux-----------------------------*/
table {
	font-size: 13px;
	color: #000000;
	font-family: Comic sans Ms;
	/*border-width:0px;*/	
}	
tr {
	font-size: 13px;
	color: #000000;
	font-family: Comic sans Ms;
	/*border-width:0px;*/
}	
td {
	font-size: 13px;
	color: #000000;
	font-family: Comic sans Ms;
	/*border-width:0px;*/
}

/*--------------------------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;
}

/*--------------------------Définition des tableaux--------------------------------*/

table{
A:link {
	font-size: 13px;
	font-family: Comic sans Ms;
	color : #000000;
	text-decoration : none;
	text-align: center;
}
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;
}
.GRAS {
	font-weight: bold;
}
.MILIEU {
	text-align: center;
}
.Gras-Italique {
	font-style: italic;
	font-weight: bold;
}
.JUSTIFY {
	text-align: justify;
