BODY {
    BACKGROUND-COLOR: #FFFFFF;
}

A {
    color: #000000;
    text-decoration: none;
}

/* PAGE DE CONNEXION */


.bouton {
    padding: 0px 2px 0px 2px;
    width: auto;
    border-top: #EAD9C5 0 solid;
    border-right: 1px outset #AAAAAA;
    border-bottom: 1px outset #AAAAAA;
    border-left: 0px solid #AAAAAA;
    background-color: #535EA8;
    color: #FFFFFF;
    text-align: center;
    text-decoration: none;
    letter-spacing: 0px;
    font-weight: bold;
    font-size: 11px;
    font-family: Verdana;
}

.boutonHover {
    padding: 0px 2px 0px 2px;
    width: auto;
    border-top: #EAD9C5 0px solid;
    border-right: 1px outset #AAAAAA;
    border-bottom: 1px outset #AAAAAA;
    border-left: 0px solid #AAAAAA;
    background-color: #FFBA21;
    color: #000000;
    text-align: center;
    text-decoration: none;
    letter-spacing: 0px;
    font-weight: bold;
    font-size: 11px;
    font-family: Verdana;
}

.bg_tab_connexion {
    border: 1px solid #000000;
    background-color: #FFFFE8;
}

.connexion_texte {
    vertical-align: middle;
    color: #000000;
    letter-spacing: 0px;
    font-weight: bold;
    font-size: 18px;
    font-family: Verdana;
}

.connexion_texte1 {
    vertical-align: middle;
    color: #000000;
    letter-spacing: 0px;
    font-weight: bold;
    font-size: 12px;
    font-family: Verdana;
}

a.connexion_texte1:link {
    text-decoration: underline;
}

a.connexion_texte1:visited {
    text-decoration: underline;
}

a.connexion_texte1:active {
    text-decoration: underline;
}

a.connexion_texte1:hover {
    text-decoration: none;
}

.connexion_libelleChamp {
    color: #000000;
    letter-spacing: 0px;
    font-size: 11px;
    font-family: Verdana;
}

/* MENU */

.menu1 {
    border: 1px solid #000000;
    background-color: #FEFEFE; /* #DEEBEF; */
    color: #535EA8;
    font-weight: bold;
    font-size: 9px;
    font-family: Verdana;
    margin-bottom: 20px;
}

/* MENU NUMBER 1 */
/*Style for the background-bar*/
.clBar {
    background-color: Navy;
    position: absolute;
    visibility: hidden;
    width: 10px;
    height: 10px;
}
/*Styles for level 0*/
.clLevel0, .clLevel0over {
    position: absolute;
    padding: 2px;
    font-weight: bold;
    font-size: 10px;
    font-family: Verdana;
}

.clLevel0 {
    background-color: #535EA8;
    color: white;
}

.clLevel0over {
    background-color: #DEDEDE;
    color: black;
    cursor: pointer;
}

.clLevel0border {
    background-color: #000000;
    position: absolute;
    visibility: hidden;
}
/*Styles for level 1*/
.clLevel1, .clLevel1over {
    position: absolute;
    padding: 2px;
    font-size: 9px;
    font-family: Verdana;
}

.clLevel1 {
    background-color: #FFFFFF;
    color: black;
}

.clLevel1over {
    background-color: #FFEFC6;
    color: black;
    font-weight: bold;
    cursor: pointer;
}

.clLevel1border {
    background-color: #000000;
    position: absolute;
    visibility: hidden;
}

/* MENU NUMBER 2 */
/*Style for the background-bar*/
.cl2Bar {
    background-color: Navy;
    position: absolute;
    visibility: hidden;
    width: 10px;
    height: 10px;
}
/*Styles for level 0*/
.cl2Level0, .cl2Level0over {
    position: absolute;
    padding: 2px;
    font-weight: bold;
    font-size: 10px;
    font-family: Verdana;
}

