/* CSS Document */
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: White;
}
body {
	background-color: Navy;
	scrollbar-face-color: White;
	scrollbar-shadow-color: Blue;
	scrollbar-highlight-color: Blue;
	scrollbar-3dlight-color: Silver;
	scrollbar-darkshadow-color: Blue;
	scrollbar-track-color: Navy;
	scrollbar-arrow-color: White;
}
a:link {
	color: White;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: White;
}
a:hover {
	text-decoration: none;
	color: Red;
}
a:active {
	text-decoration: none;
	color: White;
}
.bouton {
	font-size:9px;
	color: ThreedShadow;
}
.titrepage {
	font-size:24px;
	font-weight:bold;
}
.heure {
	font-size:11px;
}
.champ {
	color: Blue;
	font-size:13px;
}
.paragraphe {
	color: Blue;
	font-size:14px;
	background-color: White;
	width:95%;
}

#liens{
	margin: 0px;
	padding: 0px;
	border-bottom: 1px solid #8D3535;
	font-size: 75%;
}

#liens h3{
	padding: 0px 0px 0px 0px;
}

#liens a:link{
	padding: 2px 0px 2px 10px;
	border-top: 0px solid #666600;
	width: 100%;
  	voice-family: "\"}\""; 
  	voice-family:inherit;
}

#liens a:visited{
	border-top: 0px solid #666600;
	padding: 0px 0px 0px 0px;
}

#liens a:hover{
	border-top: 1px solid #666600;
	background-color: #993300;
	padding: 2px 0px 2px 10px;
}