body {
	background-color: #000000;
    margin: 0px;
	padding: 0px;
}

body, td {
	font-family: verdana;
	font-size: 10px;
	color:  #FFFFFF;
}

a:link {
	color: #999999;
	text-decoration: underline;
}
a:visited {
	color: #999999;
	text-decoration: underline overline;
}
a:hover {
	color: #999999;
	background-color: #CCCCCC;
}
a:active {
	color: #999999;
}
.tab {
	background-color: #666666;
	font-size: 11px;
	background-position: center;
	text-align: center;
	color: #FFFF00;
	width: auto;
	}
.box {
	padding: 1px;
	border: 1px solid #FFFF00;
}
.scroll {
	overflow: auto;
	width: 707px;
	height: 373px;
	background-color: #333333;
}
.tdline {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	}
.box-centrale {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	}