.tag_saisie + div {
    margin-bottom: 5px;
    padding-top: 5px;
}

.tag_saisie + div a {
    color: #D44100;
    text-decoration: none;
}

.tag_saisie + div > div[id="*_liste"] {
    margin-top: 10px;
    padding-top: 5px;
    border-top: 1px solid #C8C8C8;
}

.tag_selection {
    padding: 0.2em;
    margin: 0.2em;
    border-bottom: 1px solid #AAA;
}

.tag_selection img {
    margin-top: 1px;
    margin-right: 3px;
    float: left;
    cursor: pointer;
}

span.selected {
    cursor: default;
    display: inline-block;
    text-align: left;
    font-size: 1em;
    line-height: 1.2em;
    padding: 0.2em;
    margin: 0 0.1em 0.1em 0.1em;
    border: 1px solid #BBB;
}


.tag-remove::before {
    content: '\00d7';
    padding: 5px;
    color: #000;
    font-weight: 300;
    font-family: Arial, sans-serif;
}
