/* Les icones Utilisés avec la classe .icon- */
.icon {
    text-indent: -1500em
}

[class^="icon-"],
[class*=" icon-"] {
    display: inline-block;
    width: 22px;
    height: 22px;
    *margin-right: .3em;
    line-height: 14px;
    vertical-align: text-top;
    background-image: url("../img/sprite.png");
    background-position: 14px 14px;
    background-repeat: no-repeat;
    margin-top: -1px;
}

.icon-home {
    background-position: -3px 0;
}

.icon-search {
    background-position: -28px 0;
}

.icon-fullscreen {
    background-position: -55px 0;
}

.icon-tse {
    background-position: -170px 0;
}

.icon-localstorage {
    background-position: -83px 0;
}

.icon-refresh {
    background: url("../img/refresh.png") center center no-repeat;
}

.icon-plus {
    margin-top: -2px;
    background-position: -146px 0;
}

.icon-alerte {
    width: 26px;
    height: 26px;
    background-position: -332px 0;
    vertical-align: middle;
    text-indent: 0px;
    text-align: center;
    line-height: 26px;
}

.icon-useraccount {
    background-position: -368px 0;
}

.icon-filter {
    background-position: -34px -70px;
}

.icon-display_files {
    background-position: -133px -37px;
}

.active .icon-display_files {
    background-position: -133px -57px;
}

.icon-display_formulaire {
    background-position: -178px -78px;
}

.active .icon-display_formulaire {
    background-position: -178px -102px;
}

.icon-display_liste {
    background-position: -158px -78px;
}

.active .icon-display_liste {
    background-position: -158px -102px;
}

.icon-display_cube {
    background-position: -218px -78px;
}

.active .icon-display_cube {
    background-position: -218px -102px;
}


.icon-display_vignette {
    background-position: -198px -78px;
}

.active .icon-display_vignette {
    background-position: -198px -102px;
}

.icon-display_coverflow {
    background-position: -180px -38px;
}

.active .icon-display_coverflow {
    background-position: -180px -59px;
}

.icon-caddie {
    background-position: -5px -167px;
}

.active .icon-caddie {
    background-position: -5px -137px;
}

/*//#9596 - Utilisation FontAwesome pour les chevrons*/
.icon-precedent,
.icon-suivant {
    /*//#10272 - Sous IE/Edge initial n'est pas valide pour vertical-align
    // Pour les autres, auto n'est pas valide …*/
    vertical-align: auto;
    vertical-align: initial;
    font-size: 10px !important;
}

.icon-export {
    background-position: -2px -38px;
}

.icon-print {
    background-position: -32px -38px;
}

.icon-view:hover {
    background-position: -60px -38px;
}

.icon-view {
    background-position: -88px -38px;
}

.icon-drop-down {
    background-position: -112px -42px;
}


.icon-cross {
    background-position: -112px -60px;
}


/* Boutons
 * Utiliser la classe btn
 *
 *	*/

.btn, button {
    display: inline-block;
    *display: inline;
    /* IE7 inline-block hack */

    *zoom: 1;
    padding: 0px 5px 2px 5px;
    margin-bottom: 0;
    font-size: 14px;
    line-height: 30px;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    color: #333333;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
    background-color: #f5f5f5;
    background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
    background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
    background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
    background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
    border-color: #e6e6e6 #e6e6e6 #bfbfbf;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    *background-color: #e6e6e6;
    /* Darken IE7 buttons by default so they stand out more given they won't have borders */

    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    border: 1px solid #cccccc;
    *border: 0;
    border-bottom-color: #b3b3b3;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    *margin-left: .3em;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .2), 0 1px 2px rgba(0, 0, 0, .05);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .2), 0 1px 2px rgba(0, 0, 0, .05);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .2), 0 1px 2px rgba(0, 0, 0, .05);
    /*height: 40px;*/
}

.btn-dropdown {
    background-image: none;
    background-color: #fff;
    border-left: none;
    border-right: none;
}

.btn i.fa-chevron-down {
    padding-left: 5px;
}

/*//#9596 - Même style que le aoutons actifs de pagination*/
.btn:not(.active):not(:active) i.fa-chevron-down {
    color: #666;
}

