  html, body  {  margin            : 0px;  padding           : 1px;  font-size         : 10px;  font-weight       : normal;  font-family       : arial;  background        : #FFFFFF;  color             : #111;  background-image  : url('../img/ ') ;  background-repeat : repeat;  }/*                                Mise en forme formulaire    MonForm                 */  .login  {  font-size      : 20px;  font-weight    : bold;  font-family    : Lucida Console;  color          : #064B8E;  }   .alarme  {  font-size      : 16px;  font-weight    : bold;  font-family    : Lucida Console;  color          : #FF0000;  }  /*                                Mise en forme formulaire    MonLog                 */   /*.push_button{  position:relative;  width:200px;  color:#FFF;  display:block;  text-decoration:none;  margin:0 auto;  border-radius:5px;  border:solid 1px #D94E3B;  background:#cb3b27;  text-align:center;  padding:20px 30px;    -webkit-transition: all 0.1s;  -moz-transition: all 0.1s;  transition: all 0.1s;    -webkit-box-shadow: 0px 9px 0px #84261a;        -moz-box-shadow: 0px 9px 0px #84261a;        box-shadow: 0px 9px 0px #84261a;}.push_button:active{    -webkit-box-shadow: 0px 2px 0px #84261a;    -moz-box-shadow: 0px 2px 0px #84261a;    box-shadow: 0px 2px 0px #84261a;    position:relative;    top:7px;}*/   /*                                Mise en forme formulaire    MonLog                 */   #monLog input  {  position                  : relative;  width                     : 200px;  display                   : block;  text-decoration           : none;  margin                    : 2px;  border-radius             : 5px;  border                    : solid 2px #D94E3B;  background                : #cb3b27;  padding                   : 6px 6px;  font-size                 : 18px;  font-weight               : bold;  font-family               : Lucida Console;  text-align                : left;  color                     : #000000;  }   #monLog input:hover, #monForm input:focus, #monForm input:active    {  cursor                    : pointer;  }   #monLog input[type="submit"]  {  position                  : relative;  width                     : 216px;  display                   : block;  text-decoration           : none;  margin                    : 2px;  border-radius             : 5px;  border                    : solid 2px #D94E3B;  background                : #cb3b27;  text-align                : center;  padding                   : 6px 6px;  font-size                 : 18px;  font-weight               : bold;  font-family               : Lucida Console;  text-align                : center;  color                     : #000000;  -webkit-transition        : all 0.1s;  -moz-transition           : all 0.1s;  transition                : all 0.1s;  -webkit-box-shadow        : 0px 9px 0px #84261a;  -moz-box-shadow           : 0px 9px 0px #84261a;  box-shadow                : 0px 9px 0px #84261a;  }  #monLog input[type="submit"]:hover  {  -webkit-box-shadow        : 0px 2px 0px #84261a;  -moz-box-shadow           : 0px 2px 0px #84261a;  box-shadow                : 0px 2px 0px #84261a;  position                  : relative;  top                       : 2px;  } 