.cl2Level0 {
    background-color: #FFFFFF;
    color: black;
}

.cl2Level0over {
    background-color: #FFFFFF;
    color: black;
    cursor: pointer;
}

.cl2Level0border {
    background-color: #535EA8;
    position: absolute;
    visibility: hidden;
}

/*Styles for level 1*/
.cl2Level1, .cl2Level1over {
    position: absolute;
    padding: 2px;
    font-size: 9px;
    font-family: Verdana;
}

.cl2Level1 {
    background-color: #FFFFFF;
    color: black;
}

.cl2Level1over {
    background-color: #FFEFC6;
    color: black;
    font-weight: bold;
    cursor: pointer;
}

.cl2Level1border {
    background-color: #535EA8;
    position: absolute;
    visibility: hidden;
}

/* CORPS DE LA PAGE */

.bg_tab_accueil {
    padding: 5px 5px 5px 5px;
    border: 1px solid #000000;
    background-color: #FFFFE8;
}

.accueil_texte {
    padding: 10px;
    font-size: 11px;
    font-family: Verdana;
}

a.accueil_texte:link {
    text-decoration: underline;
}

a.accueil_texte:visited {
    text-decoration: underline;
}

a.accueil_texte:active {
    text-decoration: underline;
}

a.accueil_texte:hover {
    text-decoration: none;
}

.entete_tableau td {
    font-family: verdana;
    font-size: 11px;
    font-weight: bold;
}

.bg_tab_recherche {
    padding: 2px;
    background: repeat-x scroll 50% bottom #EEEEEE;
    border: 1px solid #AAAAAA;
    color: #222222;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

    .bg_tab_recherche td {
        height: 20px;
    }

#BtRechercher {
    margin-top: 10px;
}

.recherche_texte_titre {
    color: #535EA8;
    font-weight: bold;
    font-size: 11px;
    font-family: Verdana;
}

.recherche_texte {
    font-size: 11px;
    font-family: Verdana;
}

.bg_tab_liste {
    border: 0px solid #FFFFFF;
    background-color: #FFFFFF;
}

.liste_texte_titre {
    color: #535EA8;
    font-weight: bold;
    font-size: 11px;
    font-family: Verdana;
    padding-bottom: 2px;
}

.liste_texte {
    font-size: 11px;
    font-family: Verdana;
}

a.liste_texte:link {
    text-decoration: underline;
}

a.liste_texte:visited {
    text-decoration: underline;
}

a.liste_texte:active {
    text-decoration: underline;
}

a.liste_texte:hover {
    text-decoration: none;
}

.entete_tableau {
    min-height: 30px;
    background-color: #535EA8;
    color: White;
    text-align: center;
    font-weight: bolder;
    font-size: 11px;
    font-family: Verdana;
}

.lignePaire {
    height: 20px;
    background-color: #FFFFFF !important;
    color: black;
    text-align: center;
    letter-spacing: 0px;
    font-size: 11px;
    font-family: Verdana;
}

.ligneImpaire {
    height: 20px;
    background-color: #FFFFE8 !important;
    color: black;
    text-align: center;
    letter-spacing: 0px;
    font-size: 11px;
    font-family: Verdana;
}

.fin_tableau {
    min-height: 30px;
    color: #535EA8;
    text-align: center;
    font-size: 11px;
    font-family: Verdana;
}

.entete_tableau_int {
    min-height: 30px;
    background-color: #535EA8;
    color: White;
    text-align: center;
    font-weight: bolder;
    font-size: 11px;
    font-family: Verdana;
}

.lignePaire_int {
    height: 20px;
    background-color: #FFFFFF;
    color: black;
    text-align: center;
    letter-spacing: 0px;
    font-size: 11px;
    font-family: Verdana;
}

.ligneImpaire_int {
    height: 20px;
    background-color: #DEEBEF;
    color: black;
    text-align: center;
    letter-spacing: 0px;
    font-size: 11px;
    font-family: Verdana;
}

