/****************************************************
SELECTEURS PAR DEFAUT
****************************************************/
body {
    font-family: arial;
    margin: 0px;
    padding: 0px;
    text-align: center;/*pour l'ancien navigateur*/
    font-size: 11px;
    background-color: #FFFFFF;
}

a {
    color: #003399;
    text-decoration: none;
    cursor: pointer;
}

a:hover {
    color: #cd5603;
    text-decoration: none;
}

th a:hover {
    color: #000000!important;
}

img {
    border: 0;
}

label { 
    display: inline ; 
    float: left ; 
    width: 112px ;
    font-size: 12px;
}

fieldset {
    border: 1px solid #e4b097;
    padding: 5px;
    padding-left: 25px;
}

legend {
    font-weight: bold;
}

table {
    width: 1285px;
    border: thin solid #e4b097;
    empty-cells: show;
    border-collapse: collapse;
    /*overflow: hidden;*/
}

table.stripped tr:nth-child(even){
    background: rgba(12, 143, 15, 0.1) !important
}
table.stripped tr:nth-child(odd){
    background: rgba(233, 34, 235, 0.1) !important;
}

th {
    background: #cd5603;
    color: #fff;
    text-align: left;
    font-weight: bold;
    font-size: 11px;
    padding: 2px 5px 2px 5px;
}

th a {
    color: white;
}

td {
    color: black;
    text-align: left;
    padding: 2px 5px 2px 5px;
    vertical-align: top;
    font-size: 11px;
    border: 1px solid #e4b097;
}

hr {
    padding:0;
    margin:0;
}

#menu_g {
    padding-left: 5px;
}
#menu_g *{
    padding: 0;
    margin: 0;
    color: #3b539c;
    background-repeat: no-repeat;
}

#menu_g dl {
    padding-bottom: 15px;
}

#menu_g em {
    color: #94d052 !important;
    font-weight: normal;
    font-size: 13px;
}

#menu_g dt {
    height: 16px;
    font-weight: bold;
}

#menu_g dd {
    padding-left: 30px;
    margin-left: 10px;
    height: 16px;
    padding-top: 5px;
}

.menu_g_accueil {
    background: url(../design/admin/menu_g_accueil.gif);
}

.menu_g_categorie {
    background: url(../design/admin/menu_g_categorie.gif);
}

.menu_g_article {
    background: url(../design/admin/menu_g_article.gif);
}

.menu_g_page {
    background: url(../design/admin/menu_g_page.gif);
}

.menu_g_design {
    background: url(../design/admin/menu_g_design.gif);
}

.menu_g_template {
    background: url(../design/admin/menu_g_template.gif);
}

.menu_g_user {
    background: url(../design/admin/menu_g_user.gif);
}

.menu_g_dossier {
    background: url(../design/admin/menu_g_dossier.gif);
}

.menu_g_fichier {
    background: url(../design/admin/menu_g_fichier.gif);
}

.menu_g_footer {
    background: url(../design/admin/menu_g_footer.gif);
}

.menu_g_config {
    background: url(../design/admin/menu_g_config.gif);
}

.menu_g_question {
    background: url(../design/admin/menu_g_question.gif);
}

.menu_g_sitemap {
    background: url(../design/admin/menu_g_sitemap.gif) 0 6px no-repeat;
}

.menu_g_rdv {
    background: url(../design/admin/menu_g_rdv.gif);
}

.menu_g_teach {
    background: url(../design/admin/menu_g_teach.gif);
}

.menu_g_board {
    background: url(../design/admin/menu_g_board.gif);
}

.menu_g_groupe{
    background: url(../design/admin/menu_g_groupe.gif);
}

.menu_g_texte{
    background: url(../design/admin/menu_g_texte.gif);
}

.menu_g_envoi{
    background: url(../design/admin/menu_g_envoi.gif) 0 5px no-repeat;
}

.menu_g_reception{
    background: url(../design/admin/menu_g_reception.gif) 0 5px no-repeat;
}

.menu_g_opportunite{
    background: url(../design/admin/menu_g_opportunite.gif);
}

.menu_g_import{
    background: url(../design/admin/menu_g_import.gif);
}

.menu_g_export{
    background: url(../design/admin/menu_g_export.gif) 0 2px no-repeat;
}

