body {
  padding-top: 50px;
}
.starter-template {
  padding: 40px 15px;
  text-align: center;
}

#footer {
  /*position: absolute;
  bottom: 0;*/
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 60px;
  background-color: #f5f5f5;
}

.container .text-muted {
  margin: 20px 0;
}

#footer > .container {
  padding-right: 15px;
  padding-left: 15px;
}

.erreur{
        color: red;
        font-size: 10px;
}

#serveur{
    width:600px;
        padding:10px;
        background:black;
    text-align: left;
        color:white;
        font-family:courier;
}

.titrevar{
        font-weight: bold;
}
.variables{
   
   }
.emph{
        color:black;
        font-weight: bold;
}