body {
	background: #1f64af ;
	font-family: Verdana ;
	font-size: 12px ;
	color: white ;
	
	scrollbar-face-color: #1f64af ;
	scrollbar-shadow-color: #cccccc ;
	scrollbar-highlight-color: #FFFFFF ;
	scrollbar-3dlight-color: #cccccc ;
	scrollbar-darkshadow-color: #C0C0C0 ;
	scrollbar-track-color: #FFFFFF ;
	scrollbar-arrow-color: #FFFFFF ;
}

table {
	border: 0 ;
}

hr {
	color: #d0c033 ;
	size: 3 ;
}

img {
	border: 0 ;
}

a {
	color: white ;
	text-decoration: none ;
}
a.active {
	color: white ;
}
a:hover {
	color: yellow ;
	text-decoration: underline ;
}

.tableRowTitle {
	background: #1b5698 ;
	font-size: 16px ;
	font-weight: bold ;
	color: white ;
}
.tableRowColumnHeader {
	background: #a1bfdf ;
	font-size: 12px ;
	font-weight: bold ;
	color: black ;
}
.tableRowData1 {
	background: #ebf3fc ;
	font-size: 10px ;
	color: black ;
}
.tableRowData2 {
	background: #c9def5 ;
	font-size: 10px ;
	color: black ;
}
.tableRowData3 {
	background: #ebf3fc ;
	color: black ;
}
.tableRowData4 {
	background: #c9def5 ;
	color: black ;
}
.tableRowError {
	background: #ebf3fc ;
	font-weight: bold ;
	font-size: 10px ;
	color: red ;
}
.tableRowLink {
	color: black ;
}
.tableRowLink:hover {
	color: #cc00cc ;
	text-decoration: underline ;
}
.tableRowData1 th {
	background: #f68d49 ;
	font-size: 12px ;
	color: black ;
}
.tableRowData2 th {
	background: #f66405 ;
	font-size: 12px ;
	color: black ;
}

.tableCellborder {
	border: solid 1px #1f64af;
}

.tableForumTitle {
	background: #ce9b00 ;
	font-size: 16px ;
	font-weight: bold ;
	color: white ;
}
.tableForumColumnHeader {
	background: #ffd964 ;
	font-size: 12px ;
	font-weight: bold ;
	color: black ;
}
.tableForumData {
	background: #fff2ca ;
	font-size: 10px ;
	color: black ;
}

.tableFormTitle {
	background: #1b5698 ;
	color: white ;
}
.tableFormData {
	background: #c9def5 ;
	font-weight: bold ;
	color: black ;
}.tableFormSpot {
	background: #1b5698 ;
	font-weight: bold ;
	color: white ;
	font-size: 12px ;
}
.tableFormSpot1 {
	background: #ffffff ;
	font-weight: bold ;
	color: black ;
	font-size: 10px ;
}
.scroller {
	font-size: 16px ;
	color: #1a518e ;
	font-weight: bold ;
}

.plussub {
	position: absolute ;
	z-index: 1 ;
	background-color: #f0f0bb ;
	color: black ;
	display: none ;
	visibility: hidden ;
}

.miresub {
	position: absolute ;
	z-index: 1 ;
	color: yellow ;
	display: inline ;
	visibility: visible ;
}

.miresubdata {
	position: absolute ;
	z-index: 1 ;
	color: yellow ;
	background-color: black ;
	display: inline ;
	visibility: visible ;
}







.bouton {
  background: #0066CC ;
  color: #ffffff ;
  cursor: hand ;
  font-family: Verdana,Arial,Helvetica ;
  font-size: 8pt ;
  font-weight: bold ;
  text-decoration: none ;
  width: 110 ;
}

