BODY {
	background-color: white;
	font-family: arial;
}
				
A:link, A:visited {
	color: blue
}

A:hover {
	color: #802809
}

H1 {
	font-family: arial;
	font-size: 14pt;
	font-style: italic
}

H2 {
	font-family: arial;
	font-size: 12pt;
	font-style: italic
}

H2.alert {
	color: #FF0000
}

H3 {
	font-family: arial;
	font-size: 10pt;
	font-style: italic
}

TH {
	font-family: arial;
	font-size: 10pt;
	background-color: #D0D0D0
}

.white {
	background-color: white
}

.donnees {
	font-family: monospace
}

TD.rowLink {
	background-color: #FFF0C0
}


TD.donnees {
	font-family: arial;
	font-size: 10pt;
	background-color: #CCDDFF
}

TR.stationH {
	 background-color: #CCDDFF
}

TR.stationP {
	background-color: #CCFFCC
}

TR.stationM {
	background-color: #FFCCCC
}

TD.debug {
	font: 10pt arial, monospace;
}

TH.debug {
	font: bold 10pt arial, monospace;
}

P.debug {
	font: 10pt arial, monospace;
	margin: 1pt
}

TABLE {
	font-family: arial;
	font-size: 10pt
}

TABLE.donnees {
	font-family: Arial, sans-serif
}

TABLE.donnees TH {
	font-family: arial;
	font-size: 10pt;
	background-color: #D0D0D0
}

TABLE.donnees TD {
	font-family: arial;
	font-size: 10pt;
	background-color: #FFF0C0
}

TABLE.donnees TD.white {
	font-family: arial;
	font-size: 10pt;
	background-color: white
}

DT {
	font-weight: bolder
}

/* Couleur du bandeau */
.bandeau {
	background-color: #D0D0D0;
	border-right: solid 2px #eee;
	border-bottom: solid 2px #eee;
	}

.bandeau H2 {
	/*font-size: small;*/
	/*margin: 0 0 0 0;*/
; color: blue
}

.bandeau UL UL {
	/*font-size: small;*/
	list-style-image: none;
	list-style-type: disc;
}

.bandeau UL {
	list-style-position: outside;
	list-style-image: url(/share/puce.png);
	/*margin: 0 0 1em 2em;*/
}

.bandeau LI {
	/*margin: 0;*/
}