html {
	font-size:10pt;
	font-family:sans-serif;
}

body {
	margin:1em auto 7em auto;
	width:40em;
}

h1, .menu p, .soustitre p {
	text-align:center;
}

.menu p a {
	color:red;
	text-decoration:none;
	border-bottom:7px solid white;
}

.menu p a:hover {
	border-bottom:7px solid red;
}

.soustitre p {
	font-size:1.2em;
}

h1 {
	display:none;
	font-size:1.8em;
}

h2 {
	font-size:1.5em;
	color:navy;
	border-bottom:1px solid red;
}

h3 {
	font-size:1.2em;
	color:gray;
	text-decoration:underline;
}

p, li {
	text-align:justify;
}

li {
	margin-bottom:1em;
	margin-top:1em;
}

a:hover {
	color:red;
}

acronym {
	cursor:help;
}

p.chronologie {
	text-indent:-1em;
	margin-left:1em;
}
