/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : 25 mars 2015, 14:03:13
    Author     : sweffling
*/

body {
    background-image: url("/modules/authentication/images/debut_light.png");
    color: #1f1f1f;
    font-family: Arial,sans-serif;
    font-size: 10pt;
    height: 100%;
    margin: 0;
    padding: 0;
    width: 100%;
}

#bandeau_haut_authentication {
    background-color: #dedede;
    background-repeat: repeat-x;
    border-bottom: 1px solid white;
    color: #6f6f6f;
    font-size: 0;
    height: 42px;
    padding-left: 25px;
    position: relative;
}

#formulaire {
    -moz-border-radius-topleft: 8px; -webkit-border-top-left-radius: 8px; -khtml-border-top-left-radius: 8px; border-top-left-radius: 8px;
    -moz-border-radius-bottomleft: 8px; -webkit-border-bottom-left-radius: 8px; -khtml-border-bottom-left-radius: 8px; border-bottom-left-radius: 8px;
    -moz-border-radius-topright: 8px; -webkit-border-top-right-radius: 8px; -khtml-border-top-right-radius: 8px; border-top-right-radius: 8px;
    -moz-border-radius-bottomright: 8px; -webkit-border-bottom-right-radius: 8px; -khtml-border-bottom-right-radius: 8px; border-bottom-right-radius: 8px;
    border:1px solid #CCCCCC;
    background-color:#EDEDED;
    width: 300px;
    margin: auto;
    padding:20px;
    font-weight:bold;
    font-size:14px;
    position:absolute;
    top:30%;
    left:50%;
    margin-left:-170px
}

#formulaire #password, #login{
    padding: 2px 2px 2px;
    width:99%;
    margin-top: 5px;
    line-height:20px;
    font-size:14px
}

input, select, textarea {
    border: 1px solid #aaa;
    font-size: 12px;
    resize: none;
}

.bleu_c {
    cursor: pointer;
    float:left;
    background: #3A5B96;
    background-repeat: repeat-x;
    white-space:nowrap;
    height:30px;
    line-height:30px;
    color:#FFFFFF;
    font-size:16px;
    text-align:center;
    padding: 0 20px;
}
.bleu_c:hover {
    color:#3A5B96;
    background: #FFFFFF;
    border: 1px solid #3A5B96;
    float:left;
    white-space:nowrap;
    height:28px;
    line-height:28px;
    font-size:16px;
    text-align:center;
}

/*
*   Closed app style
*/
#content{
    font-size: 18px;
    width: 600px;
    text-align: center;
    margin: 250px auto;
    padding: 20px;
}

span.env {
    color: red;
    padding: 3px;
    font-weight:bold;
}