.menu_g_galerie{
    background: url(../design/admin/menu_g_diaporama.gif) 0 5px no-repeat;
}

.menu_g_campagne{
    background: url(../design/admin/menu_g_campagne.gif) 0 5px no-repeat;
}

.menu_g_relance{
    background: url(../design/admin/menu_g_relance.gif) 0 4px no-repeat;
}

.menu_g_fichier_galerie{
    background: url(../design/admin/menu_g_diaporama.gif) 0 5px no-repeat;
}

.menu_g_fichier_video {
    background: url(../design/admin/film.png) 0 5px no-repeat;
}


/****************************************************
CADRES PRINCIPAUX
****************************************************/
div#mainwrap{
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    background-position:right;
}

div#header {
    position: relative;
    width: auto;
    /*height: 89px;*/
    height: 135px;
}

div#top {
    position: relative;
    width: 100%;
    height: 25px;	
    background-color: #414141;
}

div#filet {
    position: relative;
    height: 17px;
    padding-top: 15px;
}

div#contentarea {
    width: 1410px;
    clear: both;
}

div#left {
    width: 15%;
    min-width: 215px;
    float: left;
}

div#center {
    width: 1295px; 
    background-color: #FFF;
    float: left;
    margin: 0px;	
    padding: 0px;
    overflow: visible;

}

div#footer {
    width: 980px;
    height: 31px;
    background-color: #FFDBB7;
}

/****************************************************
SOUS DIV FILET
****************************************************/
div#filet div#zonetitre {
    height: 15px; 
    margin-left: 215px;
    width: 1095px;
    border-bottom: 1px solid #cd5603;
}

div#filet div#zonetitre div#titre {
    float: left;
    width: 745px;
    text-align: left;
    color: #cd5603;
    padding: 0 0 0 5px;
}
div#filet div#zonetitre div#signe {
    float: left;
    background-color: #cd5603;
    width: 15px;
    height: 15px;
    z-index: 1;
    color: white;
    font-weight: bold;
    text-align: center;
}


/****************************************************
SOUS DIV CENTER
****************************************************/
div#center h1{
    font-size: 14px;
    color: #cd5603;
}

div#center h2{
    font-size: 12px;
    color: #cccccc;
    font-weight: lighter;
}

div#center {
    text-align: justify;
    width: 1095px;
}

div#center div#page {
    text-align: right;
    padding-right: 5px;
}


div#center div#page ul {
    list-style-type: none;
    padding: 0px;
    margin: 0px;
}

div#center div#page ul li {
    display: inline;
    padding-left: 10px;
}

div#center div#over {
    min-height: 25px;
    color: #cd5603;
    padding-left: 0px;
}

div#center div#main {
    padding: 0 5px 0 0;
    min-height: 300px;
}

/****************************************************
CLASSES DIVERSES
****************************************************/
.clearfloat {
    clear: both;
    visibility: hidden;
}

.floatleft {
    float: left;
}

.floatright {
    float: right;
}

.msginfo {
    color: #cd5603;
}

.message {
    color: green;
}

.pagect {
    color: #cd5603;
}

.grise, .grise_all * {
    -moz-opacity: 0.3;
    opacity: 0.3; 
    -khtml-opacity: 0.3;
    filter: alpha(opacity=30); 
}

.hide {
    display:none
}

.show {
    display:block
}

/****************************************************
MENU HAUT
****************************************************/
div#menu_h  {
    color:white;
    float:right;
    padding-top:5px;
}

div#menu_h ul {
    padding: 0;
    margin: 0;
}

div#menu_h li {
    float: left;
    list-style: none;
    padding: 0 5px 0px 5px;
    text-align: left;
}

div#menu_h  a {
    color:white;
}

.left {
    float: left;
}

/*****************************************************
        CADRE ENVOI
******************************************************/
div.liste-envoi {
    float: left;
    padding: 0 3px;
}
.liste-envoi table{
    width: 1050px;
}

span.loader {
    color: #003399;
    cursor: pointer;
    display: block;
    margin: 30px 3px 20px;
}

span.loader:hover {
    color: #cd5603;
}

span.action {
    color: #00F;
    cursor: pointer;
}

