<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
	background-color: #FEFEFE;
	background-image: url(Carreaux.GIF);
	margin: 15 15 15 15;
	font-family: Garamond;
}


a {color: #0000CC;}
a:visited {color: #000066;}
a:hover, a:active {color: #b00000; text-decoration: none;}


.fond-listes {
    width: 85%;
	font-family: Garamond;
	background-color: #8DCFFF;
	position: relative;
	margin: 0px;
	padding: 1 2 2 2;
}

.fond-listes2 {
    width: 85%;
	font-family: Garamond;
	background-color: #98DA4A;
	position: relative;
	margin: 0px;
	padding: 1 2 2 2;
}

.fond-listes3 {
    width: 85%;
	font-family: Garamond;
	background-color: #C98a8a;
	position: relative;
	margin: 0px;
	padding: 1 2 2 2;
}

.bouton {
	padding: 2px 0;
	margin: 5px 0 0 0;
	cursor: pointer;
	border: 1px solid #202020;
	text-align: center;
	background: #ffffe0;
}


.imagehautgauche {
	position: absolute;
	visibility: visible;
	z-index: 0;
	left: 0px;
	top: 0px;
	background-image: url(../fractale.gif);
	width: 100%;
	background-position: left top;
	background-repeat: no-repeat;
}
</pre></body></html>