/* 
    Created on : 27 mai 2015, 17:48:42
    Author     : JEC
*/
body{
    background-color: #f7f7f7;
    font-family: 'Exo', sans-serif;
    font-weight: 100;
}
#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: #e5c899;
    background-color: #ed820f;
    box-shadow: 0 5px 5px 1px #656565;
}
.identifiant_mdp{
    display: block;
    text-align: left;
}
#button_connexion{
    margin-top: 10px;
    cursor: pointer;
    transition: all 0.5s;
    box-shadow:rgb(228, 200, 155) 0 0px 0px 0px inset;
}
#button_connexion:hover{
    box-shadow:rgb(228, 200, 155) 0 0px 0px 35px inset; 
}
#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;
}


label {
    margin-bottom: 0 !important;
}