body{
    color:#888;
    padding:0;
    margin:0;
    font: 72.5% 'Helvetica Neue', Helvetica, Arial, sans-serif;
    background-image:url(./images/locaux_bgimage.jpg);
}

h1 { /* Titre principal */
    font-family: arial, serif;
    color:black;
    font-size:2em;
    margin: 0;
}
h2 { /* Titre secondaire */
    font-family: arial, serif;
    color:black;
    font-size:3.5em;
    margin: 0;
}
h3 { /* Titre secondaire */
    font-family: arial, serif;
    color:blue;
    font-size:3.5em;
    margin: 0;
}

h4 { /* Titre secondaire */
font-family: arial, serif;
color:darkgreen;
font-size:2.0em;
margin: 0;

}

.conteneur { /* Conteneur global pour le centrage */
    width:1600px;
    height:950px;
    margin:auto;
    margin-top:50px;
    text-align:center;
    background-image: url("./images/PageBlancheVoileBleue.jpg");
    background-repeat: no-repeat;
    background-size: auto;
    border-style: solid;
    border-width: 1px;
}

.Titre { /* Conteneur du titre */
    text-align:center;
    font-family: arial, serif;
    font-size: 22px;
    border:1px solid gray;
    height:90px;
    width:40%;
    padding:10px;
    margin-top:15px;
    margin-left:30%;
}

.occupation { /* Conteneur d'occupation des locaux */
    position: relative;
    left: 00px;
    top: 00px;
    text-align:center;
    font-family: arial, serif;
    font-size: 15px;
    border:1px solid gray;
    border-radius: 20px 20px 1px 20px;
    width:1500px;
    height:800px;
    padding:0;
    margin-left:50px;
}

.infoPage{
    position:absolute;
    left:250px;
    top:30px;
    width:1000px;
    z-index:1;
    text-align:center;
    color:black;
}

.textEtage {
    color:black;
    font-style:italic;
    font-size:25pt;
}

.horloge { /* Conteneur de l'horloge */
    position: relative;
    left: 20px;
    top: 20px;
    font-family: arial, serif;
    border:0 solid gray;
    color:black;
    text-align:left;
    font-size: 30px;
    height:60px;
    width:1560px;
}

.horloge_date{
    position:absolute;
    left:10px;
    top:2px;
    z-index:1;
}
.horloge_heure{
    position:absolute;
    right:20px;
    top:2px;
    z-index:1;
    font-size:45px;
    font-weight: bold;
}
.horloge_infobar{
    position:absolute;
    right:10px;
    top:2px;
    z-index:1;
    font-size:45px;
    font-weight: bold;
}

.infobar { /* Conteneur des info de debug */
    position: relative;
    left: 20px;
    top: 10px;
    font-family: arial, serif;
    border:0 solid gray;
    color:black;
    text-align:right;
    font-size: 18px;
    height:40px;
    width:1545px;
}

.Bouton1 {
    position: relative;
    right: 10px;
    bottom: 5px;
    font-family: arial, serif;
    border:0 solid gray;
    color:black;
    text-align:right;
    font-size: 25px;
}

.monButton:active,hover,visited  {
    width:260px;
    height:35px;
    color: blue;
    background-color: darkgrey;
    border-radius:15px;
    font-weight: bold;
    font-size: 100%;
}

.myButton {
    -moz-box-shadow: 3px 4px 0 0 #899599;
    -webkit-box-shadow: 3px 4px 0 0 #899599;
    box-shadow: 3px 4px 0 0 #899599;
    background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #bab1ba));
    background:-moz-linear-gradient(top, #ededed 5%, #bab1ba 100%);
    background:-webkit-linear-gradient(top, #ededed 5%, #bab1ba 100%);
    background:-o-linear-gradient(top, #ededed 5%, #bab1ba 100%);
    background:-ms-linear-gradient(top, #ededed 5%, #bab1ba 100%);
    background:linear-gradient(to bottom, #ededed 5%, #bab1ba 100%);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#bab1ba',GradientType=0);
    background-color:#ededed;
    -moz-border-radius:15px;
    -webkit-border-radius:15px;
    border-radius:15px;
    border:1px solid #d6bcd6;
    display:inline-block;
    cursor:pointer;
    color: blue;
    font-family: arial, serif;
    font-weight: bold;
    font-size: 100%;
    padding:7px 25px;
    text-decoration:none;
    text-shadow:0 1px 0 #e1e2ed;
}
.myButton:hover {
    background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #bab1ba), color-stop(1, #ededed));
    background:-moz-linear-gradient(top, #bab1ba 5%, #ededed 100%);
    background:-webkit-linear-gradient(top, #bab1ba 5%, #ededed 100%);
    background:-o-linear-gradient(top, #bab1ba 5%, #ededed 100%);
    background:-ms-linear-gradient(top, #bab1ba 5%, #ededed 100%);
    background:linear-gradient(to bottom, #bab1ba 5%, #ededed 100%);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#bab1ba', endColorstr='#ededed',GradientType=0);
    background-color:#bab1ba;
}
.myButton:active {
    position:relative;
    top:1px;
}

.effect1{
    -webkit-box-shadow: 0 10px 6px -6px #777;
    -moz-box-shadow: 0 10px 6px -6px #777;
    box-shadow: 0 10px 6px -6px #777;
}