.btn:hover,
.btn:focus,
.btn:active,
.btn.active,
.btn.disabled,
.btn[disabled] {
    color: #333333;
    background-color: #e6e6e6;
    *background-color: #d9d9d9;
}

button[disabled], button[disabled]:hover {
    color: #FFFFFF;
    background: #C4C4C4;
}

.btn:active,
.btn.active {
    background-color: #cccccc \9;
}

.btn:first-child {
    *margin-left: 0;
}

.btn:hover,
.btn:focus {
    color: #333333;
    text-decoration: none;
    background-position: 0 -13px;
    -webkit-transition: background-position 0.1s linear;
    -moz-transition: background-position 0.1s linear;
    -o-transition: background-position 0.1s linear;
    transition: background-position 0.1s linear;
}

.btn:focus {
    outline: thin dotted #333;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

.btn.active,
.btn:active {
    background-color: #7c7c7c;
    background-image: none;
    outline: 0;
    -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, .15), 0 1px 2px rgba(0, 0, 0, .05);
    -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, .15), 0 1px 2px rgba(0, 0, 0, .05);
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, .15), 0 1px 2px rgba(0, 0, 0, .05);
    color: #fff;
}

.btn-dropdown:active {
    background-color: #ffffff;
    -webkit-box-shadow: inset 0 0px 0px rgba(0, 0, 0, .15), 0 0px 0px rgba(0, 0, 0, .05);
    -moz-box-shadow: inset 0 0px 0px rgba(0, 0, 0, .15), 0 0px 0px rgba(0, 0, 0, .05);
    box-shadow: inset 0 0px 0px rgba(0, 0, 0, .15), 0 0px 0px rgba(0, 0, 0, .05);
}

.btn.disabled,
.btn[disabled] {
    cursor: default;
    background-image: none;
    opacity: 0.65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}


