html {
    padding: 0;
    margin: 0;
}

body {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 11px;
    color: #111111;
 /*   background-image: "/img/ombre_bg.png";*/
    background-repeat: no-repeat;
    background-position: center top;
    background-attachment: fixed;
    background-size: cover;
    background-origin: border-box;
    background-color: #FEFEFEFE;
    overflow-y: scroll;
    padding: 0;
    margin: 0;
    height: 100%;
}

#content {
    width: 98%;
    min-width: 1024px;
    /*	width: 100%; */
    height: 100%;
    background-image: url("/img/ombre_bg.png");
    background-position: top center;
    background-repeat: repeat-y;
    margin-left: auto;
    margin-right: auto;
    padding: 0;
}

#content_medium {
    width: 90%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 0;
}

a {
    color: darkblue;
    text-decoration: underline;
}

a:hover {
    color: darkmagenta;
    cursor: pointer;
}

/**** HAUT ****/

#zone_haut{
    padding: 10px;
    background-image: url('/img/chartemnv11/fondhaut.png');
    height: 120px;
}
#zone_haut_mini{
    padding: 1px;
    background: #5d9cc2;
    height: 36px;
}
/**** BAS ****/
#zone_bas {
    background: linear-gradient(to top, rgba(244, 244, 244, 0.9) 0%, rgba(244, 244, 244, 0.6) 100%);
    padding-top: 2px;
    clear: both;
    z-index: 1;
    min-height: 20px;
    padding-top: 10px;
}
#zone_bas table {
    border-style: hidden;
}

#zone_bas a {
    text-transform: uppercase;
    text-decoration: none;
    font-size: 11px;
    font-weight: bold;
    border: 1px solid;
    border-radius: 4px;
    padding: 2px;
    background-color: rgba(47, 47, 47, 0.19);
}
.contenu {
    padding: 10px;
    background: rgba(244, 244, 244, 0.9);
    min-height: 85vh;
    height: 100%;

}

.contenuAccueil {
    padding: 10px;
    background: rgba(255, 255, 255, 1);
    min-height: 300px;
    margin-top: 380px;
    height: 100%;

}

.contenu.vide {
    padding: 10px;
    background: rgba(244, 244, 244, 0.8);
    margin-left: 10px;
    min-height: 350px;
}

.login {
    border: 1px solid #000;
    border-radius: 10px 10px 10px 10px;
    padding : 5px;
    background: #dfdfdf;
}
.login label {
    width: 100px;
    display: inline-block;
    line-height: 15px;
    vertical-align: bottom;
}



.login input[type=text], input[type=password] {
    border-radius: 5px;
    border: 1px solid #dadadc;
    width: 260px;
    color: black;
    height: 18px;
    text-indent: 5px;
    vertical-align: middle;
}

.actus {
    font-size: 12px;
    display:block;
    vertical-align: top;
    border: 2px groove darkred;
    padding :10px;
}


.infos {
    width:85%;
    font-size: 12px;
    min-height:450px;
    margin : 50px 7% 0 7%;
    padding :20px;
    display: block;
    vertical-align: top;
    background-color: white;
    overflow:auto;
    box-shadow: 2px 2px 5px 2px #636e2b;

}
.infos .img {
    box-shadow: inset 0 0 20px 10px white;
    background-repeat: no-repeat;
    background-size: cover;
    height: 350px;
    width:500px;
    float:right;

}

.infos a:hover {
    color : darkmagenta;
}
