.TABLE{
	border: 1px solid #FF6600;
	empty-cells : hide;
	border-spacing : 1px;
	border-collapse : separate;
	padding : 3px;
}

TH{
	background-color : #99CC66;
	font-family: Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-weight : bold;
	color : black;
	padding : 1px 5px 1px 5px;
}

.SUBMIT {
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	FONT-SIZE: 11px;
	FONT-STYLE: normal;
	FONT-WEIGHT: bold;
	COLOR: #000000;
	BACKGROUND-COLOR: #99CC66;
	cursor: pointer;
	border-style:solid;
	border-width : 1px;
	border-color: black;
}

.RESET {
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	FONT-SIZE: 11px;
	FONT-STYLE: normal;
	FONT-WEIGHT: BOLD;
	COLOR: Black;
	BACKGROUND-COLOR: transparent;
	cursor: pointer;
	border-style:solid;
border-width : 1px;
border-color:#789988;
	
}


.INPUT,.TEXT , SELECT , TEXTAREA {
	FONT-WEIGHT: normal;
	FONT-SIZE: 12px;
	COLOR: #333300;
	FONT-FAMILY: "MS Sans Serif", Geneva, sans-serif;
	BACKGROUND-COLOR: White;
	border-style: solid;
	border-width : 1px;
	border-color: #99CC66;
	padding-top : 1px;
	padding-right : 1px;
	padding-bottom : 1px;
	padding-left : 3px;
}

.list {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	font-style: normal;
	font-weight: lighter;
	color: #000000;
	list-style-position: outside;
	list-style-image: url(dot.jpg);
	list-style-type: square;
}
.titre {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	font-style: normal;
	font-weight: normal;
	color: Black;
}

BODY , TD {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	font-style: normal;
	font-weight: normal;
	color: Black;
}

.LIB{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	font-style: normal;
	font-weight: normal;
	color: Black;
	font-weight : bold;
	padding-right : 5px;
	text-align : right;
}
.titreRED {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-weight: bold;
	color: #FF6600
}

.italtitre {  font-family: Arial, Helvetica, sans-serif; 
		font-size: small; 
		font-style: italic; 
		font-weight: bold; 
		color: #CC3300}

a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: normal;
	color: navy;
	text-decoration: none;
}
a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: normal;
	color: #FF0000;
	text-decoration: none
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: normal;
	color: black;
	text-decoration: none ;
	background-color: silver
}
a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: normal;
	color: Maroon;
	text-decoration: none
}