.btn-violet {
    color: #fff;
    border: 1px solid #6d2462;
    background: #973288; /* Old browsers */
    background: -moz-linear-gradient(top, #973288 0%, #622058 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #973288), color-stop(100%, #622058)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #973288 0%, #622058 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #973288 0%, #622058 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #973288 0%, #622058 100%); /* IE10+ */
    background: linear-gradient(to bottom, #973288 0%, #622058 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#973288', endColorstr='#622058', GradientType=0); /* IE6-8 */
    text-transform: uppercase;

}


.btn-violet:hover, .btn-violet:active {
    color: #fff;
    background: #622058; /* Old browsers */
    background: -moz-linear-gradient(top, #622058 0%, #973288 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #622058), color-stop(100%, #973288)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #622058 0%, #973288 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #622058 0%, #973288 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #622058 0%, #973288 100%); /* IE10+ */
    background: linear-gradient(to bottom, #622058 0%, #973288 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#622058', endColorstr='#973288', GradientType=0); /* IE6-8 */
    text-transform: uppercase;
}

.btn-bleu {
    -moz-box-shadow: 0px 1px 0px 0px #f0f7fa;
    -webkit-box-shadow: 0px 1px 0px 0px #f0f7fa;
    box-shadow: 0px 1px 0px 0px #f0f7fa;

    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #6ad1e3), color-stop(1, #44abcb));
    background: -moz-linear-gradient(top, #6ad1e3 5%, #44abcb 100%);
    background: -webkit-linear-gradient(top, #6ad1e3 5%, #44abcb 100%);
    background: -o-linear-gradient(top, #6ad1e3 5%, #44abcb 100%);
    background: -ms-linear-gradient(top, #6ad1e3 5%, #44abcb 100%);
    background: linear-gradient(to bottom, #6ad1e3 5%, #44abcb 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6ad1e3', endColorstr='#44abcb', GradientType=0);

    background-color: #44abcb;

    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;

    border: 1px solid #6ad1e3;

    display: inline-block;
    color: #ffffff;
    font-family: arial;
    font-size: 15px;
    font-weight: bold;
    padding: 2px;
    text-decoration: none;

    text-shadow: 0px -1px 0px #5b6178;
}

.ul_menu_hover {
    display: none;
}

/*
 * Button bar avec fleche à droite
 *
 *	*/

.arrow_box {
    float: left;
    position: relative;
    background: #f0f0f0;
    border: 1px solid #cacaca;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    *margin-left: .3em;
    margin-top: 0;
    margin-right: 1em;
    padding-left: 0px;
    padding-right: 0px;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .2), 0 1px 2px rgba(0, 0, 0, .05);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .2), 0 1px 2px rgba(0, 0, 0, .05);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .2), 0 1px 2px rgba(0, 0, 0, .05);
}

.arrow_box:after, .arrow_box:before {
    left: 100%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.arrow_box:after {
    border-color: rgba(240, 240, 240, 0);
    border-left-color: #f0f0f0;
    border-width: 7px;
    top: 50%;
    margin-top: -7px;
}

.arrow_box:before {
    border-color: rgba(202, 202, 202, 0);
    border-left-color: #cacaca;
    border-width: 8px;
    top: 50%;
    margin-top: -8px;
}

.arrow_box li a {
    line-height: 22px;
    padding: 5px;
    display: block;
    color: #333333;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
    text-decoration: none;
}

.arrow_box li a:hover {
    font-weight: bold;
}

.arrow_box li {
    display: inline-block;
    height: 32px;
    line-height: 32px;
    padding: 0 5px;
}

.compteur {
    border-radius: 15px;
    display: inline-block;
    padding: 3px 6px;
    font-size: 12px;
    font-weight: bold;
    line-height: 14px;
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    white-space: nowrap;
    vertical-align: baseline;
    background-color: #999999;
    -webkit-border-radius: 9px;
    -moz-border-radius: 9px;
    border: 1px solid #6d2462;
    background: #973288; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzk3MzI4OCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM2MjIwNTgiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #973288 0%, #622058 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #973288), color-stop(100%, #622058)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #973288 0%, #622058 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #973288 0%, #622058 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #973288 0%, #622058 100%); /* IE10+ */
    background: linear-gradient(to bottom, #973288 0%, #622058 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#973288', endColorstr='#622058', GradientType=0); /* IE6-8 */
    text-transform: uppercase;
}

/*
 * Mise en forme des fieldset et accordeons
 *
 *	*/

.bluebg {
    background-color: #3c8ea5;
}


.graybg, legend {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #888888), color-stop(1, #6d6d6d));
    background: -moz-linear-gradient(top, #888888 5%, #6d6d6d 100%);
    background: -webkit-linear-gradient(top, #888888 5%, #6d6d6d 100%);
    background: -o-linear-gradient(top, #888888 5%, #6d6d6d 100%);
    background: -ms-linear-gradient(top, #888888 5%, #6d6d6d 100%);
    background: linear-gradient(to bottom, #888888 5%, #6d6d6d 100%);
    -webkit-box-shadow: inset 0 0px 0px rgba(0, 0, 0, .15), 0 0px 0px rgba(0, 0, 0, .05);
    -moz-box-shadow: inset 0 0px 0px rgba(0, 0, 0, .15), 0 0px 0px rgba(0, 0, 0, .05);
    box-shadow: inset 0 0px 0px rgba(0, 0, 0, .15), 0 0px 0px rgba(0, 0, 0, .05);
}

/*//#6929*/
.graylightbg,
fieldset fieldset legend,
#creation_rapide fieldset legend {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #bbbbbb), color-stop(1, #9d9d9d));
    background: -moz-linear-gradient(top, #bbbbbb 5%, #9d9d9d 100%);
    background: -webkit-linear-gradient(top, #bbbbbb 5%, #9d9d9d 100%);
    background: -o-linear-gradient(top, #bbbbbb 5%, #9d9d9d 100%);
    background: -ms-linear-gradient(top, #bbbbbb 5%, #9d9d9d 100%);
    background: linear-gradient(to bottom, #bbbbbb 5%, #9d9d9d 100%);
    -webkit-box-shadow: inset 0 0px 0px rgba(0, 0, 0, .15), 0 0px 0px rgba(0, 0, 0, .05);
    -moz-box-shadow: inset 0 0px 0px rgba(0, 0, 0, .15), 0 0px 0px rgba(0, 0, 0, .05);
    box-shadow: inset 0 0px 0px rgba(0, 0, 0, .15), 0 0px 0px rgba(0, 0, 0, .05);
}

.graybg.open {
    -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, .15), 0 -1px 4px rgba(0, 0, 0, .05);
    -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, .15), 0 -1px 4px rgba(0, 0, 0, .05);
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, .15), 0 -1px 4px rgba(0, 0, 0, .05);
}

.electricbluebg {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #6ad1e3), color-stop(1, #44abcb));
    background: -moz-linear-gradient(top, #6ad1e3 5%, #44abcb 100%);
    background: -webkit-linear-gradient(top, #6ad1e3 5%, #44abcb 100%);
    background: -o-linear-gradient(top, #6ad1e3 5%, #44abcb 100%);
    background: -ms-linear-gradient(top, #6ad1e3 5%, #44abcb 100%);
    background: linear-gradient(to bottom, #6ad1e3 5%, #44abcb 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6ad1e3', endColorstr='#44abcb', GradientType=0);
}

.electricbluebg.open {
    -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, .15), 0 -1px 4px rgba(0, 0, 0, .05);
    -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, .15), 0 -1px 4px rgba(0, 0, 0, .05);
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, .15), 0 -1px 4px rgba(0, 0, 0, .05);
}

.fieldset-legend {
    color: #fff;
    font-weight: bold;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.75);
    outline: 0;
    padding: 5px;
    margin-top: 0px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;

}

.fieldset-legend-n2 {
    border-bottom: none;
    color: #4cb3d0;
    font-size: 18px;
    font-weight: bold;
}

.graybg .caret {
    background-position: -230px -59px
}

.graybg.open .caret {
    background-position: -230px -39px
}

.electricbluebg .caret {
    background-position: -210px -59px
}

.electricbluebg.open .caret {
    background-position: -210px -39px
}


.degrade_gris {
    /*Couleur*/
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #888888), color-stop(1, #6d6d6d));
    background: -moz-linear-gradient(top, #888888 5%, #6d6d6d 100%);
    background: -webkit-linear-gradient(top, #888888 5%, #6d6d6d 100%);
    background: -o-linear-gradient(top, #888888 5%, #6d6d6d 100%);
    background: -ms-linear-gradient(top, #888888 5%, #6d6d6d 100%);
    background: linear-gradient(to bottom, #888888 5%, #6d6d6d 100%);
    -webkit-box-shadow: inset 0 0px 0px rgba(0, 0, 0, .15), 0 0px 0px rgba(0, 0, 0, .05);
    -moz-box-shadow: inset 0 0px 0px rgba(0, 0, 0, .15), 0 0px 0px rgba(0, 0, 0, .05);
    box-shadow: inset 0 0px 0px rgba(0, 0, 0, .15), 0 0px 0px rgba(0, 0, 0, .05);
    color: #fff;
    font-weight: bold;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.75);
    outline: 0;
    padding: 5px;
    margin-top: 0px;
}


.ombre_bloc {
    -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, .30);
    -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, .30);
    box-shadow: 0 1px 5px rgba(0, 0, 0, .30);
}

.right {
    float: right;
}

/*Groupes de boutons*/
/*//#5931*/
.btn-group {
    position: relative;
    display: inline-block;
    vertical-align: middle;
}

.btn-group > button:first-child:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.btn-group > button:last-child:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-left-color: white;
}

.btn-group > button:first-child {
    margin-left: 0px;
}

.btn-group > button {
    float: left;
    position: relative;
    margin-left: -1px;
}

/*Boutons progression*/
.btn-asynchrone .btna-action {
    display: inline-block;
    color: #fff;
    text-decoration: none;
    overflow: hidden;
    position: relative;
    /*//#19061*/
    margin-right: 0;
}

.btn-asynchrone button {
    text-shadow: none;
}

.btn-asynchrone .btna-hist {
    min-width: 80px;
    -webkit-transition: width 0.5s, height 0.5s;
    -moz-transition: width 0.5s, height 0.5s;
    transition: width 0.5s, height 0.5s;
}

.btn-asynchrone .btna-hist:hover {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #6d6d6d), color-stop(1, #888888));
    background: -moz-linear-gradient(top, #6d6d6d 5%, #888888 100%);
    background: -webkit-linear-gradient(top, #6d6d6d 5%, #888888 100%);
    background: -o-linear-gradient(top, #6d6d6d 5%, #888888 100%);
    background: -ms-linear-gradient(top, #6d6d6d 5%, #888888 100%);
    background: linear-gradient(to bottom, #6d6d6d 5%, #888888 100%);
}

.btn-asynchrone i.fa {
    margin-left: 5px;
    margin-right: 5px;
}

.btn-asynchrone.error .btna-hist {
    background: #F00;
}

.btn-asynchrone .content {
    position: relative;
    z-index: 2;
}

.btn-asynchrone .tz-bar {
    height: 3px;
    bottom: 0;
    left: 0;
    width: 0;
    position: absolute;
    z-index: 1;

    background: #973288;
    background: -moz-linear-gradient(top, #973288 0%, #622058 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #973288), color-stop(100%, #622058));
    background: -webkit-linear-gradient(top, #973288 0%, #622058 100%);
    background: -o-linear-gradient(top, #973288 0%, #622058 100%);
    background: -ms-linear-gradient(top, #973288 0%, #622058 100%);
    background: linear-gradient(to bottom, #973288 0%, #622058 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#973288', endColorstr='#622058', GradientType=0);

    -webkit-transition: width 0.5s, height 0.5s;
    -moz-transition: width 0.5s, height 0.5s;
    transition: width 0.5s, height 0.5s;

    -webkit-border-bottom-right-radius: 4px;
    -moz-border-bottom-right-radius: 4px;
    border-bottom-right-radius: 4px;
    -webkit-border-top-right-radius: 4px;
    -moz-border-top-right-radius: 4px;
    border-top-right-radius: 4px;
}

.btn-asynchrone .btna-hist:hover .tz-bar {
    background: #622058;
    background: -moz-linear-gradient(top, #622058 0%, #973288 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #622058), color-stop(100%, #973288));
    background: -webkit-linear-gradient(top, #622058 0%, #973288 100%);
    background: -o-linear-gradient(top, #622058 0%, #973288 100%);
    background: -ms-linear-gradient(top, #622058 0%, #973288 100%);
    background: linear-gradient(to bottom, #622058 0%, #973288 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#622058', endColorstr='#973288', GradientType=0);
}

.btn-asynchrone .tz-bar.background-horizontal {
    height: 100%;
}

/*//#13457*/
.badge {
    background-color: #D1DADE;
    color: #5E5E5E;
    text-shadow: none;
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    border-radius: 10px;
}

/*//5964 - Zone de recherche*/
.recherche_bloc {
    line-height: 20px;
    font-size: 14px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: normal;
    margin-bottom: 20px;
    text-align: right;
    vertical-align: middle;
    position: relative;
}

.recherche_bloc .badge {
    position: absolute;
    right: 10px;
    top: 6px;
}

.recherche_bloc .badge:empty {
    display: none;
}

/*//#9388*/
.copie_lien {
    display: inline;
}

.copie_lien .span_copie_lien {
    cursor: pointer;
    opacity: 0.5;
}

.copie_lien .span_copie_lien:hover {
    opacity: 1;
}


/** Mise en page fieldset avec cadre **/
fieldset.fieldset_avec_cadre legend {
    margin-bottom: 1px;
}

fieldset.fieldset_avec_cadre > div {
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    margin-bottom: 3px;
    margin-top: -4px;
    background-color: #FFF;
    padding: 4px;
}

/* //#17310 */
fieldset.fieldset_avec_cadre > div.zone_json {
    padding: 0px;
}

/** Mise en page Li avec chevron bleu **/
ul.ul_chevron_bleu {
    margin-left: 20px;
}

ul.ul_chevron_bleu > li {
    margin-left: 10px;
}

ul.ul_chevron_bleu > li:before {
    font-family: "FontAwesome";
    font-weight: 900;
    content: '\f101';
    margin: 0 8px 0 -15px;
    color: #4cb3d0;
}
