<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
	background-color: #FFF;
	margin: 0px;
	padding: 0px;
}
#global {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
}
#header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000;
	width: 100%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000;
}
#header h1 {
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 72px;
	color: #3CF;
	line-height: 60px;
	margin: 0px;
	text-transform: uppercase;
}
#menu {
	width: 160px;
	margin-top: 20px;
	float: left;
}
#menu ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}
#menu ul li {
	margin-bottom: 2px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666;
	line-height: 20px;
	margin-top: 2px;
}
#menu ul li a:link {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #666;
	text-decoration: none;
}
#menu ul li a:visited {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #999;
	text-decoration: none;
}
#menu ul li a:hover {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #3CF;
	text-decoration: none;
}
#fin {
	clear: both;
}
#contenu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	width: 780px;
	margin-top: 20px;
	margin-left: 180px;
}
#contenu h3{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #000;
}

#contenu h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	margin-top: 30px;
}
#contenu p{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
}
.reduire_img {
	height: auto;
	width: 780px;
}
.code_html {
	font-family: "Courier New", Courier, monospace;
	font-size: 14px;
	color: #33C;
}
</pre></body></html>