html, body {
    height: 100%;
    /*min-height: 100%;*/
    width: 100%;
}

body {
    min-width: 960px;
    background-color: #fff;
    /*overflow-y: scroll; */ /*provoque un décalage du body avec Fancybox !*/
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

div.colonne {
    float: left;
    height: 100%;
    overflow: hidden;
}

div.une_col {
    width: 100%;
}

div.deuxtiers_col {
    width: 75%;
}

div.deux_col {
    width: 50%;
}

div.trois_col {
    width: 33.33%;
}

div.quatre_col {
    width: 25%;
}

.fond_bleu {
    background-color: #18ade5;
}

.fond_bleu_fonce {
    background-color: #1d6093;
}

.fond_vert {
    background-color: #d3d80e;
}

.fond_vert_fonce {
    background-color: #79b51b;
}

.fond_orange {
    background-color: #f39200 !important;
}

.fond_orange_fonce{
    background-color: #f33f00;
}

.fond_rose {
    background-color: #e6007e;
}

.fond_violet {
    background-color: #931d7e;
}

.fond_gris {
    background-color: #e0e0e0;
}

p.centre {
    text-align: center;
}

p.droite {
    text-align: right;
}

#avertissementCookies {
     font-family: inherit;
     font-size: 1.142em;
     /*line-height: 25px;*/
     color: #e6007e;
     font-weight: 600;
     text-align: center;
     padding: 20px;
 }

#InfoNavigateur {
    position:absolute;
    bottom:0;
    width:100%;
    padding:10px 0 20px;
}

#InfoNavigateur p {
    text-align:center;
    color:#ffffff;
    font-size:0.928em;
}


#consigne_gestion_id {
    padding:12px 20px;
    background-color: #f5f5f5;
    border:1px solid #1d6093;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    margin-top:30px;
    margin-bottom:30px;
}

#consigne_gestion_id i.fa{
    float:left;
    font: 3em/2.7 FontAwesome;
    margin:0 40px 0 20px;
    color:#1d6093;
}

#consigne_gestion_id div#texte p {
    text-align:left;
    color:#1d6093;
}



#container_principal {
    position: relative;
    min-height: 100%;
    width: 100%;
}

/* hack Chrome / Safari */
@media screen and (-webkit-min-device-pixel-ratio: 0) {
    #container_principal {
        /*margin-top: -17px;*/
    }
}

.container_large {
    position: relative;
    width: 100%;
}

.fixe {
    position: fixed;
    top: 0;
    z-index: 1030;
}

.ombre {
    -moz-box-shadow: 0 5px 14px 0 #ddd;
    -webkit-box-shadow: 0 5px 14px 0 #ddd;
    -o-box-shadow: 0 5px 14px 0 #ddd;
    box-shadow: 0 5px 14px 0 #ddd;
    filter: progid:DXImageTransform.Microsoft.Shadow(color=#ddd, Direction=180, Strength=5);
}

.container {
    position: relative;
    width: 960px;
    min-height: 100px;
    margin: 0 auto;
    padding: 0;
    overflow: hidden;
    border-right: 0 solid black;
    border-left: 0 solid black;
}

.container p {
    margin-top: 1.5em;
}

.clear {
    clear: both;
}

footer,#socket {
    position: absolute !important;
    bottom: 30px;
}
#socket {
    bottom: 0;
}

/* ********** HEADER ********** */
/* **************************** */

#bandeau_haut {
    margin-bottom: 0;
    min-height: 0;
    height: 50px;
    padding: 1px;
    overflow: visible;
}

#logo {
    position: absolute;
    top: 4px;
    left: 0;
    width: 100px;
    height: 100px;
    background-color: white;
    z-index: 100;
}

#titre_header {
    position: relative;
    margin: 4px 0 0;
    padding: 1px;
    text-align: center;
}

#moncompte {
    position: absolute;
    top: 4px;
    right: 0;
    z-index: 100;
}
#moncompte p {
    margin: 0;
    text-align: right;
}

#moncompte button {
    font-family: inherit;
    padding: 0 5px 0 25px;
    margin-top:4px;
    border:0;
    cursor: pointer;
    /*background-color: #18ade5;*/
    background: #18ade5 url("../images/deconnexion.jpg") no-repeat 2px 0;
    font-weight:400;
    border-radius: 0;
}
/* hack Chrome / Safari */
@media screen and (-webkit-min-device-pixel-ratio:0) {
    #moncompte button {
        background: #18ade5 url("../images/deconnexion.jpg") no-repeat 2px -1px;
    }
}
/* hack IE11 */
@media all and (-ms-high-contrast:none) {
    *::-ms-backdrop,
    #moncompte button {
        background: #18ade5 url("../images/deconnexion.jpg") no-repeat 2px -1px;
    }
}


/*#moncompte button i.fa {
    font: 14px/0.9 FontAwesome;
}*/

/* *********** MENU *********** */
/* **************************** */

#menu {
    /*margin-top: 50px; /* en raison du header FIXE :: 50 est la hauteur du div */
}

