body {
  color: #000080;
  background-color: #457ff5;
  font-family: Arial, Helvetica, sans-serif;
  margin: 0px;
}

h1 {
	font-size: 16pt;
}

h2 {
	font-size: 12pt;
}

/*div#container {
	margin-left: auto;
	margin-right: auto;
	width: 50em;
	text-align: left;
}*/

div#footer {
	font: 10px Arial, Helvetica, sans-serif;
	bottom: 5px;
	text-align: center;
}

a.footer {
	color: White;
}

#header {
	background-color: White;
	height: 192px;
	margin: 5px;
}

#logo {
	width: 140px;
	height: 172px;
   background-color: #457ff5;
	padding: 5px;
	position: absolute;
	top: 10px;
	left: 10px;
}

.imageLink {
	border: none;
}

#titre {
	background-color: White;
	font-size: 20pt;
	font-weight: bold;
	padding: 10px 5px 5px 10px;
	position: absolute;
	left: 165px;
	top: 5px;
	right: 285px;
	height: 167px;
}

a:link, a:visited, a:hover{
  color: #457ff5;
  text-decoration: underline;
}

a:hover{
  text-decoration: none;
}

#devise {
	background-color: White;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	text-align: justify;
	width: 265px;
	position: absolute;
	right: 5px;
	top: 5px;
	padding: 5px;
	height: 172px;
}

#main {
	position: absolute;
	background-color: White;
	text-align: justify;
	padding: 5px;
	left: 170px;
	right: 5px;
	top: 202px;
}

#menu {
	background-color: White;
	position: absolute;
	left: 5px;
	margin-top: 5px;
	width: 150px;
	padding: 5px;
	top: 197px;
	font-size: 10pt;
	line-height: 15pt;
	text-align: right;
	font-variant: small-caps;
}

.chapitre{
	font-style: italic;
	font-variant: small-caps;
}

.note {
	font-size: 10pt;
}