﻿@import url('https://fonts.googleapis.com/css2?family=Lato:wght@400;700&display=swap');

body {
    /*background-image: url('../images/fonderr.jpg');
    background-repeat: repeat-x;*/
    background-color: #C4C4C4;
    /*font-family: Arial, Helvetica, sans-serif;*/
    margin-top: 3px;
    font-size: 8pt;
    margin-top: 3px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

* {
    font-family: 'Lato', sans-serif;
}

#Cadre {
    /*    position: relative;
*/ width: 1024px;
    margin: 0 auto;
    /*    top: 0;

*/
}

#mess {
    width: 300px;
    margin-top: 44px;
    height: 20px;
    display: block;
    text-align: right;
    float: right;
    margin-right: 6px;
}


#hbt {
    left: 989px;
    display: block;
    width: 20px;
    vertical-align: top;
    height: 20px;
    float: right;
    margin-top: 42px;
    margin-right: 15px;
}

#Bandeau {
    width: 100%;
    height: 117px;
    box-shadow: 1px 1px 10px #888;
    background-image: url('../images/bandeau.png');
    background-repeat: no-repeat;
    display: inline-table;
}


#LeContainer {
    padding-top: 10px;
    padding-bottom: 10px;
    width: 100%;
    min-height: 506px;
    background-color: white;
    /*border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
    -moz-box-shadow: 0 20 34px 0 #666;
    -webkit-box-shadow: 0 20 34px 0 #666;
    box-shadow: 0px 20px 34px 0px #666;*/
}

#menu1 {
    padding: 0px;
    /*    padding-left: 9px;
*/ top: 19px;
    /*    left: 43px;
*/ position: relative;
}

#menu2 {
    /*padding: 0px;
    margin: 0px;*/
    /*width: 363px;*/
    /*width: 100%;*/
    /*top: 140px;*/
    /*top: 117px;*/
    /*left: 40px;*/
    padding: 0;
    margin: 0;
    top: 54px;
    height: 42px;
    position: relative;
    display: block;
    background-color: #9a9a9a;
}

.floatMenu {
    display: block;
    float: left;
    margin-left: 18px;
}

.floatMenuD4AgExport {
    display: block;
    float: left;
    margin-left: -980px;
}

.floatMenuBis {
    display: block;
    float: left;
    margin-left: 17px;
    margin-top: 8px;
}

.floatMenu2 {
    display: block;
    float: left;
    margin-left: 11px;
    text-align: center;
    margin-top: -27px;
}

#log {
    height: 400px;
    background-color: #ffffff;
    width: 100%;
    top: 0;
}

#ZoneLog {
    padding: 10px;
    position: relative;
    left: 0px;
    top: 70px;
    width: 400px;
    height: auto;
    margin: 0px auto 0 auto;
    text-align: center;
    border-radius: 10px;
    box-shadow: 1px 1px 10px #888;
}

.loginTDTitre {
    text-align: center;
    background-color: #525252;
    color: #FFFFFF;
    font-weight: bold;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    font-size: 11pt;
}

.loginTD {
    text-align: right;
}

.loginTD2 {
    text-align: right;
    color: red;
}

.loginBox {
    border-width: 1px;
    border-color: #3D7FA2;
    width: 80%;
}

#divLabelVersion {
    margin-top: 8px;
    font-family: 'Lato', sans-serif;
    font-size: 12px !important;
    font-weight: normal;
    padding-left: 5px;
    padding-right: 5px;
}

    #divLabelVersion span {
        display: inline-block;
        float: right;
    }

    #divLabelVersion a {
        display: inline-block;
        float: left;
        background-color: rgb(1, 46, 85);
        border-radius: 3px;
        padding: 3px 5px 5px 5px;
        text-decoration: none;
        color: white;
    }

        #divLabelVersion a:hover {
            background-color: rgba(90, 160, 202, 1);
        }
