body {
	padding:0;
	margin:0;
}
.page {
	/* margin: 20px 8% 40px 12%; */
	background-color: #FFFFFF;
	border-color: #000000;
	border-top: thin solid;
	border-left: thin solid;
	border-right: medium solid;
	border-bottom: 5px groove #000000;
	position: relative;
}
.contenu {
	margin: 10px 40px 10px 30px;
	padding-bottom: 100px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-align: justify;
}
h1 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 40px;
	font-weight: bold;
	color: #000000;
	text-align:center;
	line-height: 40px;
	padding-top: 20px;
	padding-bottom: 0px;
	margin: 0px;
}
h2 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 32px;
	font-weight: bold;
	color: #990000;
	text-align:center;
	margin: 0px;
	padding: 0px;
}
h3 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 25px;
	font-weight: bold;
	color: #000000;
	text-align:left;
	margin-top: 50px;
	padding-left: 20px;
	background-color: #CCCCCC;
}
.projet {
	font-size: 20px;
	padding-left:30px;
	font-weight: bold;
	/* position:absolute; */
	/* left:200px; */
}
.date {
	padding-top:11px;
	font-size: 12px;
	border-bottom: 1px solid #CCCCCC;
	/* position:absolute; */
	left:60px;
}
.fonction {
	padding-top:7px;
	padding-left:145px;
	font-size: 12px;
	/* position:absolute; */
	/* left:200px; */
}
.description {
	margin-left: 40px;
}
.contexte {
	padding-top:10px;
}
li {
	padding-bottom:5px;
	margin-left: 40px;
}
.souligne {
	border-bottom: 1px solid #CCCCCC;
}