html {
    height: 100%;
}

body {
    margin: 0px;
    height: 100%;
    font-family: Arial, Helvetica, sans-serif;
}

p {
    border: 0px;
    margin: 0px;
    padding-bottom: 15px;
}

* {
    font-size: 11px;
    outline: none;
    color: #333;
}

.Clear {
    clear: both;
}

.icoErreur, .icoMessage_0 {
    background-image: url(../images/icones/error_16.png);
}

.icoInfo, .icoMessage_1 {
    background-image: url(../images/icones/info_16.png);
}

.icoValid, .icoValider, .icoMessage_2 {
    background-image: url(../images/icones/valider_16.png);
}

.icoWarning, .icoMessage_3 {
    background-image: url(../images/icones/warning_16.png);
}

.icoAjouter {
    background-image: url(../images/icones/ajouter_16.png);
}

.icoModifier {
    background-image: url(../images/icones/modifier_16.png);
}

.icoSupprimer {
    background-image: url(../images/icones/supprimer_16.png);
}

.icoPdf {
    background-image: url(../images/icones/pdf_16.png);
}

.icoExcel {
    background-image: url(../images/icones/excel_16.png);
}

.icoRechercher {
    background-image: url(../images/icones/rechercher_16.png);
}

.icoFacture {
    background-image: url(../images/icones/facture_16.png);
}

.icoAnnuler {
    background-image: url(../images/icones/annuler_16.png);
}

.icoListing {
    background-image: url(../images/icones/listing_16.png);
}

.icoActualiser {
    background-image: url(../images/icones/actualiser_16.png);
}

.icoCalendrier {
    background-image: url(../images/icones/calendrier_16.png);
}

.icoClient {
    background-image: url(../images/icones/client_16.png);
}

.icoClient_48 {
    background-image: url(../images/icones/client_48.png);
}

.icoFrs {
    background-image: url(../images/icones/frs_16.png);
}

.icoDevis {
    background-image: url(../images/icones/devis_16.png);
}

.icoBat {
    background-image: url(../images/icones/bat_16.png);
}

.icoFact {
    background-image: url(../images/icones/fact_16.png);
}

.icoCommande_frs {
    background-image: url(../images/icones/cde_frs_16.png);
}

.icoBl {
    background-image: url(../images/icones/bl_16.png);
}

.icoMonter {
    background-image: url(../images/icones/monter_16.png);
}

.icoDescendre {
    background-image: url(../images/icones/descendre_16.png);
}

.icoEnregistrer {
    background-image: url(../images/icones/enregistrer_16.png);
}

.icoDupliquer {
    background-image: url(../images/icones/dupliquer_16.png);
}

.icoArticle {
    background-image: url(../images/icones/article_16.png);
}

.icoImprimer {
    background-image: url(../images/icones/imprimer_16.png);
}

.icoMail {
    background-image: url(../images/icones/mail_16.png);
}

.icoCommission {
    background-image: url(../images/icones/commission_16.png);
}

.icoRemplissage {
    background-image: url(../images/icones/remplissage_16.png);
}

.icoStats {
    background-image: url(../images/icones/stats_16.png);
}

.icoMaison_48 {
    background-image: url(../images/icones/maison_48.png);
}

.icoMaison {
    background-image: url(../images/icones/maison_16.png);
}

.icoDeconnexion {
    background-image: url(../images/icones/deconnexion_16.png);
}

.icoLettre {
    background-image: url(../images/icones/lettre_16.png);
}

