input.filtre-checkbox[type="checkbox"] {
    border: 0 none;
    clip: rect(0px, 0px, 0px, 0px);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
input.filtre_center-cross[type="checkbox"] {
    border: 0 none;
    clip: rect(0px, 0px, 0px, 0px);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
input.filtre-radio[type="radio"] {
    border: 0 none;
    clip: rect(0px, 0px, 0px, 0px);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}



input.filtre-checkbox[type="checkbox"] + label.filtre-label {
    background-position: 0 0;
    background-repeat: no-repeat;
    cursor: pointer;
    display: inline-block;
    min-height: 15px;
    line-height: 15px;
    padding-left: 20px;
    vertical-align: middle;
}

input.filtre-radio[type="radio"] + label.filtre-label {
    background-position: 0 0;
    background-repeat: no-repeat;
    cursor: pointer;
    display: inline-block;
    min-height: 15px;
    line-height: 15px;
    padding-left: 20px;
    vertical-align: middle;
}

input.filtre_center-cross[type="checkbox"] + label.filtre_center-label {
    background-position: 0 0;
    background-repeat: no-repeat;
    cursor: pointer;
    display: inline-block;
    min-height: 15px;
    line-height: 15px;
    padding-left: 20px;
    vertical-align: middle;
}


input.filtre-checkbox[type="checkbox"]:checked + label.filtre-label {
    background-image: url("/templates/images/lite-orange-check_oui.png");
}
.lite-orange-check {
    background-image: url("/templates/images/lite-orange-check_non.png");
}

input.filtre-radio[type="radio"]:checked + label.filtre-label {
    background-image: url("/templates/images/scat_radio_oui.png");
}
.lite-orange-radio {
    background-image: url("/templates/images/scat_radio_non.png");
}

input.filtre_center-cross[type="checkbox"]:checked + label.filtre_center-label {
    background-image: url("/templates/images/lite-orange-cross_oui.png");
}
.lite-orange-cross {
    background-image: url("/templates/images/lite-orange-cross_non.png");
}

#expanderHead, #ombre_css{
-moz-box-shadow: 0px 5px 5px -5px #656565;-webkit-box-shadow: 0px 5px 5px -5px #656565;-o-box-shadow: 0px 5px 5px -5px #656565;box-shadow: 0px 5px 5px -5px #656565;filter:progid:DXImageTransform.Microsoft.Shadow(color=#656565, Direction=180, Strength=5);
}

#ombre_css_search{
-moz-box-shadow: 0px 5px 5px -5px #656565;-webkit-box-shadow: 0px 5px 5px -5px #656565;-o-box-shadow: 0px 5px 5px -5px #656565;box-shadow: 0px 5px 5px -5px #656565;filter:progid:DXImageTransform.Microsoft.Shadow(color=#656565, Direction=180, Strength=5);
}