#menu .container {
    min-height:0;
    padding:10px 0 20px;
}

#menu ul {
    margin-left: 130px;
    overflow: hidden;
    list-style:none;
}
#menu ul li {
     float:left;
     text-transform: uppercase;
     padding:0;
     border-right:1px solid white;
 }


/* *********** BODY *********** */
/* **************************** */

#principal {
    padding-bottom: 295px; /* pour Eviter le chevauchement avec le pied de page ABSOLUTE : 245px(footer) + 30px(socket) + 20px(padding) */
}

#titre_page{
    padding-left: 21px;
}




table{
    position:relative;
    margin:0 auto 60px;
    width:100%
}
table th{
    background-color: #931d7e;
    border-top:1px solid #931d7e;
    border-left:1px solid white;
    border-bottom:1px solid white;
    height:30px;
    text-align: center;
    vertical-align: middle;
    padding:3px 2px;
}
table th:first-child{
    border-left:1px solid #931d7e;
}
table td{
    background-color: transparent;
    border:1px solid #979797;
    padding:2px;
    height:30px;
    text-align: center;
    vertical-align: middle;
}
table tr:first-child td{
    border-top:0;
}


table.sans_entete_derniere_colonne th:last-child{
    border-top:0;
    border-right:0;
    border-left:1px solid #931d7e;
    border-bottom:0;
    background-color: transparent;
}
table.sans_entete_derniere_colonne td:last-child{
    border-right:1px solid #979797;
    padding:0;
}
/* hack Chrome / Safari */
@media screen and (-webkit-min-device-pixel-ratio:0) {
    table.sans_entete_derniere_colonne td:last-child{
        border-right:2px solid #979797;
        padding:0;
    }
}
/* hack IE11 */
@media all and (-ms-high-contrast:none) {
    *::-ms-backdrop,
    table.sans_entete_derniere_colonne td:last-child{
        border-right:2px solid #979797;
        padding:0;
    }
}

table.sans_entete_derniere_colonne tr:first-child td:last-child{
    border-top:1px solid #979797;
}

table.sans_entete_deux th:last-child{
    border-left:0;
}
table.sans_entete_deux th:nth-last-child(2){
    border-top:0;
    border-right:0;
    border-left:1px solid #931d7e;
    border-bottom:0;
    background-color: transparent;
}
table.sans_entete_deux td:nth-last-child(2){
    padding:0;
}
table.sans_entete_deux tr:first-child td:nth-last-child(2){
    border-top:1px solid #979797;
}


table.cellule_ouverte_haut th:last-child{
    border-bottom:1px solid white;
}

table.cellule_ouverte_droite td:last-child{
    border-right:0;
}



table tr:nth-child(odd){
    background-color: white;
}
table tr:nth-child(even){
    background-color: #f5f5f5;
}

table tr.horsligne{
    background-color: #c9c9c9;
}


/* ********** FOOTER ********** */
/* **************************** */

footer .container {
    min-height: 0;
    height: 245px;
    border: 0;
}

footer .container > .colonne {
    padding: 10px;
}

footer .bloc {
    background: transparent url("../images/line.jpg") repeat-x scroll 0 15px;
}

#socket .container {
    min-height: 0;
    height: 30px;
    border: 0;
}

#socket .container p {
    margin: 0 10px;
}


/* ********** DIVERS ********** */
/* **************************** */

#scrollToTop {
    position: fixed;
    width: 50px;
    height: 50px;
    right: 40px;
    bottom: 60px;
    font: 40px/1 FontAwesome;
    line-height: 35px;
    cursor: pointer;
    border-radius: 4px;
    background-color: rgba(0, 0, 0, 0.2);
    z-index: 200;
    text-align: center;
    color: rgba(255, 255, 255, 0.7);
}

#scrollToTop a {
    display: block;
    height: 100%;
    border: 0 solid red;
}


#infobulle{
    position:fixed;
    top:50%;
    margin-top:-180px;
    right:10px;
    width:235px;
    background-color:#931d7e;
    color:#FFF;
    font-size:0.928em; /* 13px */
    font-weight:normal;
    padding:8px 8px;
    opacity:0;
    -moz-box-shadow: 5px 5px 5px 0 #979797;
    -webkit-box-shadow: 5px 5px 5px 0 #979797;
    -o-box-shadow: 5px 5px 5px 0 #979797;
    box-shadow: 5px 5px 5px 0 #979797;
    filter:progid:DXImageTransform.Microsoft.Shadow(color=#979797, Direction=134, Strength=5);
    z-index:2000;
}

#fleche_infobulle{
    position:absolute;
    background:inherit;
    height:20px;
    width:20px;
    bottom:-10px;
    right:20px;
    -ms-transform: rotate(45deg); /* IE 9 */
    -webkit-transform: rotate(45deg); /* Chrome, Safari, Opera */
    transform: rotate(45deg);
}
#infobulle .fa{
    float:left;
    font: 2em/3 FontAwesome;
    margin-right:15px;
}
