
.drone-lateral{
    display: none;
}
/* Le CSS du header et du footer */
#hennerproHeader {
    background: url("../images/header/bandeau.jpg") no-repeat scroll center top white;
    border-bottom: 2px solid #E8E8E8;
    height: 180px;
    margin-bottom: 10px;
}
#hennerproHeader_contenu {
    position: relative;
    width: 1000px;
    margin: 0 auto;
    height: 180px;
}
#header_conteneur_logo {
    position: absolute;
    top: 25px;
    left: 0;
}
.banniere{
    display: none;
}


#header_conteneur_logo img{
    margin: 15px 12px 15px 12px;
}

#header_conteneur_parametrages {
    position: absolute;
    top: 30px;
    right: 0;
}
#header_conteneur_parametrages > div {
    display: block;
    float: right;
    height: 22px;
    color: #3B3F46;
    background-color: #F1F1F1;
    padding:2px;
}
#header_conteneur_retour_site {
    position: absolute;
    top: 25px;
    right: 0;
}

#header_conteneur_retour_site span{
    font-weight: bold;
    color: #FFFFFF;
    text-decoration: underline;
}
#header_moncompte {
    position: relative;
    border-top: 1px solid #D8D8D8;
    border-left: 1px solid #D8D8D8;
    border-bottom: 1px solid #D8D8D8;
    -moz-border-radius: 3px 0 0 3px;
    -webkit-border-radius: 3px 0 0 3px;
    border-radius: 3px 0 0 3px;
}
#header_moncompte a {
    color: #3B3F46;
    text-decoration: none;
}
#header_moncompte a:hover {
    text-decoration: underline;
}
#header_moncompte > .titre {
    margin: 0;
    font-weight: normal;
    padding: 1px 25px 1px 10px;
    background: url('../images/header/moncompte_fleche.png') #F1F1F1 95% 70% no-repeat;
}
#header_moncompte_menu_fleche {
    display: none;
    position: absolute;
    top: 27px;
    right:60px;
}
#header_moncompte_menu {
    position: absolute;
    right:-30px;
    top:36px;
    display: none;
    background: url("../images/header/moncompte_fond_menu.png") repeat;
    width: 220px;
    padding: 0;
    margin: 0;
    list-style: none;
    border: 1px solid #D8D8D8;
    z-index:9;
}
#header_moncompte_menu li a {
    padding: 5px 3px 5px 35px;
    text-align: left;
    display: block;
    border-bottom: 1px solid #D8D8D8;
}
#header_moncompte_menu li:last-child a {border-bottom-width: 0;}
#header_moncompte_menu li.mdp a {background: url("../images/mon-compte/menu-mot-de-passe.png") no-repeat scroll 2px center;}
#header_moncompte_menu li.infos a {background: url("../images/mon-compte/menu-informations.png") no-repeat scroll 2px center;}
#header_moncompte_menu li.comptes-utilisateurs a {background: url("../images/mon-compte/menu-comptes-utilisateurs.png") no-repeat scroll 2px center;}
#header_deconnexion {
    border-right: 1px solid #D8D8D8;
    border-bottom: 1px solid #D8D8D8;
    border-top: 1px solid #D8D8D8;
    -moz-border-radius: 0 3px 3px 0;
    -webkit-border-radius: 0 3px 3px 0;
    border-radius: 0 3px 3px 0;
}
#header_deconnexion a {
    background: url('../images/header/power.png') #F1F1F1 95% 60% no-repeat;
    padding: 1px 20px 1px 10px;
}

#header_menu {
    position: absolute;
    top: 113px;
    right: 0;
    z-index: 5;
}
#header_menu .sous_menu {
    display: none;
    border-top: 1px solid white;
    background-color: #1D5692;
    width: 100%;
}
#header_menu .sous_menu > li {
    margin: 0 15px;
    border-top: 1px solid white;
}
#header_menu .sous_menu > li:first-child {
    border-top: none;
}
#header_menu .sous_menu > li > a {
    display: block;
    text-align: center;
    color: white;
    text-decoration: none;
    padding: 5px 0;
}
#header_menu .sous_menu > li > a:hover {
    text-decoration: underline;
}
#header_menu ul,#hennerproFooter ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
#header_menu > ul > li {
    display: block;
    width: 260px;
    float: left;
    margin: 0 2px;

    padding: 0;
    background-image: url('../images/header/fond_entree.png');
    background-position: top center;
    background-repeat:no-repeat;

}
#header_menu.menuprincipalbo > ul > li{
    width: 180px;
    vertical-align: top;
    display: inline-block;
    float: none;
}


