
body {
	background-color: black;
	color: #AAAAAA;
	font-family: Times, serif;
	margin-left: 10px;
	margin-right: 10px;
	position: fixed;
	overflow: auto
	}
	
img {
	border: none
	}

h2 {
	text-align: center;
	font-size: 18pt
	}
	
h3 {
	text-align: left;
	font-size: 14pt
	}

p {
	text-align: justify;
	font-size : 16pt;
	text-indent: 30px;
	margin: 50px
	}
	
.copy {
	text-align: right;
	font-size: 10pt;
	text-indent: 0;
	margin: 10px
	}
	
.lien {
	font-size: 14pt;
	font-weight: bold;
	text-align: center;
	text-indent: 0;
	letter-spacing: 3pt
	}
	
table {
	width: 90%
	}
	
a {
	text-decoration: none;
	font-size: 14pt;
	cursor: pointer
	}

a:link {
	color: #666666;
	background: transparent
	}

a:visited {
	color: #666666;
	background: transparent
	}

a:hover {
	color: #CCCCCC;
	background: transparent
	}

a:active {
	color: white;
	background: transparent
	}

