body {
	font-family: Garamond, Cambria, Georgia, "Times New Roman", Times, serif;
	color:#000;
}

a {
	color:#000;
	text-decoration: none;
}

a::after {
	content: " (" attr(href) ")";
	font-size: .7rem;
}

.exposant {
	vertical-align: super;
	font-size: 0.5em;
}

.indice {
	vertical-align: sub;
	font-size: 0.7em;
}

.smallcaps {
	text-transform: uppercase;
	font-size: smaller;
}

img, 
#nav {
	display: none;
}

header h1, 
header h2 {
	font-family: Calibri, "Trebuchet MS", Trebuchet, sans-serif;
}

header h1 {
	margin-top: 2.5rem;
	font-size: 1.2rem;
}

header h2 {
	font-size: 1.5rem;
}

article h1,
article h2, 
article h3, 
article h4 {
	padding: 1.5rem 0 0.5rem 0;
	font-weight: bold;
}

article h1 {
	font-size: 1.8rem;
}

article h2 {
	font-size: 1.3rem;
}

article h3 {
	font-size: 1.2rem;
}

article h4 {
	font-size: 1.1rem;
}


article p,
article li,
article dd,
article dt {
	padding: 0 0 0.5rem 0;
}

article dd {
	padding-left: 2rem;
}
