BODY {
	BACKGROUND-COLOR: #000000;
	font-family :Arial;
	leftMargin :0;
	topMargin:0;
	marginheight:0;
	marginwidth:0;
}
A:link { FONT-SIZE: 10px; COLOR: #000000; FONT-WEIGHT: bold ; TEXT-DECORATION: none }
A:visited {FONT-SIZE: 10px;  color: #000000; font-weight: bold; TEXT-DECORATION: none  }
A:hover {FONT-SIZE: 10px;  color: red; font-weight: bold; text-decoration: underline  }

input {border: 1px solid #555; font-size :10pt; font-family :Arial; }
textarea { font-size :10pt; font-family :Arial; }
select { font-size :10pt; font-family :Arial; }

.t-text { FONT-SIZE: 10px; font-weight: Bold; font-variant: small-caps;  text-transform: capitalize; }
.v-text { FONT-SIZE: 12px; }
.w-text { FONT-SIZE: 12px; font-weight: Bold; text-transform: capitalize; }

.titre-text { FONT-SIZE: 12px; font-weight: Bold; text-transform: capitalize;  text-shadow: 1px 1px Silver;}

table#t01 tr:nth-child(even) {background-color: Beige;}
table#t01 tr:nth-child(odd) {background-color:white;}
table#t01 th { background-color: silver; color: black;}

table#t02 tr:nth-child(even) {background-color: Beige;}
table#t02 tr:nth-child(odd) {background-color:white;}
table#t02 th { background-color: silver; color: white;}


Table {
	FONT-SIZE: 12px;
	COLOR: #000000;
	font-weight: normal ;
}


#thing-alerts input {padding: 1px; border: 1px solid #555; font-size :10pt; font-family :Tahoma; }
#thing-alerts input[type="submit"] { width: auto; padding: 4px 15px; background: #555; color: #fff; cursor: pointer; }
#thing-alerts input[type="button"] { width: auto; padding: 4px 15px; background: #555; color: #fff; cursor: pointer; }
#thing-alerts input[required] { border-right: 8px solid orange; }
#thing-alerts input:invalid { border-right: 8px solid red; }
#thing-alerts input:valid { border-right: 8px solid green; }

#thing-alerts select[required] { border-right: 8px solid orange; }
#thing-alerts select:invalid { border-right: 8px solid red; }
#thing-alerts select:valid { border-right: 8px solid green; }