span.defil_value {
    border-bottom: 1px solid #000;
}

span.success {
    color: #076F15;
    font-weight: bold;
}

div.liste-envoi .nom{
    display: block;
    width: 100px;
    float: left;
}
span.date{
    float: right;
}

input.error {
    background: #FFDFDF;
    border: 1px solid #F00;
}

span.jdate{
    margin-left: 25px;
}

div#cadre-envoi {
    width: 520px;
    float: right;
    margin: 15px 3px;
    overflow: hidden;	
}
#cadre-envoi label {
    width: 80px;
}
#cadre-envoi select {
    max-width: 400px;
}

div#publish {
    height: 100px;
    float: left;
    width: 250px;	
    margin-bottom: 115px;
    overflow: hidden;	
    padding: 3px;
}



/****************************************************
        IMAGE MENU
****************************************************/

div#menu-image {
    width: 392px;
    height: 204px;	
    margin-left: 394px;
    margin-top: -193px;
    margin-bottom: 15px;
}

textarea {
    width:98%;
}

.editeur select {
    width:150px;
}

#form_filtrecat {
    float:left;
}

#form_filtreart {
    float:left;
    padding-left:10px;
}

#formulaire {
    float:left;
}

#mp3edit {
    text-align:left;
}

#fleft {
    float:left;
    padding-right:25px;
}
#fright {
    width:390px;
    height:115px;
    float:left;
    padding-top:10px;
}

#fdivers {
    width:850px;	
}

#fright textarea{
    height:70px;
}

#fright label{
    width:100%
}

#imgedit {
    text-align:left;
}

#fdivers textarea {
    width:615px;
    height:30px;
}

#fdivers input {
    width:615px;
}

.pagination {padding:0; margin: 19px 0 12px 0; }
.pagination li { display:inline; background: #eee; border: 1px solid #ccc; color: #000; font-weight: bold; padding: 2px 4px; margin-top: 3px;}

.contactColonne {
    width: 42%;
    float: left;
    margin-right: 1%;
}
.contactColonne input[type=text], .contactColonne select {
    width: 250px;
}
.lettre {font-size: 110%; display: inline-block; margin-top: 5px; }
.lettre:first-of-type {margin-left: 6px}
.nbItemsSelect {
    width: 74px; 
    float: left; 
    padding-top: 15px;
    margin-left: 5px;
}
.filtre {margin-bottom: 14px;}
.filtre.nopage {margin-bottom: 17px;}
.filtre .blocFiltre {
    width: 285px;
    float: left;
    margin: 5px;
}
.filtre .blocFiltre.milieu {
    width: 245px;
}
.filtre .blocFiltre.droite {
    width: 325px;
}
.filtre label {display: inline-block; width: 100px;}
.filtre .blocFiltre.milieu label {width: 75px;}
.filtre .blocFiltre.droite label {width: 60px;}
.filtre input[TYPE=text], .filtre select {
    width: 150px;
    display: inline-block
}
.form input[TYPE=text], .form select {
    width: 300px;
    display: inline-block
}

.info {
    position:relative;
    cursor:pointer;
}
.bulle {
    position:absolute;
    background-color:#ffffff;
    padding: 6px;
    margin-left:60px;
    border:1px dashed #003399;
    z-index:1000;
    margin-top:-10px;
    width: auto;
}
.bulle.comment {
    width: 200px;
    margin-top: 3px;
    margin-left: 3px;
    line-height: 150%;
}
.info .bulle {
    display:none;
}
.info.etat .bulle {
    margin-left: 20px;
}
.info:hover .bulle {
    display:block;
}
.bulle2 {
    position:absolute;
    background: transparent;
    padding-bottom:6px;
    bottom: 5px;
    z-index:1000;
    width: 300px;
}
.bulle2.bottom {
    padding: 0;
    top: 15px;
}
.info .bulle2 {
    display:none;
}
.info:hover .bulle2 {
    display:block;
}
.clear {clear: both;}

#tblFiltre, #tblFiltre td, #divRetour table,  #divRetour td {
    border: 0;
}
.tblFiltre td, .tblFiltre {border: 0; padding: 7px 0;}
.tblFiltre label {width: 80px;}
.tblFiltre label.padd {padding-left: 40px; width: 40px;}
.tblFiltre td.first {width: 255px}
.tblFiltre td.second {width: 270px}
.tblFiltre td.last {width: 500px}

