body {
    background-color: white;
    /*width: 300px;*/
    margin: 14px 14px;
    font-size: 1.2rem;
    font-family: sans-serif;
}

p {
    line-height: 1.2;
}

.horloge {
    /*font-size: 1rem;*/
    font-family: monospace;
}

a {
    outline: none;
    text-decoration: none;
    padding: 2px 1px 0;
}

a:link {
    color: darkgreen;
}

a:visited {
    color: forestgreen;
}

a:focus {
    border-bottom: 1px solid;
    background: mintcream;
}

a:hover {
    border-bottom: 1px solid;
    background: greenyellow;
}

a:active {
    background: darkgreen;
    color: greenyellow;
}

table {
    border-collapse: collapse;
    border-spacing: 20px 0;
    white-space: nowrap;
}

tr {
    padding-left: 0;
    margin-left: 0;
}

.atlernate thead tr:first-child {
    background-color: yellowgreen !important;
}

.atlernate tbody tr:nth-child(even) {
    background-color: mintcream;
}

.atlernate tbody tr:nth-child(odd) {
    background-color: white;
}

.atlernate tbody tr:hover {
    background-color: greenyellow !important;
}

td {
    padding: 0 1em 0 0;
}

th {
    padding: 0 1em 0.25em 0;
}

#mnheader {
    /*height: 60px;*/
    /*width: 800px;*/
    /*display: inline-block;*/
    float: left;
    border-radius: 10px;
    border: 2px solid darkgreen;
    padding: 7px 7px;
    background: mintcream;
    position: relative;
    top: 7px;
    left: 7px;
}

#mnbody {
    height: 100%;
    width: 100%;
    position: relative;
    float: left;
    /*overflow: auto;*/
    padding: 14px 14px;
    /*top and bottom / right and left*/
    /*border-radius: 7px; */
}

