@charset "utf-8";
* {
	padding:0;
	margin:0;
}
@font-face {
	font-family: 'olde_englishregular';
	src: url('oldeenglish-webfont.eot');
	src: url('oldeenglish-webfont.eot#iefix') format('embedded-opentype'),
		url('oldeenglish-webfont.woff') format('woff'),
		url('oldeenglish-webfont.ttf') format('truetype'),
		url('oldeenglish-webfont.svg') format('svg');
	font-weight: normal;
	font-style: normal;

}
/* typographie générale */
p {
	font-size: 1em;
	font-style: normal;
	line-height: 1.4em;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000;
	text-decoration: none;
	letter-spacing: 0.01em;
	text-align: justify;
	padding: 4px;
	margin-top: 0.2em;
	margin-right: 0.2em;
	margin-bottom: 1em;
	margin-left: 0.2em;
}
ul {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 1.4em;
	margin-left: 3em;
}
li {
	padding: 0px;
	margin-top: 0.25em;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	line-height: 1.4em;
	color: #000;
}

body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: normal;
	line-height: 1.5em;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #333;
	text-decoration: none;
	letter-spacing: 0.01em;
	text-align: left;
	background-image: url(img/fond.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	padding-bottom: 0px;
	background-color:#ecebe7;
}
strong {
	font-weight: normal;
	color: #125793;
}
em {
	font-style: italic;
	color: #e10f40;
}
b {
	font-weight: normal;
	color: #125793;
}
i {
	font-style: italic;
	color: #e10f40;
}
.componentheading {
	font-size: 2.6em;
	font-weight: normal;
	line-height: 1.4em;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
/*	margin-left: 1em;*/
	font-family: 'olde_englishregular';
	color:#385e80;
}
h1 {
	font-size: 2.6em;
	font-weight: normal;
	line-height: 1.4em;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
/*	margin-left: 1em;*/
	font-family: 'olde_englishregular';
	color:#385e80;
}
h2 {
	font-size: 2.2em;
	font-weight: normal;
	line-height: 1.4em;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
/*	margin-left: 3em;*/
	font-family: 'olde_englishregular';
	color:#385e80;
}
h3 {
	font-size: 1.2em;
	font-weight: normal;
	line-height: 1.4em;
	margin-top: 1em;
	margin-right: 0px;
	margin-bottom: 1em;
	margin-left: 0em;
	padding: 0px;
	text-align: left;
	color:#385e80;
}
a {
	color: #125793;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #125793;
}
a:hover {
	text-decoration: underline;
	color: #F60;
}
a:active {
	text-decoration: none;
	color: #FC0;