body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #000000;
	text-align: justify;
	margin: 0px 0px 0px 0px;
	background-color: #808080;
}
.bords {
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
}

h1 {
	font-family: "Courier New", Courier, mono;
	font-size: medium;
	text-transform: uppercase;
	color: #FFFFFF;
	background-color: #000000;
	text-align: center;
}

.encart {
	font-family: "Courier New", Courier, mono;
	font-size: x-small;
	text-align: center;
	width: 200 px;
	height: 200 px;
	float: right;
	margin: 10px 0px 0px 10px;

}
h2 {
	font-family: "Courier New", Courier, mono;
	font-size: large;
	font-weight: bolder;
	text-transform: uppercase;
	color: #000000;
	background-color: #999999;
	text-align: center;
}
.surlignage {
	font-weight: bold;
	background-color: #FFFFFF;
}


.contenu {
margin: 10px 0px 10px 10px;
	border: medium none Black;
	padding: 0px 10px 0px 10px;
}a:link {
	font-family: "Courier New", Courier, mono;
	font-size: medium;
	color: #FF0000;
	text-decoration: none;
	font-weight: bolder;
}
.auteur {
	font-family: "Courier New", Courier, mono;
	font-size: large;
	font-weight: bolder;
	color: #FFFFFF;
	text-transform: uppercase;
}
a:hover {
	font-family: "Courier New", Courier, mono;
	font-size: medium;
	font-weight: bolder;
	color: #000000;
	text-decoration: none;
	background-color: #FFFF00;
}
a:visited {
	font-family: "Courier New", Courier, mono;
	font-weight: bolder;
	color: #FF0000;
	text-decoration: none;
	font-size: medium;
}
a:active {
}
