/* Police par défaut */

body {
	scrollbar-face-color: #0066CC; 
	scrollbar-shadow-color: #000099; 
	scrollbar-highlight-color: #ffffff; 
	scrollbar-3dlight-color: #93928F; 
	scrollbar-darkshadow-color: #000000; 
	scrollbar-track-color: #99CCFF; 
	scrollbar-arrow-color: #ffffff;
}

#FontNormal {
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:10pt;
	font-style:Normal;
	font-weight:Normal;
	color:#000000;
}

/* Police petite */
#FontSmall {
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:8pt;
	font-style:Normal;
	font-weight:Normal;
	color:#000000;
}

/* Police pour les titres */
#FontTitle {
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:12pt;
	font-style:Normal;
	font-weight:Bolder;
	color:#0000CC;
}

/* Police pour la Navigation */
#FontNav {
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:10pt;
	font-style:Normal;
	font-weight:Bold;
	color:#000000;
}

/* Police sans couleur */
#FontNoColor {
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:10pt;
	font-style:Normal;
	font-weight:Normal;
}

/* Police pour le pied de page */
#FontFooter {
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:8pt;
	font-style:Normal;
	font-weight:Normal;
	color:#FFFFFF;
}

/*--------------------------*/
/*-------- Tableaux --------*/
/*--------------------------*/

/* couleur du cadre */
#BgTabBorderColor {
	background-color:#FFFFFF;
}

/* couleur de l'entête */
#BgTabHead {
	background-color:#FFFFFF;
}

/* couleur sombre pour les cellules */
#BgTabDark {
	background-color:#505050;
}

/* couleur claire pour les cellules */
#BgTabLight {
	background-color:Gainsboro;
}

/* couleur général pur le tableau */
#BgTabWhite {
	background-color:#FFFFFF;
}

/* Police dans l'entête */
#FontTabHead {
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:10pt;
	font-style:Normal;
	font-weight:Bold;
	color:#000000;
}

/* Police dans les cellules */
#FontTabCell {
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:10pt;
	font-style:Normal;
	font-weight:Normal;
	color:black;
}

/* autre police dans les cellules  */
#FontTabCellR {
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:10pt;
	font-style:Normal;
	font-weight:Normal;
	color:black;
}