a.info{position:relative;}
a.info span{display: none; width:175px;}
a.info:hover span{display:block; position:absolute; background-color:#FFFFFF; border: 1px dashed #003399; margin-left:20px; margin-top:-8px; padding:0px; z-index:1000;}
a.info span:hover{display:block; position:absolute; background-color:#FFFFFF; border: 1px dashed #003399; margin-left:20px; margin-top:-8px; padding:0px; z-index:1000;}
a.info span ul {list-style:none; padding:0; margin-left:20px;}
a.info span ul li a {cursor:pointer;}
.opportunities {
    width: 800px;
    float: left;
}
.opportunities label{width: auto; padding: 5px;}
.nb {
    float: left;
    width: 350px;
    text-transform: uppercase;
    margin-top: 10px;
}
.nb table {width: 100%;}
.nb table, .nb tr, .nb td {border: 0;}

.progress {
    background-color: #F7F7F7;
    background-image: linear-gradient(to bottom, #F5F5F5, #F9F9F9);
    background-repeat: repeat-x;
    border-radius: 4px 4px 4px 4px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset;
    height: 20px;
    margin-bottom: 20px;
    overflow: hidden;
}
.progress .bar{
    float:left;
    width:0;
    height:100%;
    font-size:12px;
    color:#fff;
    text-align:center;
    text-shadow:0 -1px 0 rgba(0,0,0,0.25);
    background-color:#0e90d2;
    background-image:-moz-linear-gradient(top,#149bdf,#0480be);
    background-image:-webkit-gradient(linear,0 0,0 100%,from(#149bdf),to(#0480be));
    background-image:-webkit-linear-gradient(top,#149bdf,#0480be);
    background-image:-o-linear-gradient(top,#149bdf,#0480be);
    background-image:linear-gradient(to bottom,#149bdf,#0480be);
    background-repeat:repeat-x;
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff149bdf',endColorstr='#ff0480be',GradientType=0);
    -webkit-box-shadow:inset 0 -1px 0 rgba(0,0,0,0.15);
    -moz-box-shadow:inset 0 -1px 0 rgba(0,0,0,0.15);box-shadow:inset 0 -1px 0 rgba(0,0,0,0.15);
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
    -webkit-transition:width .6s ease;
    -moz-transition:width .6s ease;
    -o-transition:width .6s ease;
    transition:width .6s ease
}

#form_ajout_retour .type label {
    width: 60px;
    margin-right: 10px;
    text-align: right;
}
#form_ajout_retour .type input{
    float: left;
}

#form_ajout_retour .listeEnvoi div {
    margin-left: 113px;
}
#form_ajout_retour .listeEnvoi label {
    margin-left: 15px;
    padding-top: 3px;
    width: 700px;
}

#form_ajout_retour .listeEnvoi input{
    float: left;
}

/* css for timepicker */

.ui-timepicker-div .ui-widget-header { margin-bottom: 8px; }
.ui-timepicker-div dl { text-align: left; }
.ui-timepicker-div dl dt { float: left; clear:left; padding: 0 0 0 5px; }
.ui-timepicker-div dl dd { margin: 0 10px 10px 40%; }
.ui-timepicker-div td { font-size: 90%; }
.ui-tpicker-grid-label { background: none; border: none; margin: 0; padding: 0; }

.ui-timepicker-rtl{ direction: rtl; }
.ui-timepicker-rtl dl { text-align: right; padding: 0 5px 0 0; }
.ui-timepicker-rtl dl dt{ float: right; clear: right; }
.ui-timepicker-rtl dl dd { margin: 0 40% 10px 10px; }

#chk_metiers {
    width: 900px;
}
.div_filtre_metier {
    width: 390px;
    float: left;
}
.label_metier {
    width: 390px !important;
    font-size: 90%;
}
li.ui-menu-item {
    list-style: none;
    text-align: left;
    margin: 0;
    padding: 0;
    white-space: nowrap;
    width: 100%;
}
/* highlight results */
.ui-autocomplete span.hl_results {
    background-color: #ffff66;
}

/* loading - the AJAX indicator */
.ui-autocomplete-loading {
    background: white url('../design/admin/ui-anim_basic_16x16.gif') right center no-repeat;
}

/* scroll results */
.ui-autocomplete {
    max-height: 250px;
    overflow-y: auto;
    overflow-x: auto;
    padding-right: 5px;
    max-width: 400px;
    margin: 0;
    padding: 0;
}

/* IE 6 doesn't support max-height
* we use height instead, but this forces the menu to always be this tall
*/
* html .ui-autocomplete {
    height: 250px;
}
.multiple_delete {
    padding: 15px; 
    width: 150px; 
    float: right; 
    text-align: right;
}

#modal {
    position: fixed; 
    width: auto; 
    min-width: 400px;
    height: 460px;
    overflow-y: scroll;
    text-align: left;
    border: 1px solid #111;
    background: #fff;
    padding: 10px;
    z-index: 9999;
    display: none;
}
#modal ul, #modal ul li {margin: 0; padding: 0; list-style: disc inside;}
#modal input{font-size: 90%;}
#mask {
    position:absolute;
    left:0;
    top:0;
    z-index: 9990;
    background-color:#999;
    opacity: 0.9;
    display:none;
}
.contact-view {
    border: 1px solid #cd5603;
    border-radius: 5px;
    margin: 7px 0;
    padding: 14px;
}

.contact-view p {
    margin: 3px 0 !important;
}

.alphabet {
    width: 245px; 
    padding-top: 12px;
    float: left;
}

.div-paginate {
    width: 360px; 
    float: left;
}

.btn {
    background-color: #5BB75B;
    background-image: linear-gradient(to bottom, #62C462, #51A351);
    background-repeat: repeat-x;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    color: #fff;
    text-shadow: 0 -1px 0 rgb(0 0 0 / 25%);
    border-image: none;
    border-radius: 4px 4px 4px 4px;
    border-style: solid;
    border-width: 1px;
    box-shadow: 0 1px 0 rgb(255 255 255 / 20%) inset, 0 1px 2px rgb(0 0 0 / 5%);
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    margin-bottom: 0;
    padding: 2px 12px;
    text-align: center;
    vertical-align: middle;
    margin-top: -5px;
}
.btn.btn-primary {
    background-color: #428bca !important;
    border-color: #357ebd;
    color: #fff;
    padding: 1px 12px 0 12px;
}
.btn.btn-warning {
    background-color: #f0ad4e;
    border-color: #eea236;
    color: #fff;
    padding: 1px 12px 0 12px;
    height: inherit;
}
input[type="submit"], input[type="button"], .btn_neutre {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background-image: -webkit-gradient(
        linear,
        left bottom,
        left top,
        color-stop(0.16, rgb(207,207,207)),
        color-stop(0.79, rgb(252,252,252))
        );
    background-image: -moz-linear-gradient(
        center bottom,
        rgb(207,207,207) 16%,
        rgb(252,252,252) 79%
        );
    padding: 1px 6px;
    border: 1px solid #999;
    color: #111;
    font: 11px Arial;
}
input.hovered:hover:not([disabled="disabled"]), 
input[type="submit"]:hover:not([disabled="disabled"]), 
input[type="button"]:hover:not([disabled="disabled"]), 
.btn_neutre:hover:not([disabled="disabled"])  {
    color: #cd5603;
    cursor: pointer;
}
input[disabled="disabled"] {
    background-image: -webkit-gradient(
        linear,
        left bottom,
        left top,
        color-stop(0.05, rgb(207,207,207)),
        color-stop(0.6, rgb(252,252,252))
        );
    background-image: -moz-linear-gradient(
        center bottom,
        rgb(207,207,207) 5%,
        rgb(252,252,252) 60%
        );
    color: #ccc;
    border-color: #ccc;
}
input.no_button[disabled="disabled"] {
    color: #ccc;
}
input.no_button {
    border:0;
    color: #039;
    background: none;
    margin: 0;
    padding: 0;
}

@media screen and (max-width: 480px) {
    #mainwrap {
        width: 370px !important;
        margin: 0 auto;
    }

    #mainwrap * {
        max-width: 370px !important;
    }
    #header {
        display: none;
    }
    #left {
        display: none;
    }
    div#filet div#zonetitre {
        width: 100%;
        margin: 0;
    }
    div#contentarea {
        width: 100% !important;
        clear: both;
    }
    div#center {
        width: 100% !important;
    }

    div#filet div#zonetitre div#titre {
        float: none;
        width: 300px;
        padding-left: 20px;
    }

    .filtre {
        width: 100% !important;
        display: block;
        float: none;
    }
    .nb {
        width: 100%;
    }
    .opportunities {
        float: none;
        width: 100% !important;
    }
    .opportunities label {
        width: 100%;
    }

    .blocFiltre, .alphabet, .div-paginate, .nbItemsSelect {
        width: 100% !important;;
        float: none !important;;
    }
    .icone {
        vertical-align: middle;
        width: 25px;
        margin-right: 7px;
    }
}
.d-none {
    display: none;
}
.field-legend {
    margin: 14px 14px 0 0;
    padding: 14px !important;
}
.palettes_details {
    width: auto;

}
.palettes_details th {
    border: 1px solid #fff;
}
.palettes_details th,  .palettes_details td{
    vertical-align: top;
    text-align: center;
}

