p.warning::before {
  content: "Attention !";
  display: block;
  font-weight: bold;
  color: #e66;
}

p.important::before {
  content: "Important";
  display: block;
  font-weight: bold;
  color: #c95;
}

div.theorem .name::before {
  content: 'Théorème: ';
  font-weight: bold;
}

div.property .name::before {
  content: 'Propriété: ';
  font-weight: bold;
}