.bg_tableau_bes {
    background-color: #FFFFE8;
}

.entete_tableau_bes, .entete_fixe {
    height: 40px;
    background-color: #535EA8;
    color: White;
    text-align: center;
    font-weight: bolder;
    font-size: 10px;
    font-family: Verdana;
}

.lignePaire_bes {
    height: 25px;
    background-color: #FFFFFF;
    color: black;
    text-align: center;
    letter-spacing: 0px;
    font-size: 9px;
    font-family: Verdana;
}

.ligneImpaire_bes {
    height: 25px;
    background-color: #DEEBEF;
    color: black;
    text-align: center;
    letter-spacing: 0px;
    font-size: 9px;
    font-family: Verdana;
}

.lignePaire_besoin {
    height: 30px;
    background-color: #FFFFFF;
    color: black;
    text-align: center;
    letter-spacing: 0px;
    font-size: 9px;
    font-family: Verdana;
}

.ligneImpaire_besoin {
    height: 30px;
    background-color: #DEEBEF;
    color: black;
    text-align: center;
    letter-spacing: 0px;
    font-size: 9px;
    font-family: Verdana;
}

.ligneBesoin_sel {
    background-color: #FFF3A5;
}

.bg_tab_mod {
    padding: 5px 5px 5px 5px;
    border: 1px solid #A6C9E2;
}

.mod_texte_titre {
    color: #535EA8;
    font-weight: bold;
    font-size: 11px;
    font-family: Verdana;
}

.mod_texte {
    font-size: 11px;
    font-family: Verdana;
}

.mod_texte_separateur {
    background-color: #000000;
    margin: 8px;
}

.mod_texte_consult {
    color: #535EA8;
    font-size: 11px;
    font-family: Verdana;
}

a.mod_texte_consult:link {
    text-decoration: underline;
}

a.mod_texte_consult:visited {
    text-decoration: underline;
}

a.mod_texte_consult:active {
    text-decoration: underline;
}

a.mod_texte_consult:hover {
    text-decoration: none;
}

.entete_tableau_prix {
    height: 30px;
    background-color: #7B809D;
    color: White;
    text-align: left;
    font-weight: bolder;
    font-size: 10px;
    font-family: Verdana;
}

    .entete_tableau_prix:hover {
        border: none !important;
    }

.mod_entete_tableau_prix {
    color: #FFFFFF;
    font-size: 10px;
    font-family: Verdana;
}

a.mod_entete_tableau_prix:link {
    text-decoration: underline;
}

a.mod_entete_tableau_prix:visited {
    text-decoration: underline;
}

a.mod_entete_tableau_prix:active {
    text-decoration: underline;
}

a.mod_entete_tableau_prix:hover {
    text-decoration: none;
}

.erreur {
    color: red;
    text-align: center;
    letter-spacing: 0px;
    font-style: italic;
    font-size: 11px;
    font-family: Verdana;
}

.textBox_non_oblig {
    border: 1px solid #A6C9E2;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    text-align: left;
    letter-spacing: 0px;
    font-size: 10px;
    font-family: Verdana;
}

.textBox_oblig {
    border: 1px solid #A6C9E2;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background-color: #FFEFC6;
    text-align: left;
    letter-spacing: 0px;
    font-size: 10px;
    font-family: Verdana;
}

.dropDownList_non_oblig {
    font-size: 1em;
    font-family: Verdana;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #A6C9E2;
    padding: 1px;
}

.dropDownList_oblig {
    background-color: #FFEFC6;
    font-size: 1em;
    font-family: Verdana;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #A6C9E2;
    padding: 1px;
}

.liste_non_oblig {
    border: 1px solid #A6C9E2;
    background-color: #FFFFFF;
    letter-spacing: 0px;
    font-size: 10px;
    font-family: Verdana;
}

