body { position: relative; margin: 0; padding: 0; font-family: sans-serif; background: #eeeeee; display: flex; flex-direction: column; height: 100vh; }
.top-line { position: absolute; top: 93px; height: 18px; background: black; width: 100%; z-index: 1; display: flex; justify-content: space-between; align-items: center; }
.search-box { display: flex; align-items: center; margin-right: 10px; }
.search-box input { padding: 2px 6px; font-size: 14px; width: 160px; border: none; border-radius: 4px 0 0 4px; outline: none; }
.search-box button { padding: 2px 8px; font-size: 14px; border: none; background: white; color: black; border-radius: 0 4px 4px 0; cursor: pointer; }
main { display: flex; flex: 1; overflow: hidden; padding-top: 18px; }
.bottom-line { height: 16px; background: black; color: white; font-size: 14px; padding-left: 10px;  padding-right: 10px; display: flex; align-items: center; margin-top: auto; }
#menu { margin-top: 10px; width: 300px; overflow-y: auto; border-right: 1px solid #ccc; padding: 10px; font-family: sans-serif; white-space: pre; }
#content { flex-grow: 1; border: none; }
.menu-entry { cursor: pointer; padding-left: calc(var(--level) * 20px); }
.collapsed .children { display: none; }
.menu-entry.active { color: blue; font-weight: bold; }
#side-panel { width: 350px; padding: 20px 10px 0 10px; background: #f5f5f5; border-left: 1px solid #ccc; display: block; overflow-y: auto; }
.side-section { background: #ddd; color: black; font-size: 14px; line-height: 16px; margin-bottom: 2px; width: 340px; display: flex; justify-content: space-between; padding: 0 4px; font-weight: bold; cursor: pointer; user-select: none; }
.side-content { display: none; font-size: 14px; padding: 0; width: 340px; white-space: normal; text-align: justify; box-sizing: border-box; margin: 0 auto 14px auto; }
.side-content.visible { display: block; }
#dmaj-content { white-space: nowrap; overflow-x: auto; overflow-y: hidden; text-align: left; padding-bottom: 16px; }
nav.menu { display: flex; gap: 2px; height: 22px; padding: 1px 0; margin-top: 2px; }
.rubrique { position: relative; background: white; padding-right: 1px; padding-top: 1px; height: 18px; }
.rubrique-title { background: black; color: white; padding: 0 10px; font-size: 14px; line-height: 18px; cursor: default; user-select: none; }
.options { display: none; position: absolute; top: 100%; left: 20px; z-index: 1000; background: white; padding: 2px; }
.rubrique:hover .options { display: block; }
.options a { color: white; text-decoration: none; background: black; margin: 1px; padding: 0 10px; font-size: 14px; line-height: 20px; white-space: nowrap; display: block; }
.options a:hover { background: #333; }
#copyright { font-size: 14px; }
#mentions-link { margin-left: auto; font-size: 14px; }
#mentions-link a { color: white; text-decoration: none; }