/*
	FEUILLE DE STYLE POUR PLAQUETTE SIMPLIFIEE
	------------------------------------------
*/
body {
	margin: 1em;
}
table {
	font-size: 80%;
	clear: both;
	margin-top: 3em;
	border: solid 1px maroon;
}
td {
	border-left: solid 1px maroon;
}
h1 {
	font-style: italic;
	font-size: 200%;
	color: #800000;
	text-align: center;
	text-decoration: none;
	border: none;
}
h2 {
	clear: both;
	font-weight: bold;
	font-size: 100%;
	text-align: left;
	text-decoration: underline;
	border: none;
}
h3 {
	font-style: italic;
	font-weight: bold;
	font-size: 180%;
	text-align: center;
	text-decoration: none;
	border: none;
}
h5 {
	font-weight: normal;
	font-size: 100%;
	font-style: normal;
	margin: 0px;
    margin-left: 3em;
	text-decoration: underline;
}
