.spip_documents_center {
  display: flex;
  justify-content: center;
  align-items: center
}

.formulaire_ecrire_auteur{
  display:block;border:none;
  border-bottom:1px solid #ccc;
  width:100%
}

form input[type=text], form textarea {
	display: table-cell;
	width: 100%;
}

.reponse_formulaire{
  width:100%;overflow:hidden;
  display:inline-block;width:auto
  color: #fff !important;
  background-color: #9C27B0 !important;
  padding-left: 8px
  padding-right: 8px
}

.previsu{
  color: #fff !important;
  background-color: #9C27B0 !important;
  padding: 8px 16px;
  float: left;
  width: auto;
  border: none;
  display: block;
  outline: 0;
  width: 100%;
  overflow: hidden;

}
.erreur_message{
  color: #fff !important;
  background-color: #9C27B0 !important;
}
a {
  color: #9C27B0 !important;
}
a:hover{
  color: #FFF !important;
}
h3{
  color: #54084B;
}
