/*** mes-styles.css - Mise en forme de la page ***/

body {
	margin: 1em auto;
	padding: 2px 8px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	color: black;
	background: white;
}

section {
	margin: 1em auto;
	max-width: 800px;

}
p, td, th, ul {
	font-size: 1em;
}

div#images>p {
	margin-top : 8px;
	margin-bottom: 40px;
}

ul {
	line-height: 140%;
}

h1 {
	font-size: 1.6em;
	color: #937c74;
}

h2 {
	font-size: 1.3em;
	color: #666666;
}

h3 {
	font-size: 1.1em;
	color: #A13F1F;
}

h4 {
	font-size: 1em;
}

.legende {
	font-family: Georgia, "Times New Roman", serif;
}

p#notes {
	border-bottom: 1px dotted black;
	padding-bottom: 1em;
}

p#footer {
	border-top: 1px dotted black;
	padding-top: 1em;
	font-size: 80%;
	color: #AAAAAA;
}

p#filariane {
	font-size: 80%;
	color: #FF0000;
}

.pluspetit {
	font-size: 80%;
}

.debug {
	font-size: 80%;
	color: #ccc;
}

table td.large, table th.large {
	padding: 4px;
	/* Pas de retrait autour du texte = "0". */
	border: 1px solid #ddd;
	/* Pas de bordure = "none". */
	/* vertical-align: top;  Valeur par défaut: "middle" */
}