@charset "UTF-8";

/* Général */

@page
{
	margin: 10%;
}

@font-face
{
	font-family: "Alegrya";
	src: url("Alegreya-Regular.woff");
}

body
{
	background-color: white;
	font-family: Liberation, serif;
	font-size: 12pt;
	color: black;
}

a
{
	color: black;
	text-decoration: none;
}

nav
{
	display: none;
}

/* En-tête */

#en-tête
{
	text-align: center;
}

#en-tête h1
{
	font-family: Alegrya, "Liberation Serif", FreeSerif, serif;
	font-size: 25pt;
	font-weight: normal;
	font-style: oblique;
}

#en-tête h2
{
	margin-top: 0;
}

/* Corps de la page */

#articles
{
	text-align: justify;
}

h1
{
	font-size: 18pt;
	margin-top: 3mm;
	margin-bottom: 0;
}

h2
{
	margin-bottom: 0;
}

p
{
	page-break-before: avoid;
	page-break-inside: avoid;
	page-break-after: avoid;
}

p, blockquote
{
	widows: 3;
	orphans: 3;
}

figure
{
	text-align: center;
}

kbd
{
	border: 1px black solid;
}

.publication, .categories
{
	font-size: 10pt;
	margin-top: 0;
}

#form-commentaire
{
	display: none;
}

/* Pied de page */

#pied_de_page
{
	display: none;
}

