table.alternance tr.odd, .alternance.wikitable tr.odd th[scope="row"] {
background: #E9E9E9;
}
/* SPORTTABLE */
/* Tableau préformaté permettant lignes blanches et lignes grises. Syntaxe : class="sporttable"
Exemple sur [[Équipe d'Angleterre de rugby à XV#Statistiques sur les matchs|cet article]]. */
table.sporttable { /* monobookocentré debut */
margin:1em 1em 1em 0;
background:#F9F9F9;
border:1px #AAA solid;
border-collapse:collapse;
}
table.sporttable th, table.sporttable td {
border:1px #AAA solid;
padding:.2em;
}
table.sporttable th {
font-weight:bold;
} /* monobookocentré fin */
table.sporttable caption {
margin-left:inherit;
margin-right:inherit;
}