.affGallery .row {margin:0px}



.affGallery .styleEtiquette {
    border: 1px solid #c9c9fb;
    padding: 0 3px;
    line-height: 10px;
    font-size: 13px;
    background-color: aliceblue;
    border-radius: 5px;
    margin-right: 10px;
}



.affGallery .TagsOption {
    border: 1px solid #c9c9fb;
    padding: 5px;
    /*line-height: 13px;*/
    font-size: 13px;
    background-color: aliceblue;
    border-radius: 5px;
    margin-right: 10px;
}

.affGallery .TagsOption legend {
    font-size: 15px;
    font-weight: 700;


}

#galleryTatoueur a img {
    filter: grayscale(100%);
}

#galleryTatoueur a:hover img {
    filter: none;
}