h1,
h2,
h3,
th,
td {
  text-align: center;
}

h3 {
  background-color: black;
  color: white;
  font-size: 0.9em;
  margin-bottom: 0px;
}

.billets p,
.news p {
  background-color: #CCCCCC;
  margin-top: 0px;
}

.billets,
.commentaires,
.commenter,
.news {
  width: 100%;
  margin: auto;
}

a {
  text-decoration: none;
  color: blue;
}

table {
  border-collapse: collapse;
  border: 2px solid black;
  margin: auto;
}

th,
td {
  border: 1px solid black;
  padding: 0.5em;
}

/*body {
    background: #1c242d;
  }*/
.box {
  border: 1px solid #c4c4c4;
  padding: 30px 25px 10px 25px;
  background: white;
  margin: 30px auto;
  width: 460px;
}

h1.box-logo a {
  text-decoration: none;
}

h1.box-title {
  color: #AEAEAE;
  background: #f8f8f8;
  font-weight: 300;
  padding: 15px 25px;
  line-height: 30px;
  font-size: 25px;
  text-align: center;
  margin: -27px -20px 26px;
}

.box-button {
  border-radius: 5px;
  background: #007BFF;
  text-align: center;
  cursor: pointer;
  font-size: 19px;
  width: 100%;
  height: 51px;
  padding: 0;
  color: #fff;
  border: 0;
  outline: 0;
}

.box-register {
  text-align: center;
  margin-bottom: 0px;
}

.box-register a {
  text-decoration: none;
  font-size: 12px;
  color: #666;
}

.box-input {
  font-size: 14px;
  background: #fff;
  border: 1px solid #ddd;
  margin-bottom: 25px;
  padding-left: 10px;
  border-radius: 5px;
  width: 347px;
  height: 50px;
}

.box-input:focus {
  outline: none;
  border-color: #5c7186;
}

.success {
  margin: auto;
  text-align: center;
  color: rgb(0, 0, 0);
}

.success a {
  text-decoration: none;
  color: blue;
}

p.errorMessage {
  background-color: #e66262;
  border: #AA4502 1px solid;
  padding: 5px 10px;
  color: #FFFFFF;
  border-radius: 3px;
}