<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.encadre
{
	border-style: solid;
	border-color: black;
	border-width: 1px;
	background-color: white;
	-webkit-border-radius: 10px;
	-o-border-radius: 10px;
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;
	-icab-border-radius: 10px;
}

body
{
	background-image: url("images/fond.png");
	width: 800px;
	margin: auto;
	margin-top: 40px;
	margin-bottom: 20px;
	font-family: Verdana;
	font-size: 14px;
}

h1
{
	color: #0b4c10;
	font-style: italic;
}

.rouge
{
	color:red;
}

.vert
{
	color:green;
}

.copy
{
	color: white;
	font-size: 90%;
}

.blanc
{
	color: white;
}

label
{
	font-weight: bold;
}</pre></body></html>