body {
	font-family: "new-zen", sans-serif;
	font-weight: 300;
	font-style: normal;
}

.titre-niv1 {
	font-weight: 500;
	font-size:1.4rem;
}

.titre-niv2 {
	font-weight: 400;
	font-size:1.3rem;
}

.titre-niv3 {
	font-weight: 400;
	font-size:1.2rem;
}

.titre-niv4-italique {
	font-size:1.1rem;
	font-style: italic;
}

.texte-gras-ital {
	font-weight: 500;
	font-style: italic;
}

.texte-gras {
	font-weight: 500;
}

.texte-ital {
	font-style: italic;
}

.texte-normal {
	font-weight: 300;
	font-size:1rem;
}

.citation {
	font-weight: 300;
	font-style: italic;
	font-size:1rem;
}

.ref-citation {
	padding-top: 0px;
	text-align: right;
}

.bouton {
	font-weight: 400;
	font-size:1rem;
}