
table.resultat {
/*border-width:10px;*/ 
border-style:outset; 
border-color:grey;
border-collapse: collapse;
text-align:center;
}

tr.resultat { 
border-color:red;
}

.resultat_titre {
background:url(titre.png)repeat-x top left;
background-color:black;
}

.resultat_ligne1 { 
background-color:#E8EEF4;
}

.resultat_ligne2 { 
background-color:#D8E0EB;
}

td.resultat { 
border-width:1px;
border-style:inset; 
border-color:grey;
padding: 7px;
font-size:smaller;
}
