.num { list-style-type: decimal; }
.romain { list-style-type: lower-roman; }
.alpha { list-style-type: upper-alpha; }

.externe { list-style-position: outside; }
.interne { list-style-position: inside; }
