body{
    margin:0;
    padding:0;
    font-family:'Lato', sans-serif;
    font-weight: 300;
    height: 100%;
    background-color: #f4f3f3;
}

html{
    height: 100%;
}


/* ********* Barre du haut *************** */

#barre_logo{
    width: 800px;
    margin: auto;
}

#barre_haut{
    /*background-color: #26afac;*/
    background-image:linear-gradient(to right,#26afac, #01978b);
    height: 50px;
    width: 100%;
    text-align:center;
}

#menus{
    display: inline-block;
    height: 20px;
    color:#FFF;

}

.item_menu{
    float: left;
    height: 50px;
    border-left:solid 1px #c8ebfe;
    font-size: 16pt;
}

.item_menu a{
    color:#FFF;
    height: 50px;
    padding: 10px 40px;
    line-height: 50px; /* centrer verticalement et agrandir le clic sur le lien */
    text-decoration: none;
}

#menu_actif a{
    color:#f18018;
    background-color: #FFF;
    padding-top: 12px;
    padding-bottom: 12px;
}

/* ******* */


label{
    width:180px;
    display: inline-block;
    margin-left: 50px;
    font-weight: 400;
}

input, select{
    box-shadow: none;
    font-size: 12px;
    border: none;
    border-bottom: 1px solid #c9d5d5;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    margin-bottom:15px;
    background-color: rgba(255, 255, 255, 0.4);
    color:#595b5c;
    padding-left: 10px;
    padding-right: 10px;
}

input[type="text"], input[type="password"], select {
    height: 30px;
    width: 400px;
}

select {
    width:420px;
}

input[type="text"]{
    padding-bottom: 1px;
}

input[type="text"]:focus{
    border-bottom-width: 2px;
    padding-bottom: 0;
}

input:focus, textarea:focus, select:focus {
    background-color: #edf4f7;
}

input[type="password"]{
    letter-spacing: 1px;
}

input[type="button"]{
    width: 200px;
    height: 40px;
    color:#0d1a3d;
    margin-left: 220px;
    border: 2px solid #203673;
    cursor: pointer;
}

input[type="submit"]{
    width: 200px;
    height: 40px;
    font-weight: 300;
    font-size: 11pt;
    background-image:linear-gradient(to right,#26afac, #01978b);
    color: #FFF;
    margin-left: 20px;
    cursor: pointer;
}

input:-moz-read-only { /* For Firefox */
    background-color: #f2f2f2;
}

input:read-only {
    background-color: #f2f2f2;
}

textarea{
    box-shadow: none;
    font-family: Arial, sans-serif;
    font-size: 12px;
    border-left: 0;
    border-right: 0;
    border-top: 0;
    border-bottom: 1px solid #c9d5d5;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    margin-bottom:15px;
    background-color: rgba(255, 255, 255, 0.4);
    color:#595b5c;
    margin-left: 230px;
    padding-left: 10px;
    padding-right: 10px;
}

.text_form{
    text-align: center;
    font-weight: bold;
    color:#203673;
    margin-bottom: 10px;
}


.formulaire{
    background-color: #FFF;
    padding-top: 20px;
}



h1{
    color:#26afac;
    font-size: 16pt;
    margin: 30px 0;
    text-align: center;
}

h2{
    color:#26afac;
    font-size:14pt;
}

h3{
    color:#26afac;
    font-size:14pt;
    margin:0 0 10px 5px;
}

#ERP_content{
    margin: 15px 20px 45px 240px;
}

fieldset {
    background-color: #FFF;
    border: none;
    border-radius: 5px;
    box-shadow: 3px 3px 3px 0 #d4d9dc;
    margin-bottom: 10px;
    padding: 15px 15px;
}


.x-grid-cell-inner a {
    color: #0b79ef;
    text-decoration: none;
}

#form_resultat{
    margin-left: 48px;
    margin-bottom: 12px;
    color:#1f86ce;
}



#bas_page{
    width: 100%;
    height: 25px;
    text-align: center;
    background-image:linear-gradient(to right,#26afac, #01978b);
    color: #FFF;
    position: fixed;
    bottom: 0;
    line-height: 25px;
}

#bas_page a{
    color:#FFF;
    text-decoration: none;
}