.header  {
	color: white;
	font-size: 20;
}
.header a:active {
	color: white;
}
.header a:link {
	color: white;
}
.header a:visited {
	color: white;
}
.tableau  {
	color: white;
	font-size: 18;
}
.tableau a:active {
	color: white;
}
.tableau a:link {
	color: white;
}
.tableau a:visited {
	color: white;
}

body {
	margin: 0;
}

body, td {
	font-family: verdana, tahoma, arial;
	font-size: 13px;
}

h1 {
	font-family: arial;
	font-weight: normal;
	font-size: 24px;
	color: #444444;
	border-bottom: dotted 1px #CCCCCC;
}

a {
	color: #3366CC;
}

.text {
	color: #555555;
	padding-left: 20px;
}

.logo {
	position: absolute;
	top: 0px;
	left: 0px;
}

.header {
	background-color: #3366CC;
	padding-bottom: 2px;
	border-bottom: solid 1px #1144AA;
}

.header td {
	font-size: 11px;
	vertical-align: bottom;
	text-align: center;
	color: #BBBBFF;
	border-left: solid 1px #4477DD;
	border-right: solid 1px #2255BB;
	white-space: nowrap;
	padding-left: 12px;
	padding-right: 12px;
}

.header a {
	color: white;
	text-decoration: none;
}

.header a:hover {
	text-decoration: underline;
}

.footer {
	border-top: solid 1px gray;
	background-color: #666666;
	color: white;
	font-size: 10px;
	padding: 2px;
	text-align: center;
}