.palettes_details .table-input {
    width: 70px;
    padding: 0;
    margin: 0;
}
.noborder {
    border: none; 
    table-layout: fixed;
    width: auto;
}
.noborder td {
    border: 0;
}

.recette {width: auto !important;}
#list table.recette th, #main > table.recette th {text-align: center !important; border: 2px solid #111;}
#list table.recette td, #main > table.recette td {border: 2px solid #111; border-bottom-width: 1px; border-top-width: 1px;}
#list table.recette tr.total td, #main > table.recette tr.total td {border-top-width: 2px;border-bottom-width: 2px;}
table.noborder {margin: 70px 300px 0 0; border-collapse: collapse; border: none !important; padding: 0; table-layout: fixed; width: 260px !important;}
table.noborder td {border: none !important; vertical-align: top;}
.recette td {min-width: 60px; vertical-align: top;}
.recette .heure {width: 30px;}
.table-sm {
    width: 1088px !important;
}

.filtre {margin-bottom: 14px;}
.filtre.nopage {margin-bottom: 14px;}
.filtre .delbuttonright, #delButton, .button_right {
    float: right;
    margin-top: 14px;
    margin-right: 5px;
}

.filtre .blocFiltre {
    width: 285px;
    float: left;
    margin: 5px;
}
.filtre .blocFiltre.milieu {
    width: 245px;
}
.filtre .blocFiltre.droite {
    width: 325px;
}
.filtre label {display: inline-block; width: 100px;}
.filtre.padding label {padding-right: 10px;}
.filtre .blocFiltre.milieu label {width: 75px;}
.opportunities label {width: auto !important;}
.filtre .blocFiltre.droite label {width: 60px;}
.filtre input[TYPE=text], .filtre select {
    width: 145px;
    display: inline-block
}
.filtre select {
    width: 150px;
}
.filtre .blocFiltre.milieu2,
.filtre .blocFiltre.droite2 {width: 280px;}
.filtre .blocFiltre.milieu2 input[TYPE=text], .filtre .blocFiltre.droite2 input[TYPE=text] {width: 100px;}
.filtre .blocFiltre.milieu2 label {width: 120px;}
.filtre .blocFiltre.facture {width: 225px;}
.filtre .blocFiltre.facture label{width: 60px;}
.filtre .blocFiltre.milieuFact {width: 245px;}
.filtre .blocFiltre.milieuFact input[TYPE=text] {width: 100px;}
.filtre .blocFiltre.droiteFact {width: 340px;}
.filtre .blocFiltre.droiteFact input[TYPE=text] {width: 100px;}

.filtre .blocFiltre.droite2 {width: 280px;}
.filtre .blocFiltre.milieu2 input[TYPE=text], .filtre .blocFiltre.droite2 input[TYPE=text] {width: 100px;}
.filtre .blocFiltre.milieu2 label {width: 120px;}
.filtre .blocFiltre.droiteFact label {width: 80px;}

.filtre label.for_radio {width: 64px;}
.filtre label.for_radio span {display: inline-block; width: 28px;}
