table.resultat {
	border-spacing:1px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	background-color:#E7E7E7;
	color: #666666;
}

.resultat caption {
	
	background:  url(../img/degrad1.jpg) repeat-x ;
	border-bottom:2px solid #1975d7;
	text-align:left;
	text-transform:uppercase;
	padding:5px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size: 12pt;
	color: #6D6E71;
}

.resultat td, .resultat th {
	padding: 4px;
}

.resultat thead th {
	text-align: center;
	background: #F5F5F5;
	color: #666;
	border: 1px solid #FFF;
	text-transform:uppercase;
}

.resultat tbody th {
	font-weight: bold;
}

.resultat tbody tr		{
	background-color:#FFF; 
	text-align:left;
	}
.resultat tbody tr.odd 	{
	background: #f9f9f9;
	border-top:1px solid #FFF;
}

.resultat tbody th a:link, .resultat tbody th a:visited{
	color:#005287;
	padding:3px 0px 0px 18px;
	}
.resultat tbody th a:hover{
	color:#FF8601;
	}

.resultat tbody tr td { 
	height:15px;
	background: #FFF;
	border: 1px solid #FFF;
	}

.resultat tbody tr.odd td{ 
	background: #f9f9f9;
	border-top:1px solid #FFF;
	}

.resultat table td a:link {
	color: #aedd42;
	text-decoration: none;
}

.resultat table td a:visited {
	color: #aedd42;
	text-decoration: none;
}

.resultat table td a:hover {
	color: #aedd42;
	border-bottom:2px solid #447808;
	text-decoration: none ;
}

.resultat table td a:active {
	color: #aedd42;
	text-decoration: none ;
}

.resultat tfoot th, .resultat tfoot td {
	background-color:#E7E7E7; padding:2px;
	text-align:left; 
	
	font-size:12px; font-weight:bold; 
	border-bottom:3px solid #CCC;
	border-top:1px solid #DFDFDF;
}
.resultat tfoot a:link, .resultat tfoot  a:visited{
	color: #1975D7;
	text-decoration: none;

}
.resultat tfoot td a:hover {
	color: #50ADEA;
	border-bottom:2px solid #8FD5FF;
	text-decoration: none ;
}

