{
    margin:0;
    padding:0;
}
html{
}
body{
    font-family:"Lucida Sans Unicode","Lucida Grande",sans-serif;
    margin:0px;
    padding:0px;
    position:relative;
}

p{margin: 0 0 20px 0;}

h1{
    align : "center";
}


#bod {
    width : 80%;
    margin : 0 auto;
    border-style: solid;
    border-width: 5px;
    padding: 10px 10px 10px 10px;
}

#logo{
    width:100%;
}

img{
    width:20%;
    height:20%;
}

#nom{
    width:40%;
    display:inline-block;
}

#nomdate{
    border-style: dotted;
    border-top: 2px;
    padding-bottom : 5px;
}

#typeApp{
   padding-bottom : 5px;
}

fieldset {
    width:80%;
}
#dateconstat {
    width:80%;
}

#fade {
    display: none;
    position:absolute;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    min-height: 100%;
    background-color: black;
    z-index: 1001;
    -moz-opacity: 0.8;
    opacity: .70;
    filter: alpha(opacity=80);
}

#modal {
    display: none;
    position: absolute;
    top: 45%;
    left: 45%;
    width: 90px;
    height: 64px;
    padding:30px 15px 0px;
    border: 3px solid black;
    box-shadow:1px 1px 10px #ababab;
    border-radius:20px;
    background-color: white;
    z-index: 1002;
    text-align:center;
    overflow: auto;
}
#loginBox {
    width:40%;
    display:block;
}

#loginInput{
    display:-moz-grid;
}

#inner{
    display: none !important;
    visibility: hidden;
}

#loader{
    bottom:0;
    left:0;
    margin:auto;
    max-height: 100%;
    max-width: 100%;
    right:0;
    top:0;
    position: absolute;
    width:100%;
    height:100%;
}
#labelconstat{
    display:block;
}