.valide {
  background-color: #FFC;
  color:black;
  font-weight: bold;
}

.erreur {
  background-color: #FCC;
  color:red;
}

.valide_titre, .erreur_titre {
  font-weight: bold;
}

.txtmanager, .submit, #commentaires_show, .liste_page  {
  padding:0.5em;
  text-align: center;
  border: 1px #CCC solid;
  margin:auto;
  margin-top: 1em;
  margin-bottom:1em;
}

.submit {
  background-color: #EEE;
}

#form_param, #form_param input, #form_param select {
  font-size: xx-small;
}

#form_param {
  text-align: right;
}

.date_article {
  margin-top:-1.5em;
  text-align:right;
  color: #777;
  font-size: x-small;
}

.full_article {
  margin-bottom:1em;
}

.article {
  padding:0.25em;
  border-bottom: 1px #CCC dotted;
}

#commentaires_show {
  margin:1em;
  text-align: center;
  background-color: #FED;
}

.comm {
  font-size: small;
  border: 1px #CCC solid;
  margin-bottom: 0.5em;
}

.comm_titre {
  background-color: #EEF;
  border-bottom: #CCC solid 1px;
  padding: 0.25em;
}

.comm_txt {
  padding: 0.5em;
}

.liste_page {
  text-align:center;
  font-size: x-small;
  background-color: #F7F7F7;
}
