.jumbotron {
  margin-top: 30px;
  border-radius: 0;
}

.table thead th {
  background-color: #428BCA;
  border-color: #428BCA !important;
  color: #FFF;
}

#banniere-serveur {
  display: block;
  background-color: #646464;
  padding: 3px;
  margin-top: 10px;
  margin-bottom: 10px;
  border: 1px solid #FCFCFF;
  border-radius: 5px;
  color:black;
}

#contenu-banniere-serveur {
  padding: 10px;
  background: #646464 url("../img/textures/bandeau.png") no-repeat scroll 0% 0%;
}

#banniere-serveur table {width: 100%;}

#server-infos {
  width: 15%;
  text-align: center;
}

#players-infos {
  width: 60%;
  text-align: center;
  margin: auto;
}

#players-infos img {border-radius: 2px;}

#urls-tools {float: right;}

#urls-tools a {margin: 0; padding: 0;}