@charset "utf-8";
/* CSS Document */
html {
	background-color: #676C84;
}
body {
	background-color: #676C84;
	text-align: center;
	padding: 10px 0;
}
#container {
	background-color: #B7BAD0;
	width: 670px;
	margin: 0 auto 0 auto;
	padding: 20px;
	text-align: center;
}
#menu {
	width: 480px;
	margin: 0 auto 0 auto;
}
#menu h2.en {
	font-family: georgia, times new roman, serif;
	font-size: 12pt;
	font-weight: bold;
	color: #000000;
	width: 12em;
	display: block;
	position: relative;
	float: left;
	padding: 0 1em 1em 1em;
}
#menu h2.fr {
	font-family: georgia, times new roman, serif;
	font-size: 12pt;
	font-weight: bold;
	color: #000000;
	width: 12em;
	display: block;
	position: relative;
	float: right;
	padding: 0 1em 1em 1em;
}
#content {
	clear: both;
	text-align: left;
}
#content p {
	font-family: verdana, helvetica, arial, sans-serif;
	font-size: 10pt;
	color: #000000;
	line-height: 1.5em;
}
#content h1 {
	font-family: georgia, times new roman, serif;
	font-size: 14pt;
	font-weight: bold;
	text-align: center;
	color: #333366;
}
#content h3 {
	font-family: georgia, times new roman, serif;
	font-size: 10pt;
	font-weight: bold;
	color: #333366;
	margin: 2em 0 0.5em 0;
}
#content ul{
	list-style-type: none;
	margin: 0 0 1em 0.5em;
	padding: 0;
}
#content li{
	font-family: verdana, helvetica, arial, sans-serif;
	font-size: 10pt;
	color: #000000;
	line-height: 1.5em;
	background-image: url(../images/arrow.gif);
	background-repeat: no-repeat;
	background-position: 0 0.6em;
	padding-left: 1em;
}
#content2 {
	clear: both;
	text-align: left;
}
#content2 p {
	font-family: verdana, helvetica, arial, sans-serif;
	font-size: 9pt;
	line-height: 1.5em;
	color: #000000;
	margin: 0.5em 0 1em 0;
}
#content2 h3 {
	font-family: georgia, times new roman, serif;
	font-size: 10pt;
	font-weight: bold;
	color: #333366;
	margin: 2em 0 0.5em 0;
}
a:link, a:visited {
	font-weight: bold;
	color: #8c4e5b;
	text-decoration: underline;
}
a:hover {
	color: #333366;
	text-decoration: none;
}