td, div, p {
    font-family: verdana;
    font-size: 11px;
    color: #333333;
}

input.recherche {
    font-family: verdana;
    font-size: 11px;
    color: #333333;
    border: 1px solid #78ABCD;
    background: #fefefe;
}

input.recherchesubmit {
    font-family: verdana;
    font-size: 11px;
    color: #333333;
    border: 1px solid #78ABCD;
    background: #fefefe;
    cursor: hand;
    cursor: pointer;
}
a {
    color: #4578AB;
    text-decoration: none;
}
a:hover {
    color: #124578;
    text-decoration: none;
}

.divetab {
    padding: 1px;
}

.nomType {
    color: #009966;
    text-decoration: underline;
}

