html {
    min-height: 100%;
    height: 100%;
}

body {
    background: rgba(0, 0, 0, 0) url("../images/page1.jpg") no-repeat fixed center center / cover;
    /*	background: url("../images/background_body.gif") repeat-x fixed 0 0 #e2dedd;*/
    min-height: 100%;
    height: 100%;
}

.main {
    width: 1020px;
    margin: 0 auto;
    position: relative;
    display: block;
}

.main2 {
    width: 1220px;
    margin: 0 auto;
    position: relative;
    display: block;
}


/* LOGO ***************************************************************/

div.logo {
    top: -7px;
    left: 5px;
    line-height: 26px;
    position: absolute;
}

div.logo img {
    height: 66px;
}

div.logo2 {
    top: 1px;
    right: 75px;
    line-height: 10px;
    position: absolute;
    z-index: 105;
}

div.logo2 img {
    height: 60px;
}

div.logo3 {
    top: -1px;
    right: 5px;
    position: absolute;
    z-index: 105;
}

div.logo3 img {
    height: 60px;
}


/* NAV ****************************************************************/

nav {
    background: rgba(255, 255, 255, 1);
    top: 0px;
    left: 0px;
    right: 0px;
    position: fixed;
    z-index: 101;
    height: 60px;
    box-shadow: 0px 2px 5px #000;
    padding-top: 5px;
}

nav ul {
    padding-top: 20px;
    list-style: none outside none;
    height: 40px;
    margin-left: 300px;
}

nav li {
    display: inline;
    float: left;
    padding: 0px 10px;
    margin: 0px 10px 0px 0px;
    font-size: 100%;
    color: #04325f;
    cursor: pointer;
    line-height: 40px;
}

nav li:hover {
    background: #FFF;
    color: #ff9305;
    box-shadow: 0px 0px 2px #DDD;
}

nav li:active {
    background: #ff9305;
    color: white;
}

nav li.select {
    border-color: #04325f;
    background: #548cc3;
    background: -webkit-linear-gradient(#548cc3, #04325f);
    background: -moz-linear-gradient(#548cc3, #04325f);
    background: -ms-linear-gradient(#548cc3, #04325f);
    background: -o-linear-gradient(#548cc3, #04325f);
    background: linear-gradient(#548cc3, #04325f);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#548cc3', endColorstr='#04325f', GradientType=0);
    color: white;
    box-shadow: 0px 0px 0px #999;
    border-color: #548cc3;
}


/* ROUBRIQUE ****************************************************************/

div.rub {
    background: rgba(192, 192, 192, 0.85);
    top: 65px;
    left: 0px;
    right: 0px;
    height: 40px;
    position: fixed;
    z-index: 100;
}

div.rub ul {
    list-style: none outside none;
    height: 30px;
    padding-top: 10px;
    color: white;
    margin-left: 30px;
}

div.rub li {
    font-size: 80%;
    display: inline;
    float: left;
    padding: 0px 10px;
    margin: 0px 5px 0px 0px;
    color: #333;
    cursor: pointer;
    border-collapse: collapse;
    line-height: 30px;
}

div.rub li:hover {
    background: #FFF;
    color: black;
    box-shadow: 0px 0px 1px #DDD;
    border-radius: 5px 5px 0px 0px;
}

div.rub li:active {
    background: #ff9305;
    color: white;
}

div.rub li.select {
    line-height: 31px;
    border-width: 0px 0px 0px 0px;
    border-style: solid;
    border-color: white;
    border-radius: 10px 10px 0px 0px;
    background: white;
    color: #04325f;
    border-color: #548cc3;
    box-shadow: none;
}


/* USER ***************************************************/

div.user {
    top: -25px;
    right: 10px;
    position: absolute;
    z-index: 106;
    line-height: 20px;
    border-radius: 50px;
}

div.user_info {
    top: 60px;
    right: 20px;
    position: absolute;
    z-index: 104;
    line-height: 20px;
    background: rgba(255, 255, 255, 0.95);
    box-shadow: 0px 2px 5px #000;
    font-size: 75%;
    min-width: 220px;
    padding: 30px 20px 10px 10px;
    border-radius: 00px 0px 10px 20px;
}

div.user ul {
    z-index: 104;
    list-style: none outside none;
    float: right;
    line-height: 20px;
}

.notDisplay {
    display: none;
}

.is-display {
    display: block;
}

div.user li {
    line-height: 25px;
    display: inline;
    float: right;
    paddinf: 0px;
    margin: 0px;
    font-size: 75%;
    color: #666666;
    border-radius: 0px 0px 5px 5px;
}

div.user li:hover {
    line-height: 25px;
    display: inline;
    float: right;
    paddinf: 0px;
    margin: 0px;
    font-size: 75%;
    color: #666666;
    border-radius: 0px 0px 5px 5px;
    background: rgba(255, 255, 255, 0.5);
}


/* FOOTER ***************************************************/

#footer {
    clear: both;
    width: 100%;
    height: 300px;
}

#footer .background2 {
    width: 1180px;
    margin: 0 auto;
    position: relative;
    display: block;
    padding: 10px 20px;
    z-index: 3;
    font-size: 75%;
    text-align: right;
    color: #666;
}

#footer_copyright {
    position: absolute;
    top: 220px;
    z-index: 10;
    left: 100px;
    right: 100px;
    border: 1px solid #DDD;
    background: none repeat scroll 0 0 rgba(200, 200, 200, 0.25);
    box-shadow: 0px 0px 2px #EEE;
    line-height: 40px;
    border-radius: 20px;
    padding: 0px 20px font-size=75%;
    text-align: center;
}


/* CONTENU ***************************************************/

#content {
    position: absolue;
    display: block;
    top: 0px;
    bottom: 0px;
    z-index: 0;
}

#content .page {
    background: white;
    box-shadow: 1px 1px 5px #666666;
    width: 100%;
    margin: 0 auto;
    position: relative;
    display: block;
    padding: 20px 9px 50px 9px;
    z-index: 1;
    bottom: 0px;
}

