BODY {
	background: white;
	color: black;
	font-family: Arial, Helvetica;	font-size:small; 
	}
a:link {color: #435FA3; text-decoration : underline;} 
a:visited {color: #435FA3; text-decoration : underline;}
a:hover {color: #009900; text-decoration : none;}



<!-- cases de table dans la barre de droite -->
.bdtitre {font-size:x-small;font-weight:bold;color:white;background-color:gray}
.bdtexte {font-size:x-small;color:black;background-color:silver}


.tab {font-size:small;background-color:#99BBFF}
.tab2 {font-size:small;background-color:#88AAEE}
.tabhead {font-size:small;font-weight:bold;background-color:#233F83;color:white}


.titre {font-size:large;font-weight:bold;margin-bottom:15px}
.chapo {
	font-weight:bold;
	margin-left:10px;
	margin-right:10px;
	padding:2px;
	border-width:1px;
	border-style:solid;
	border-color:#FF8E2B;
	}
.signature {
	margin-left:10px;
	margin-right:10px;
	padding:2px;
	border-width:1px;
	border-style:solid;
	border-color:#FF8E2B;
	}




H1 {color:#233F83; font-size:large;	font-weight:bold; margin-left:10px;	font-family: "Trebuchet MS", helvetica, sans-serif;}
H2 {color:#435FA3;font-size:medium;font-weight:bold;margin-left:10px; font-family: "Trebuchet MS", helvetica, sans-serif;}
H3 {color:#637FC3;font-size:small;font-weight:bold;margin-left:15px; font-family: "Trebuchet MS", helvetica, sans-serif;}
H4 {color:#637FC3;font-size:small;font-weight:normal;margin-left:15px; font-family: "Trebuchet MS", helvetica, sans-serif;}


P {margin-left:15px; font-size:small;}
li {margin-left:15px; font-size:small;}
A.nav:link { color: #FFFFFF;text-decoration : none; font-weight: bold; font-size: small }
A.nav:visited { color: #E0E0E0;text-decoration : none; font-weight: bold }
A.nav:active { color: #00FFFF;text-decoration : none; font-weight: bold }
A.nav:hover { background-color: #5495CE;}


code  {	color : Purple; }




SELECT {
	font-family:Tahoma,Arial;
	font-size:11;
	background:#99BBFF;
	border-width:1px;
	border-style:solid;
	border-color:black;
	}


INPUT {
	font-family:Tahoma,Arial;
	font-size:11;
	background:#99BBFF;
	border:1px black solid;
	}


input.admin {
	background:#CC9999;
	}

INPUT.telecommande {
font-family:Arial,Helvetica;
font-size:10px;
background:#99BBFF;
border:none;
}

select.admin {
	background:#CC9999;
	}


TEXTAREA{font-family:Tahoma,Arial;font-size:11;background:#99BBFF;border:1px black solid;}
INPUT.radio{background:#ffffff;border-width:0;border-style:none;border-color:inherit;}
INPUT.btn{font-family:Arial;font-size:11;color:#000000;background:#dcdcdc;border-width:1px;border-style:outset;border-color:#dcdcdc;}
