ol {
  list-style-type: decimal;   /* affiche les numéros */
  margin-left: 1.5rem;        /* ajoute une indentation */
}

ul {
  list-style-type: disc;      /* affiche des puces */
  margin-left: 1.5rem;
}