#content .page2 {
    background: rgba(255, 255, 255, 1);
    box-shadow: 1px 1px 5px #666666;
    width: 1200px;
    margin: 0 auto;
    position: relative;
    display: block;
    z-index: 1;
    min-height: 100%;
    height: 100%;
    padding: 0px 9px 50px 9px;
    bottom: 0px;
    top: 0px;
}


/* DIVERS ***************************************************/

.num {
    border: 1px solid #c34b1f;
    background: #ffdcaf;
    background: -webkit-linear-gradient(#fff, #ffdcaf);
    background: -moz-linear-gradient(#fff, #ffdcaf);
    background: -ms-linear-gradient(#fff, #ffdcaf);
    background: -o-linear-gradient(#fff, #ffdcaf);
    background: linear-gradient(#fff, #ffdcaf);
    border-radius: 5px;
    padding: 0px 10px;
    margin: 0px 10px 0px 0px;
    font-size: 100%;
    font-weight: bold;
}

.num:before {
    content: "n°";
    padding: 0px 5px 0px 0px;
    font-size: 90%;
    color: black;
}

.id {
    border: 1px solid #c34b1f;
    background: #ffdcaf;
    background: -webkit-linear-gradient(#fff, #ffdcaf);
    background: -moz-linear-gradient(#fff, #ffdcaf);
    background: -ms-linear-gradient(#fff, #ffdcaf);
    background: -o-linear-gradient(#fff, #ffdcaf);
    background: linear-gradient(#fff, #ffdcaf);
    border-radius: 5px;
    padding: 0px 10px;
    margin: 0px 10px 0px 0px;
    font-size: 100%;
    font-weight: bold;
}

.id:before {
    content: "ID°";
    padding: 0px 5px 0px 0px;
    font-size: 90%;
    color: black;
}

.tag {
    border: 1px solid #c34b1f;
    background: #ffdcaf;
    background: -webkit-linear-gradient(#fff, #ffdcaf);
    background: -moz-linear-gradient(#fff, #ffdcaf);
    background: -ms-linear-gradient(#fff, #ffdcaf);
    background: -o-linear-gradient(#fff, #ffdcaf);
    background: linear-gradient(#fff, #ffdcaf);
    border-radius: 5px;
    padding: 0px 10px;
    margin: 0px 10px 0px 0px;
    font-size: 100%;
    font-weight: bold;
}

table.roll {
    font-size: 75%;
}

hr.saut {
    height: 10px;
    border-bottom: 2px solid black;
    margin-bottom: 30px;
}

.toolTipPhoto .photo {
    margin-bottom: 5px;
}

#aep_client_liste_resultat table.roll thead th.abonne_info,
#aep_client_liste_resultat table.roll thead th.abonne_info_1,
#aep_client_liste_resultat table.roll thead th.abonne_info_2 {
    /*background: #ED7F10;*/
}

#aep_client_liste_resultat table.roll tbody .abonne_info_1 {
    /*background-color: #DE9816;*/
}

#aep_client_liste_resultat table.roll tbody .abonne_info_2 {
    /*background-color: #FEA347;*/
}

#aep_client_liste_resultat table.roll thead th.abonne_conso,
#aep_client_liste_resultat table.roll thead th.abonne_conso_1,
#aep_client_liste_resultat table.roll thead th.abonne_conso_2 {
    background-color: #002779;
}

#aep_client_liste_resultat table.roll tbody .abonne_conso_1 {
    background-color: #95C3FF;
}

#aep_client_liste_resultat table.roll tbody .abonne_conso_2 {
    background-color: #B5D3FF;
}

#aep_client_liste_resultat table.roll thead .abonne_compta {}

#aep_client_liste_resultat table.roll tbody .abonne_compta_1 {}

#aep_client_liste_resultat table.roll tbody .abonne_compta_2 {}

#aep_client_liste_resultat table.roll tbody .numero_client,
#aep_client_liste_resultat .abonnement .bulle_aide .texte {
    text-align: right;
}

#rFiltreAEPAbonne .num_client {
    width: 5em;
}

.tag_list_orange {
    color: #950000;
    background: -moz-linear-gradient(left, rgba(255, 127, 0, 0.05) 0%, rgba(255, 129, 0, 0.4) 50%, rgba(255, 131, 0, 0.4) 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255, 127, 0, 0.05)), color-stop(50%, rgba(255, 129, 0, 0.4)), color-stop(100%, rgba(255, 131, 0, 0.4)));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left, rgba(255, 127, 0, 0.05) 0%, rgba(255, 129, 0, 0.4) 50%, rgba(255, 131, 0, 0.4) 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left, rgba(255, 127, 0, 0.05) 0%, rgba(255, 129, 0, 0.4) 50%, rgba(255, 131, 0, 0.4) 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(left, rgba(255, 127, 0, 0.05) 0%, rgba(255, 129, 0, 0.4) 50%, rgba(255, 131, 0, 0.4) 100%);
    /* IE10+ */
    background: linear-gradient(to right, rgba(255, 127, 0, 0.05) 0%, rgba(255, 129, 0, 0.4) 50%, rgba(255, 131, 0, 0.4) 100%);
    /* W3C */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#0dff0000', endColorstr='#66ff0004', GradientType=1);
    /* IE6-9 */
}


/* IE6-9 */


}