@charset "utf-8";


body {
	 background: black;
	 color: #B8671F;
	 font-family: Verdana, Arial, Helvetica, sans-serif;
	 font-size: 12pt;
	 }

a:link {color: #B8671F; text-decoration: none}
a:hover {text-decoration: overline; color: #DC7C25}
a:visited {color: #8C4F17; text-decoration: none}
a:active  {color: white;text-decoration: none;}

.entete {
		position: absolute;
		text-align: left;
		font-family: Helvetica, sans-serif;
		font-size: 10pt;
		font-style: italic;
		color: grey;
		}

.titre {
	   font-size: 36pt;
	   text-align: center;
	   margin-top: 20px;
	   margin-bottom: 100px;
	   }

.corps {
	   margin-left: 30%;
	   margin-bottom: 50px;
	   }
	   
	   
.piedpage {
		  background: black;
		  color: red;
		  text-align: center;
		  font-size: 11pt;
		  margin-bottom: 60px;
		  }

.license {
		 color: white;
		 text-align: right;
		 font-size: 10pt;
		 font-style: italic;
		 }
