.post > header .meta .published {
	display: none;
}

fieldset.saisie_radio>legend {
	font-weight: 700;
	font-size: 0.9em;
}

.formulaire_spip .choix label {
  margin: 0;
}

.texte p.expediteur {
  font-family: var(--police-titres);
  font-size: 0.75em;
  font-weight: 700;
  letter-spacing: 0.25em;
  line-height: 2.5;
  margin-bottom: 0;
  text-transform: uppercase;
}

.texte p.message_public {
  margin-left: 1em;
  /*font-style: italic;*/
}

span.langue {
    /* font-family: var(--police-titres); */
    font-size: 0.7em;
    font-weight: 400;
    letter-spacing: 0.25em;
    /*line-height: 2.5;*/
    margin-top: -1em;
    text-transform: uppercase;
}

input[type="submit"], input[type="reset"], input[type="button"], button, .button {
    background-color: palegreen;
}
.formulaire_upload ul {
    list-style: none;
}
  
/* *** La sidebar *** */
#derniers-commentaires a, #dernieres-attentions a { display: block; }
#derniers-commentaires p, #dernieres-attentions p { margin: 0; line-height: 1.5em; }

/* Espaceur de blocs */
.clear { clear: both; }
br.clear, .nettoyeur { clear: both; margin: 0; padding: 0; border: 0; height: 0; line-height: 1px; font-size: 1px; }
hr.clear { visibility: hidden; }

figure>a {
    border-bottom: none !important;
}