BODY {
	font-size : 10pt;
	font-family: Arial, Helvetica, sans-serif;
	background-color : White;
	color : #156A9F;
	scrollbar-3dlight-color : #FF6767;
	scrollbar-arrow-color : #FFFFFF;
	scrollbar-base-color : #00FF00; 
	scrollbar-darkshadow-color : #FF6767;
	scrollbar-face-color : #E50000;
	scrollbar-highlight-color : #FFFFFF;
	scrollbar-shadow-color : #FFFFFF;
	scrollbar-track-color : #FF6767;
}

TABLE.table {
	background : #EEF2F2; 	/* gris */
	color : #156A9F;	/* noir */
	border : 1px solid #156A9F;	/* bordure bleu*/
}

TD {
	font-family: Arial;
	font-size : 10pt;
	color:#156A9F;
}

.grostitre{
	font-family : Arial, Helvetica, sans-serif;
	font-size:12pt;
	color:#156A9F; /* bleu */
	font-weight:bold;
}

.titre2{
	font-family : Arial, Helvetica, sans-serif;
	font-size:10pt;
	color:#FFFFFF; /* blanc */
	background : #156A9F; /* bleu */
	font-weight:bold;
}

.lienretour {
	text-decoration:none;
	color: #FFFFFF;
}

A.conseil:LINK,A.conseil:VISITED,A.conseil:ACTIVE {
	text-decoration:none;
	color: #000000;
}

A.conseil:HOVER {
	text-decoration:none;
	font-weight:bold;
	color: #006363;
}

A.noconseil:LINK,A.noconseil:VISITED,A.noconseil:ACTIVE {
	text-decoration:none;
	color: #000000;
}

A.noconseil:HOVER{
	text-decoration:none;
	font-weight:bold;
	color: #006363;
}

A:LINK.lien,A:VISITED.lien {
	text-decoration:none;
	color: #000000;
}

A:LINK,A:VISITED,A:ACTIVE {
	text-decoration:none;
	color: #000000;
}

/* pour le PDF (paiement par cheque) */

.s1{
	font-size : 12pt;  /* taille 12 */
	font-weight:bold;  /* gras */
	color: #000000;    /* couleur noir */
}

.s2{
	font-size : 14pt; /* taille 14 */
	font-weight:bold; /* gras */
	color: #FFFFFF;	  /* couleur blanc */
}

.s3{
	font-size : 12pt; /* taille 12 */
	font-weight:bold; /* gras */
	color: #800040;	  /* couleur violet fonce */
}

.s4{
	font-size : 12pt; /* taille 12 */
	font-weight:bold; /* gras */
	color: #FF0000;	  /* couleur rouge */
}


/* pour la facture de l'appprenant*/
.fact_normal{
	font-size : 12pt; /* taille 12 */
}

.fact_titre{
	font-size : 13pt; /* taille 13 */
}

/*
=========================================
Ajout mardi 4 mars 2003
=========================================
*/

.titre{
	font-family : Arial, Helvetica, sans-serif;
	font-size:8pt;
	/*color:#FFFFFF;  blanc */
	/*background : #156A9F;  bleu */
	color: #2C4058;/*#1928B4;*/
	background : #FFCC00;/*#FFD200;*/
	font-weight:bold;
	text-decoration: none;
}


.titreMenu{
	font-family : Arial, Helvetica, sans-serif;
	font-size:9pt;
	color:#FFFFFF; /* blanc */
	background : #156A9F; /* bleu */
	font-weight:bold;
	text-decoration: none;
	
}

.TDMenu{
	font-family : Arial, Helvetica, sans-serif;
	font-size:8pt;
	color: #FFFFFF;/*#156A9F;*/
	background : #4689B2;/*#FFFFFF;*/
	font-weight:none;
	text-decoration: none;
}

INPUT {
	
	font-family : Arial, Helvetica, sans-serif;
	font-size :8pt;
	background-color : whitesmoke;
}

SELECT {
	
	font-family : Arial, Helvetica, sans-serif;
	font-size :8pt;
}

/* ========================================= */