.liste_oblig {
    border: 1px solid #A6C9E2;
    background-color: #FFEFC6;
    letter-spacing: 0px;
    font-size: 10px;
    font-family: Verdana;
}

.dropDownList_besoin_oblig {
    width: 115px;
    border: 1px solid #A6C9E2;
    background-color: #FFEFC6;
    letter-spacing: 0px;
    font-size: 9px;
    font-family: Verdana;
    padding: 1px;
}

.dropDownList_besoinEtat_oblig {
    width: 95px;
    border: 1px solid #A6C9E2;
    background-color: #FFEFC6;
    letter-spacing: 0px;
    font-size: 9px;
    font-family: Verdana;
}

.dropDownList_besoinEtat_non_oblig {
    width: 95px;
    border: 1px solid #A6C9E2;
    background-color: #FFFFFF;
    letter-spacing: 0px;
    font-size: 9px;
    font-family: Verdana;
}

.dropDownList_besoinCond_oblig {
    width: 125px;
    border: 1px solid #A6C9E2;
    background-color: #FFEFC6;
    letter-spacing: 0px;
    font-size: 9px;
    font-family: Verdana;
    padding: 1px;
}

.textBox_besoin_non_oblig {
    border: 1px solid #A6C9E2;
    background-color: #FFFFFF;
    text-align: left;
    letter-spacing: 0px;
    font-size: 9px;
    font-family: Verdana;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

.textBox_besoin_enabled {
    border: 1px solid #A6C9E2;
    background-color: #D6D3CE;
    text-align: left;
    letter-spacing: 0px;
    font-size: 9px;
    font-family: Verdana;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

.textBox_besoin_oblig {
    border: 1px solid #A6C9E2;
    background-color: #FFEFC6;
    text-align: left;
    letter-spacing: 0px;
    font-size: 9px;
    font-family: Verdana;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

.textBox_besoin_oblig_sel {
    border: 1px solid #A6C9E2;
    background-color: #E8965A;
    text-align: left;
    letter-spacing: 0px;
    font-size: 9px;
    font-family: Verdana;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

a.sousmenu:link {
    font-family: Verdana;
    text-decoration: underline;
    font-size: 11px;
}

a.sousmenu:visited {
    text-decoration: underline;
}

a.sousmenu:active {
    text-decoration: underline;
}

a.sousmenu:hover {
    text-decoration: none;
}

/* This code is tested with latest version of Firefox and Chrome */
/* OBO 03/06/13 Ombre haut-bas d'une boite */
.box {
    position: relative;
    width: 400px;
    height: 300px;
    background-color: #fff;
    -webkit-box-shadow: 0 1px 5px rgba(0,0,0,0.25), 0 0 50px rgba(0,0,0,0.1) inset;
    -moz-box-shadow: 0 1px 5px rgba(0,0,0,0.25), 0 0 50px rgba(0,0,0,0.1) inset;
    box-shadow: 0 1px 5px rgba(0,0,0,0.25), 0 0 50px rgba(0,0,0,0.1) inset;
    -moz-border-radius: 1% 1% 1% 1% / 1% 1% 1% 1%;
    -webkit-border-radius: 1% 1% 1% 1% / 1% 1% 1% 1%;
    border-radius: 1% 1% 1% 1% / 1% 1% 1% 1%;
}

    .box:before {
        position: absolute;
        width: 80%;
        height: 40%;
        left: 10%;
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
        border-radius: 50%;
        z-index: -1;
        top: 0%;
        content: "";
        -webkit-box-shadow: 0 -1px 16px rgba(0,0,0,0.7);
        -moz-box-shadow: 0 -1px 16px rgba(0,0,0,0.7);
        box-shadow: 0 -1px 16px rgba(0,0,0,0.7);
    }

    .box:after {
        position: absolute;
        width: 80%;
        height: 40%;
        left: 10%;
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
        border-radius: 50%;
        z-index: -1;
        bottom: 0%;
        content: "";
        -webkit-box-shadow: 0 1px 16px rgba(0,0,0,0.7);
        -moz-box-shadow: 0 1px 16px rgba(0,0,0,0.7);
        box-shadow: 0 1px 16px rgba(0,0,0,0.7);
    }
/* OBO 19/06/2013 centerdiv */
.divcenter250 {
    margin-left: auto;
    margin-right: auto;
    width: 250px;
}

.divcenter270 {
    margin-left: auto;
    margin-right: auto;
    width: 270px;
}


.ui-datepicker-trigger {
    vertical-align: middle;
}

input.ui-button {
    font-size: 11px;
    font-family: Verdana;
}

#AutoCompleteEnquete_completionListElem {
    font-size: 11px;
    font-family: Verdana;
}

/* Style JqueryUI start sur tableaux  */

#DgListe td {
    border: 1px solid #A6C9E2;
}

#DgListe table td {
    border: none;
}

#DgListeElts td {
    border: 1px solid #A6C9E2;
}

