@page	{
	size: auto;
	margin: auto;
	}

body	{
	margin: 0;
	padding: 0;
	color: black;
	background-color: white;
	font-size: 12pt;
	font-family: "Times New Roman", Times, serif;
	}
a:link, a:visited {
	color: inherit;
	background-color: inherit;
	text-decoration: none;
	font-style: italic;
	}
h1, h2, h3 {
	page-break-after: avoid;
	}
li	{
	page-break-inside: avoid;
	}
h1	{
	font-size: 2.5em;
	text-align: center;
	}
h1 a:link,h1 a:visited	{
	text-decoration: none;
	}
h2	{
	font-size: 2em;
	}
h3	{
	font-size: 1.5em;
	}
#menu	{
	display: none;
	}
#content {
	padding: 0.5em;
	}
#content p {
	text-align: justify;
	}
#footer	{
	padding: 0.5em;
	text-align: center;
	font-size: smaller;
	}
.important {
	display: none;
	}
	
table.horaire	{
	width: 100%;
	}
table.horaire th	{
	border: 1px solid black;
	}
table.horaire td	{
	border: 1px solid black;
	}

table.resume 	{
	width: 100%;
	}
table.resume th	{
	border: 1px solid black;
	}
table.resume td	{
	border: 1px solid black;
	}