#header_menu > ul > li > a {
    display: block;
    text-align: center;
    color: white;
    text-decoration: none;
    padding: 2px 0;
    cursor: pointer; /*hack ie7*/
}
#header_menu > ul > li .titre {
    font-variant:small-caps;
    font-size: 1.15em;
    margin: 0;
    min-height: 23px;
    padding: 8px;
}
#header_menu > ul > li .details {
    font-size: 0.75em;
    margin: 1px 0;
}
#header_conteneur_infoCourtierConnecte{
    bottom: 0;
    color: #626262;
    font-size: 0.8em;
    position: absolute;
    right: 15px;
    max-height: 20px;
    top: 5px;
}
#header_conteneur_filAriane {
    position: absolute;
    bottom: 0;
    left: 120px;
    padding: 10px 2px 2px 100px;
    color: #626262;
    font-size: 0.8em;
}
#header_conteneur_filAriane a {
    text-decoration: none;
    color: #626262;
}
#header_conteneur_titre {
    position: absolute;
    top: 60px;
    left: 153px;
}
#header_conteneur_titre h1 {
    font-weight: normal;
    font-size: 1.8em;
    color: #004C93;
    margin: 0;
}

/* Pour positionner le footer en bas de page */
html, body {
    margin: 0;
    padding: 0;
    height: 100%;
}
#hennerproMain {
    min-height: 100%;
    position: relative;
    min-width: 1000px;
}
#hennerproContent {
    position: relative;
    width: 1000px;
    margin: 0 auto;
    padding: 10px 0 140px 0;
    min-height: 200px;
    color: #3B3F46;
}

#hennerproFooter {
    position: absolute;
    bottom: 0; left: 0;
    width: 100%;
    height: 120px;
    background: #f0f0f0 url('../images/footer/fond.png') repeat-x;
}
#hennerproFooter_contenu {
    position: relative;
    width: 1000px;
    height: 100%;
    margin: 0 auto;
}

#hennerproFooter_contenu * {
    box-sizing: border-box;
}

.footer-container,
.changement-langue-container {
    padding: 50px 10px;
    float: left;
}

.footer-container {
    width: 70%;
}

.changement-langue-container {
    width: 20%;
}

body.gsmc .footer-container,
body.jbu .footer-container {
    width: 100%;
}

body.gsmc .changement-langue-container,
body.jbu .changement-langue-container {
    display: none;
}

#footer_menu ul {
    list-style: none;
    text-align: center;
    padding: 0;
    margin: 0;
}

#footer_menu ul  li{
    display: inline-block;
    padding-right: 5px;
}

#footer_menu ul  li .separateur {
    display: inline-block;
    padding-left: 5px;
}

#footer_menu > ul > li span.entree,
#footer_menu > ul > li a {
    text-decoration: none;
    color: #607181;
    font-size: 0.8em;
}
#footer_menu > ul > li a:hover, #header_conteneur_filAriane a:hover {
    text-decoration: underline;
}

#hennerproInformation {
    width: 900px;
    margin: 0 auto;
}
#conteneurErreurs ul.erreurs,
#conteneurNotifications ul.notifications {
    list-style: none;
    padding: 8px;
    margin: 0;
    font-size: 0.9em;
}
#conteneurErreurs ul.erreurs {
    border: 1px solid #BC0000;
    background-color: #FCE6E4;
}
#conteneurErreurs ul.erreurs > .erreur {
    margin: 0;
    color: #BC0000;
}
#conteneurNotifications ul.notifications {
    border: 1px solid green;
    background-color: #E6F9E6;
}
#conteneurNotifications ul.notifications > .notification {
    margin: 0;
    color: green;
    height: 100%;
}

form#formDecomptes label {
    color: #2c529d;
}
