@import url('/css/reglementation.css');


/* hightlit du lien correspondant dans le menu */

#mnuarret a {
    color: #990099;
}

#mnuarret a:visited {
    color: #990099;
}

/* textes definitions */

dt {
    font-style: italic;
    font-size: 0.9em;
    background-image: url('/img/pdf.gif');
    background-position: 95% 100%;
    background-repeat: no-repeat;
}

#contenu dt a {
    color: #990099;
}

dd {
    font-size: 0.8em;
}

/* formulaire de tri */

#filtre {
    display: block;
    margin: 0;
    padding: 10px;
    padding-top: 0;
    width: 300px;
    margin-left: 126px;
    margin-right: 126px;
    background-color: #ECE1EF;
    text-align: left;
    margin-bottom: 20px;
    margin-top: 20px;
}

#filtre fieldset {
    display: block;
    margin: 0;
    padding: 0;
    border: none;
    width: 300px;
}

#filtre label {
    display: block;
    margin: 0;
    padding: 0;
    color: #990099;
    font-weight: bold;
    word-spacing: 0.3em;
    padding-top: 10px;
    cursor: pointer;
}

#filtre select, #filtre input {
    margin: 0;
    padding: 0;
}

#filtre #afficher {
    width: 5em;
    height: 1.7em;
    background-color: white;
    border: 1px solid #990099;
    border-top: 1px solid #CC99CC;
    border-left: 1px solid #CC99CC;
    color: #990099;
    font-weight: bold;
    _border: none;
    cursor: pointer;
}

#filtre #afficher:focus {
    background-color: #990099;
    border: 1px solid #990099;
    border-bottom: 1px solid #ECE1EF;
    border-right: 1px solid #ECE1EF;
    color: white;
}

#filtre #afficher:hover {
    color: #CC99CC;
}
