body.timbrage {
    background-color: rgb(255, 204, 153);
}

h1.timbrage {
  margin-bottom: 100px;
  margin-top: 120px;
}

input {
    border: none;
    border-bottom: 2px solid rgb(255, 153, 0);
    border-left: 2px solid rgb(255, 153, 0);
    background-color: rgba(0, 0, 0, 0.25);
    caret-color: black;
}

form {
    margin-left: 300px;
}

p {
    text-align: left;
    margin-left: 300px;
    font-size: 18px;
}

legend {
    text-align: left;
}

.bouton {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out
}

div.switch1 {
    position: fixed;
    top: 200px;
    left: 50px;
}

div.switch2 {
    position: fixed;
    top: 310px;
    left: 50px;
}

div.switch3 {
    position: fixed;
    top: 420px;
    left: 50px;
}

div.switch4 {
    position: fixed;
    top: 530px;
    left: 50px;
}

table {
    margin-left: 300px;
    color: black;
    margin: auto;
    border-collapse: separate;
}

caption{
    caption-side: top;
    color: black;
}

thead{
    text-align: center;
    vertical-align: center;
    font-weight: bold;
}

td{
    background-color: rgba(255, 255, 255, 0.35);
}

td.ID{
    min-width: 50px;
    text-align: center;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 0px;
    padding-bottom: 0px;
}

td.Nom{
    min-width: 100px;
    text-align: left;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 0px;
    padding-bottom: 0px;
}