/* define font in all default tags */
BODY, TABLE, TR, TD, BLOCKQUOTE, DIV, SPAN, DD, U, UL, DL, H4, H5, INPUT, A, BR, CENTER, I, B, LI, OL, TEXTAREA, FORM, P, SELECT, STRONG { font-size: 12px; font-family: Verdana, Arial, Helvetica, sans-serif; color: #FFFF00; }
TH {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
A  {
	color: #FFFF00;
	text-decoration: none;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
A:Hover {
	color: #FFFF00;
	text-decoration: underline overline;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
H3 { font-size: 15px; font-weight: bold; }
H2 { font-size: 17px; font-weight: bold; }
H1 { font-size: 19px; font-weight: bold; }
SELECT { color: #333333; }
INPUT {	color: #333333; }
FORM { margin-top: 0px; margin-bottom: 0px; margin: 0px 0px 0px 0px; }
TEXTAREA { color: #333333; }
UL { list-style-type : square; }

/* custom font classes */
.normal { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; font-weight: normal;  }
.titre { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 14px; font-weight: bold; color: #FFFF00;  }
.sousTitre { font-size: 14px; font-weight: bold;}
.login_box { font-size: 13px; width: 124px; height: 19px}
.search_box { font-size: 13px; width: 129px; height: 19px }
.bluebold { color: #1E5BA2; font-weight: bold; }
.err { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 13px; font-weight: bold; color: red; }
.textheader { color: #333333; font-weight: bold; font-size: 14px; }
.boldwhitenav{ color: #1E5BA2; font-size: 14px; font-weight: bold; color: white;}
.whiteboldlg {  font-weight: bold; color: white; }

/*pour les tableaux*/
.tabnormal{background-color:yellow; color:yellow; font-weight:bold}
.tabover{background-color:olive; color:black; font-weight:bold}
A.menu  { color: #000000; text-decoration: none; }
A.menu:Hover { color: #000000; text-decoration: underline overline; }

H2.white { color: #FFFFFF; }
H3.white { color: #FFFFFF; }
H1.black { color: #000000; }
/* custom link classes */
A.subnavLink:link { color: #666666; text-decoration: none; }
A.subnavLink:visited { color: #666666; text-decoration: none; }
A.subnavLink:active { color: #666666; text-decoration: none; }
A.subnavLink:hover { color: #1E5BA2; text-decoration: underline; }

A.subnavboldLink:link { color: #666666; text-decoration: none; font-weight: bold; }
A.subnavboldLink:visited { color: #666666; text-decoration: none; font-weight: bold; }
A.subnavboldLink:active { color: #666666; text-decoration: none; font-weight: bold; }
A.subnavboldLink:hover { color: #1E5BA2; text-decoration: underline; font-weight: bold; }

A.subnavboldLinkGreen:link { color: #53713B; text-decoration: none; font-weight: bold; }
A.subnavboldLinkGreen:visited { color: #53713B; text-decoration: none; font-weight: bold; }
A.subnavboldLinkGreen:active { color: #53713B; text-decoration: none; font-weight: bold; }
A.subnavboldLinkGreen:hover { color: #53713B; text-decoration: underline; font-weight: bold; }