#DgListeElts table td {
    border: none;
}

#dgListeLitiges td {
    border: 1px solid #A6C9E2;
}

#dgListeLitiges table td {
    border: none;
}

#dgListeAlr td {
    border: 1px solid #A6C9E2;
}

#dgListeAlr table td {
    border: none;
}

#dgListeContacts td {
    border: 1px solid #A6C9E2;
}

#dgListeContacts table td {
    border: none;
}

#dgListeSites td {
    border: 1px solid #A6C9E2;
}

#dgListeSites table td {
    border: none;
}

#dgDocument td {
    border: 1px solid #A6C9E2;
}

#dgResAdh td {
    border: 1px solid #A6C9E2;
}

#dgListeFiches td {
    border: 1px solid #A6C9E2;
}

#dgListeFichehisto td {
    border: 1px solid #A6C9E2;
}

#DgResFouSel td {
    border: 1px solid #A6C9E2;
}

#dgListeFiches_Sort td {
    border: 1px solid #A6C9E2;
}

#mask {
    position: absolute;
    top: 0;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    display: none;
}

table td.resizing {
    cursor: col-resize;
    /*cursor: e-resize;*/
}

.cursorresize {
    cursor: ew-resize;
}

.libelleArt {
    max-width: 100px;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
}

.libelleOri {
    max-width: 100px;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
}

/* datatable sur liste elements elt_lst*/
div#DgListeElts_wrapper {
    width: 80%;
}

    div#DgListeElts_wrapper label, div#DgListeElts_wrapper select, div#DgListeElts_wrapper input {
        height: 20px;
        background-color: #FFFFFF;
        color: black;
        text-align: center;
        letter-spacing: 0px;
        font-size: 11px;
        font-family: Verdana;
    }

div#DgListeElts_info {
    height: 20px;
    background-color: #FFFFFF;
    color: black;
    text-align: center;
    letter-spacing: 0px;
    font-size: 11px;
    font-family: Verdana;
}

div#DgListeElts_paginate {
    height: 20px;
    background-color: #FFFFFF;
    color: black;
    text-align: center;
    letter-spacing: 0px;
    font-size: 11px;
    font-family: Verdana;
}


#btSupAll.linkbutton {
    border: 1px solid #000000 !important;
    background-color: buttonface;
    font-weight: normal;
    color: #000000;
    font-size: 11px;
    font-family: Verdana;
    display: inline-block;
    position: relative;
    padding: .4em 1em;
    line-height: normal;
    margin-right: .1em;
    vertical-align: middle;
    text-align: center;
    overflow: visible;
}

    #btSupAll.linkbutton:hover, #btSupAll.linkbutton:active {
        text-decoration: none;
        border-color: none;
    }

.aidetooltip {
    font-size: 11px !important;
}

.origine {
    height: 25px;
}

.origine:hover {
    height: auto;
    position: absolute;
    margin-left: -58px;
    margin-top: -13px;
}