div.exemple {
	border: thin solid black;
	margin-top: 1em;
	margin-left: 3em;
	padding: 1em 1em 1em 1em;
	width: 75%;
	background-color: #f3f0e8;
}

table {
td {
	padding: 4px;
	vertical-align: top;
}
}

table.definitions {
	margin-top: 1em;
	margin-left: 0;
	margin-right: 0;
}

table.exemples {
	margin-top: 1em;
	margin-left: 0;
	margin-right: 0;


}

tr.entete {
	background-color: #FFCC66;
	color: #000066;
	text-align: center;
	font-weight: bold;
}

tr.ligne_paire {
	background-color: #FFFFEE;
}

tr.ligne_impaire {
	background-color: #EEEEEE;
}

td.chiffre {
	display: flex;
	justify-content: center;
	font-weight: bold;
	color: #990000;
}

span.exemple {
	font-variant: small-caps;
}

span.niveau_d_eau {
	color: #666666;
}

.adjectif_cotation {
	font-weight: bold;
}

.nom_riviere {
	font-weight: bold;
}

.parcours {
	font-style: italic;
}

/* h2.rubrique-title = anciens h5.rubrique-title (sections principales) */
h2.rubrique-title {
	color: var(--gris-dark-evo);
	font-weight: 700;
	font-size: 18px;
	margin-top: 2em;
	margin-bottom: 0.5em;
}

/* h3.rubrique-title = anciens h6.rubrique-title (sous-sections tableaux) */
h3.rubrique-title {
	color: var(--gris-dark-evo);
	font-weight: 700;
	font-size: 15px;
	margin-top: 2em;
	margin-bottom: 0.5em;
}

/* h3 = anciens h6 sans classe (Cas general, Cas des infrans) */
h3 {
	color: var(--gris-dark-evo);
	font-weight: 700;
	font-size: 15px;
	margin-top: 1em;
	margin-bottom: 0.25em;
}

a.nom_riviere {
	font-weight: bold;
}

a.parcours {
	font-style: italic;
}