body { background-color: green;  color: white; }

table.butters { width: 424px; }
/* @media screen and (max-width: 992px) { table.butters { width: 99.999%; } } */
table.butters td { border: 1px solid black; width: 33.333%; }
table.cartman { border-collapse: collapse; width: 99.999%; }
table.cartman tr { border: 1px solid black; }
table.cartman td { width: 24.444%; font-style: italic; }
.centré { text-align: center; }
/* div { border: 1px solid black; } */
/* #horlogeD { position: absolute; bottom: 11px; } */
#versionN { position: absolute; bottom: 11px; right: 11px; }
#aide { font-size: smaller; border-collapse: collapse; position: absolute; bottom: 11px; left: 11px; }
#aide td:nth-child(2) { padding-left: 16px; }
.bouton { width: 42px; height: 44px; 
   background-color: darkslategray; 
   color: white; 
   font-size: x-large;
}
.marguerite { width: 92%; font-size: x-large; }
hr { color:white; }
.police { font-family: monospace; }
.coul2 { background-color: white; color:green; }
.coul3 { background-color: rgb(1, 104, 1); }