body { background-color: #e6d7a0; }
table { width: 20cm; }
th { background-color: #ddddee; }
td { background-color: #eeeeff; }
td.fond { background-color: transparent; }

.bouton { color: #000; background-color: #ddeedd;
              border: 1px outset: #d7b9c9 }

input[type="text"]:focus { background-color: yellow; }

