
/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}
body {
  /* Margin bottom by footer height */
  margin-bottom: 60px;
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 60px;
  background-color: #f5f5f5;
}
.footer > .container {
  padding-right: 15px;
  padding-left: 15px;
}
.footer > .container .text-muted {
  margin: 20px 0;
}

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}







a.stylebouton {

  -webkit-border-radius: 1px;

  -moz-border-radius: 1px;

  border-radius: 1px;

  border: solid thin #929292;

  text-shadow: none;

  background: #F6F6F6;

  background-image: -webkit-linear-gradient(top, #F6F6F6, #DDDDDD);

  background-image: -moz-linear-gradient(top, #F6F6F6, #DDDDDD);

  background-image: -ms-linear-gradient(top, #F6F6F6, #DDDDDD);

  background-image: -o-linear-gradient(top, #F6F6F6, #DDDDDD);

  background-image: linear-gradient(to bottom, #F6F6F6, #DDDDDD);    

  color: buttontext;

  padding: 3px 8px;

  margin: 2px;

  text-decoration: none;

  font-family: Arial;

  font-size: 13.1999998092651px;

}

a.stylebouton:hover {

  background-image: -webkit-linear-gradient(top, #DDDDDD, #F6F6F6);

  background-image: -moz-linear-gradient(top, #DDDDDD, #F6F6F6);

  background-image: -ms-linear-gradient(top, #DDDDDD, #F6F6F6);

  background-image: -o-linear-gradient(top, #DDDDDD, #F6F6F6, #DDDDDD);

  background-image: linear-gradient(to bottom, #DDDDDD, #F6F6F6);    

}

