* {
    font-family: Verdana, Arial, Helvetica, sans-serif;
}

html {

    font-size: 100%;
    background: #ffffff;
}
body {
    padding:0px;
    margin:0px;
}
table {
    font-size: 80%;
    border-spacing:0px;
    width: 100%;
}

a:link {
    color: #464646;
    text-decoration: none;
}

a:visited {
    color: #464646;
    text-decoration: underline;
}

a:hover {
    color: #000;
    text-decoration: underline;
}

a:active {
    color: #000;
}

a:focus {
    color: #000;
}

.corbeille_link {
    color: black;
    text-decoration: none;
}

.parapheur_name {
}

.corbeille_count {
    font-weight: bold;
}

.parapheur tr {
    background-color: rgb(240, 234, 230);
    margin: 2px;
    color: #000;
}

.parapheur td {
    padding: 4px;
    border-bottom:1px solid white;
}