.Page_Titre {
    height: 25px;
    border-bottom: 1px solid #95a8c3;
    background: #cadef7; /* Old browsers */
    background: -moz-linear-gradient(top, #cadef7 0%, #e6f0fe 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#cadef7), color-stop(100%,#e6f0fe)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #cadef7 0%,#e6f0fe 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #cadef7 0%,#e6f0fe 100%); /* Opera11.10+ */
    background: -ms-linear-gradient(top, #cadef7 0%,#e6f0fe 100%); /* IE10+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cadef7', endColorstr='#e6f0fe',GradientType=0 ); /* IE6-9 */
    background: linear-gradient(top, #cadef7 0%,#e6f0fe 100%); /* W3C */
}

    .Page_Titre span {
        float: right;
        font-size: 16px;
        color: #15428b;
        padding-top: 5px;
        padding-right: 10px;
    }

#UpdateProgress1 {
    float: right;
    padding: 4px;
    padding-right: 10px;
}

.Message {
    display: block;
    height: 22px;
    border-bottom: 1px solid #95a8c3;
    font-size: 14px;
    color: #333;
    padding-top: 5px;
    padding-left: 30px;
    background-repeat: no-repeat;
    background-position: 10px 5px;
    background-color: #fff3c1;
}

.Groupe_Box_01 {
    margin: 5px;
    border: 1px solid #c8e0ff;
    -moz-border-radius-topleft: 4px;
    -moz-border-radius-topright: 4px;
    -moz-border-radius-bottomright: 4px;
    -moz-border-radius-bottomleft: 4px;
    -webkit-border-radius: 4px 4px 4px 4px;
    border-radius: 4px 4px 4px 4px;
}

    .Groupe_Box_01:hover {
        -webkit-box-shadow: 0px -1px 5px 0px rgba(0, 0, 0, .3);
        -moz-box-shadow: 0px -1px 5px 0px rgba(0, 0, 0, .3);
        box-shadow: 0px -1px 5px 0px rgba(0, 0, 0, .3);
    }



.Groupe_Box_01_Titre {
    color: #15428b;
    font-size: 11px;
    padding: 5px;
    background: #e4effd; /* Old browsers */
    background: -moz-linear-gradient(top, #e4effd 0%, #c8e0ff 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e4effd), color-stop(100%,#c8e0ff)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #e4effd 0%,#c8e0ff 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #e4effd 0%,#c8e0ff 100%); /* Opera11.10+ */
    background: -ms-linear-gradient(top, #e4effd 0%,#c8e0ff 100%); /* IE10+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e4effd', endColorstr='#c8e0ff',GradientType=0 ); /* IE6-9 */
    background: linear-gradient(top, #e4effd 0%,#c8e0ff 100%); /* W3C */
}

.Groupe_Box_01_Content {
    padding: 5px;
    background: #ffffff; /* Old browsers */
    background: -moz-linear-gradient(top, #ffffff 0%, #ffffff 70%, #d5d7db 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(70%,#ffffff), color-stop(100%,#d5d7db)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #ffffff 0%,#ffffff 70%,#d5d7db 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #ffffff 0%,#ffffff 70%,#d5d7db 100%); /* Opera11.10+ */
    background: -ms-linear-gradient(top, #ffffff 0%,#ffffff 70%,#d5d7db 100%); /* IE10+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#d5d7db',GradientType=0 ); /* IE6-9 */
    background: linear-gradient(top, #ffffff 0%,#ffffff 70%,#d5d7db 100%); /* W3C */
}

.Groupe_Box_01_Controle {
    background-color: #d5d7db;
    padding: 5px;
}

.Groupe_Box_02_Controle {
    background-color: #c8e0ff;
    padding: 5px;
}


.Groupe_Box_01_Bouton {
    position: relative;
    float: left;
    font-size: 11px;
    padding-top: 6px;
    padding-left: 24px;
    background-repeat: no-repeat;
    background-position: 4px 4px;
    text-decoration: none;
    background-color: #fff3c1;
    color: #333;
    margin-right: 2px;
    border: 1px solid #999;
    -moz-border-radius-topleft: 4px;
    -moz-border-radius-topright: 4px;
    -moz-border-radius-bottomright: 4px;
    -moz-border-radius-bottomleft: 4px;
    -webkit-border-radius: 4px 4px 4px 4px;
    border-radius: 4px 4px 4px 4px;
    padding-right: 5px;
    padding-bottom: 5px;
}

    .Groupe_Box_01_Bouton:hover, .Groupe_Box_01_Icone:hover {
        background-color: #fffce5;
        border: 1px solid #b59e79;
        -webkit-box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.1);
        -moz-box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.1);
        box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.1);
    }

.Groupe_Box_01_Icone {
    float: left;
    padding: 5px;
    height: 14px;
    margin-right: 2px;
    padding-left: 20px;
    background-repeat: no-repeat;
    background-position: center center;
    background-color: #fff3c1;
    text-decoration: none;
    border: 1px solid #999;
    -moz-border-radius-topleft: 4px;
    -moz-border-radius-topright: 4px;
    -moz-border-radius-bottomright: 4px;
    -moz-border-radius-bottomleft: 4px;
    -webkit-border-radius: 4px 4px 4px 4px;
    border-radius: 4px 4px 4px 4px;
}

.Bouton_01 {
    float: left;
    display: block;
    width: 20px;
    height: 20px;
    background-position: center center;
    background-repeat: no-repeat;
    text-decoration: none;
    -moz-opacity: 0.6;
    opacity: 0.6;
    filter: alpha(opacity=60);
}

    .Bouton_01:hover {
        -moz-opacity: 1;
        opacity: 1;
        filter: alpha(opacity=100);
    }

.Scrollable {
    overflow: auto;
    height: 100%;
}

.Bouton_02 {
    float: left;
    display: block;
    width: 20px;
    height: 16px;
    background-position: center center;
    background-repeat: no-repeat;
    text-decoration: none;
    opacity: 0.8;
}

    .Bouton_02:hover {
        opacity: 1;
    }

.Bouton_Search {
    float: left;
    display: block;
    width: 20px;
    height: 22px;
    margin-left:5px;
    background-position: center center;
    background-repeat: no-repeat;
    text-decoration: none;
    opacity: 0.8;
    background-image: url(../images/icones/rechercher_16.png);
}

    .Bouton_Search:hover {
        opacity: 1;
    }



.Align_0 {
    text-align: left;
}

.Align_1 {
    text-align: center;
}

.Align_2 {
    text-align: right;
}

.Float_Left {
    float: left;
}

.Float_Right {
    float: right;
    top: 0px;
    left: 0px;
}

#Page_Content_Filtre {
    width: 800px;
    margin-left: auto;
    margin-right: auto;
}

#Page_Content_Filtre_Simple {
    width: 350px;
    margin-left: auto;
    margin-right: auto;
}

#Page_Content_Filtre .Groupe_Box_01_Controle {
    padding-right: 7px;
    padding-bottom: 7px;
}

.ajax__tab_body {
    background: #ffffff; /* Old browsers */
    background: -moz-linear-gradient(top, #ffffff 0%, #ffffff 70%, #d5d7db 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(70%,#ffffff), color-stop(100%,#d5d7db)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #ffffff 0%,#ffffff 70%,#d5d7db 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #ffffff 0%,#ffffff 70%,#d5d7db 100%); /* Opera11.10+ */
    background: -ms-linear-gradient(top, #ffffff 0%,#ffffff 70%,#d5d7db 100%); /* IE10+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#d5d7db',GradientType=0 ); /* IE6-9 */
    background: linear-gradient(top, #ffffff 0%,#ffffff 70%,#d5d7db 100%); /* W3C */
}


.Tab_Container_Controle_Gris {
    padding: 5px;
    border: 1px solid #999999;
    border-top: 0px;
    background-color: #d5d7db;
}

.Tab_Container_Controle {
    padding: 5px;
    border: 1px solid #999999;
    border-top: 0px;
    background-color: #bfdbff;
}

.Gris_01 {
    color: #545454;
}

.Composant_Autocomplete {
    background-color: #fff;
    margin-top: -0px;
    font-size: 11px;
    font-family: Arial;
    color: #545454;
    padding: 3px;
    background-repeat: repeat-x;
    border: solid 1px #777;
    width: 200px;
    outline: none;
    list-style: none;
    margin-top: -1px;
    visibility: hidden;
}

.Composant_Autocomplete_Item {
    list-style: none;
    cursor: pointer;
}

.Composant_Autocomplete_Item_Hover {
    background-color: #eee;
    list-style: none;
    cursor: pointer;
}

#Loading_FiltreSSS {
    height: 100%;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    width: 100%;
    position: absolute;
    background-color: #fff;
    z-index: 9999;
    -moz-opacity: 0.0;
    opacity: 0.0;
    filter: alpha(opacity=0);
}

.DEVIS_FACT_1, .DEVIS_FACT_1 * {
    color: #aaa;
}


.utilisateur-groupe-menu {
    display: block;
    background-color: #bfdbff;
    padding: 5px;
    line-height: 25px;
    min-width: 250px;
    border-radius: 5px;
}

    .utilisateur-groupe-menu label {
        font-size: 12px;
        line-height: 15px;
    }

.utilisateur-groupe-groupe {
    display: block;
    margin-left: 25px;
    background-color: #dfe8f5;
    border-radius: 5px;
    padding: 2px;
}

    .utilisateur-groupe-groupe label {
        font-size: 12px;
        line-height: 15px;
    }

.utilisateur-groupe-item {
    display: block;
    margin-left: 50px;
}
