/* 
    Created on : 27 mai 2015, 17:48:42
    Author     : JEC
*/
body{
    background-color: #f7f7f7;
}
#logo{
    text-align: center;
}
#identification{
    text-align: center;
}
#identification_conteneur{
    color: white;
    display: inline-block;
    padding: 20px;
    border-top-style: solid;
    border-bottom-style: solid;
    border-radius: 10px;
    border-color: #2F4172;
    background-color: #006cc3;
    //box-shadow: -10px 10px 15px 0px #656565;
}
.identifiant_mdp{
    display: block;
    text-align: left;
}
#button_connexion{
    margin-top: 10px;
}
#ctn_identification{
    margin-top: 30px;
}
/*
    HEADER
*/
#titre_header{
    text-align: center;
    min-width: 100px;
    min-height: 100px;
    max-height: 500px;
    max-width: 500px;
    margin: auto;
    margin-top: 30px;
}
#titre_header div{
    -moz-box-shadow: 0px 5px 5px 1px #656565;
    -webkit-box-shadow: 0px 5px 5px 1px #656565;
    -o-box-shadow: 0px 5px 5px 1px #656565;
    box-shadow: 0px 5px 5px 1px #656565;
    filter:progid:DXImageTransform.Microsoft.Shadow(color=#656565, Direction=180, Strength=5);
}
/*
    BOUTON
*/
input[type=button]{
    cursor: pointer;
}