<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.titre
{
font-family:verdana,arial,helvetica;
font-size:20pt;
font-style: bold;
color:rgb(51, 51, 255);
font-weight:10;
text-align:left;
}
.lien{
font-family:verdana,arial,helvetica;
font-size:10pt;
//font-style: bold;
color:rgb(247, 134, 76);
//font-weight:30;
margin-left: 10px;
}
.classe { 
font-family:verdana,arial,Helvetica;
font-size: 20pt;
color: rgb(30, 134, 76);
//background-color: rgb(0, 147, 114);
//opacity: 0.5;
//font-weight: bold;
text-align:center;
}
.liste { list-style-type: none;
list-style-image: url(puce.png);
list-style-position: outside;
font-family: Arial,Helvetica,sans-serif;
font-weight: italic;
font-size: 18pt;
color:rgb(150, 150, 30);
}
.img { border: 10px ridge rgb(30, 165, 61); 
	margin: 10px;
	//padding: 1px;	
}
div { margin-right: auto;
    margin-left: 80px;
    }
body 
{ background-image: url(bois.gif);
//background-repeat: repeat-y;
//background-position: right bottom;
//background-color: rgb(100, 100, 250);
}
</pre></body></html>