border-collapse: collapse;
}
table.left, table.right, table.left{ background: #f9f9f9; border: 1px #aaa solid; border-collapse: collapse;}table.left, table.gauche{ float:left; margin:0 1em 1em 0;}table.right, table.droite{ float:right; margin:0 0 1em 1em;}table.center, table.centre{ margin:0 auto; border-style:0px none;}table.wikitable[align=center] { margin:0 auto; border-style:0px none;} .wikitable th, .wikitable td, .left th, .left td, .right th, .right td, .center th, .center td {
border: 1px #aaa solid;
padding: 0.2em;
}
.wikitable th,.wikitable_header, .left th, .left_header, .right th, .right_header, .center th, .center_header{
background:#E0E0E0;
text-align: center;
}
.wikitable th[scope=row], .left th[scope=row], .right th[scope=row], .center th[scope=row] {
text-align: left;
}
.wikitable caption, .left caption, .right caption, .center caption {
font-weight: bold;
margin-left:inherit; margin-right:inherit;
}
/* Alignement du tableau : flottant à droite ou à gauche, ou centré. On peut aligner à droite ou à gauche
sans flottement en ajoutant le [[modèle:clr]] en bas du tableau, ou en précisant style="float:none"
dans l'en-tête du tableau. */
table.gauche, table.left{float:left;margin:0 1em 1em 0}
table.droite, table.right{float:right;margin:0 0 1em 1em}
table.centre, table.center{margin:1em auto;border-style:1px solid;}
/* Pour les cas où le code de l'article contienne un paramètre align de valeur center */
table.wikitable[align=center] {margin:1em auto;}
/* hide initially collapsed collapsable tables */