body {
    font-family:Arial;
    font-size:medium;
    color:black;
    background-color:white;
    line-height: 1
}

a {
    text-decoration: none;
    color:#0094ff;
}

a:hover {   
    text-decoration: underline;
    color:black;
}

table {
    width:100%;
    font-size:small;
    line-height: 1 
}

th {
    text-align: center;
    padding: 4px;
    border-bottom: 1px solid #ddd;
    font-weight: bold;
    background-color: #0094ff;
    color: white    
}

td {
    text-align: center;
    padding: 4px;
    border-bottom: 1px solid lightgrey;
}

tr:hover {
    color:#0094ff;
    font-weight: bold;   
}


.titre {
    font-size:150%;
    font-weight: bold;       
}

.center {text-align:center;}

.divcenter {
    margin: auto;
    width: auto;
 
}

.right {
    position: absolute;
    right: 0px;
}

.navh ul {list-style-type: none;margin: 0;padding: 0;}
.navh li {display: inline;}
.navh a {padding: 8px;}