body.background {
	background-attachment: fixed;
	background-color: #000000;
	background-repeat: repeat;
}

.titre {
	font-family: "Courier New", Courier, mono;
	font-size: 1.3em;
	font-weight: bold;
	text-align: center;
	color: #FFFFFF;
}

a.lien {
	position:relative;
	font-family: "Courier New", Courier, mono;
	font-size: 0.8em;
	font-style: normal;
	color: #960000;
	text-decoration: none;
}

a.lien:hover {
	color: #FF0000;
}

.texte {
	font-family: "Courier New", Courier, mono;
	font-size: 0.8em;
	color: #FFFFFF;
	padding: 0.0em 0.3em 0.0em 0.3em;
}
