@charset "UTF-8";

body {
	/*background-color: #ebf0aa;*/
	background-color: #d1d970;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
body, html {
	height: 100%;
	}


.lienAccueil {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	color:#3a7247;
	}
	.lienAccueil a:link {
		text-decoration: none;
		color: #3a7247;
	}
	.lienAccueil a:visited {
		text-decoration: none;
		color: #3a7247;
	}
	.lienAccueil a:active {
		text-decoration: none;
		color: #3a7247;
	}
	.lienAccueil a:hover {
		text-decoration: none;
		color: #3a7247;
	}

.nav {
	font-family:"Arial Narrow";
	font-size: 12px;
	color: #e6f1d6;
	}
	.nav a:link {
		text-decoration: none;
		color: #e6f1d6;
	}
	.nav a:visited {
		text-decoration: none;
		color: #e6f1d6;
	}
	.nav a:active {
		text-decoration: none;
		color: #e6f1d6;
	}
	.nav a:hover {
		text-decoration: none;
		color: #e6f1d6;
	}

#nav {
	width:100%;
	margin:0;
	padding: 0 0 0 0px;
	list-style:none;
	}
#nav li {
	float: left;
	margin: 0 0 0 20px;
	padding: 0;
	}
.signature-PL {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color : #e6f1d6;
	text-align:right;
	}
p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	line-height: 1.35em;
	color : #e6f1d6;
	text-align:justify;
	margin-top: 0px;
	margin-bottom: 12px;
	margin-left: 20px;
	margin-right: 90px;
	}
	p a:link {
		text-decoration: none;
		color: #e6f1d6;
	}
	p a:visited {
		text-decoration: none;
		color: #e6f1d6;
	}
	p a:active {
		text-decoration: none;
		color: #e6f1d6;
	}
	p a:hover {
		text-decoration: none;
		color: #e6f1d6;
	}

h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:13px;
	line-height: 1.4em;
	color : #e6f1d6;
	text-align:left;
	margin-left: 20px;
	margin-right: 100px;
	margin-bottom: 20px;
	}
.image {
	text-align:center;
	}