<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/*------------------------------------------------------------------

	[Reset]
	
	Project:	Chasse au tresor
	Version:	1.0 [vf]
	
	Last change:	26/12/08
	Assigned to:	Mouflard Maxime (vf)
	Contact: 		mouf23@hotmail.com
	Primary use:	Website

-------------------------------------------------------------------*/

/*-----------------------------------------------------------------//

	0 - [Table of contents]

	1 - html
	2 - body, div, ul, li, h1, h2, h3, h4, h5, h6, form, input, textarea, p, td
	3 - table
	4 - img
	5 - strong
	6 - li
	7 - h1, h2, h3, h4, h5, h6
	8 - input, textarea, select
	9 - input, textarea, select
	10 - Clear

-------------------------------------------------------------------*/

html
{
	color:#000;
	background:#FFF;
}

body, div, ul, li, h1, h2, h3, h4, h5, h6, form, input, textarea, p, td
{
	margin:0;
	padding:0;
}

table
{
	border-collapse:collapse;
	border-spacing:0;
}

img
{
	border:0;
}

strong
{
	font-style:normal;
	font-weight:normal;
}

li
{
	list-style:none;
}

h1, h2, h3, h4, h5, h6
{
	font-size:100%;
	font-weight:normal;
}

input, textarea, select
{
	font-family:inherit;
	font-size:inherit;
	font-weight:inherit;
}

input, textarea, select
{
	font-size:100%;
}

.clear
{
	width:100%;
	height:1px;
	display:block;
	clear:both;
}
</pre></body></html>