<html>
  <head>
    <meta  content="text/html; charset=windows-1252"  http-equiv="content-type">
    <link  rel="alternate stylesheet"  type="text/css"  href="resource://gre-resources/plaintext.css"

       title="Retour à la ligne automatique">
  </head>
  <body>
  <pre>
/*--------------------------------------------------------------------------------*/
/* CSS Reset &amp; Clearfix - http://meyerweb.com/eric/tools/css/reset/ 
/*--------------------------------------------------------------------------------*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*--------------------------------------------------------------------------------*/
/* Structure
/*--------------------------------------------------------------------------------*/

/* p { font-family: "Arial", "Helvetica", "sans-serif"; font-size: 13px; font-weight: bold; line-height: 20px; padding: 10px 0px 10px 0px; color: #ffffff; text-align: center; }*/ 
/* 10px 10px */

/* p { font-weight: bold; color: #ffffff; } */

/* #wrap {	width: 940px;	margin: 40px auto;} */


	#header {
		/*height: 125px;*/
		width: 1024px;
		/*margin: 20px 0px 0px 0px;*/
		margin : auto;
		background-color: #0000ff;
		font-weight: bold;
 		color: #ffffff;

	}

	#nav {
		/*height: 10px;*/
		width: 1024px;
		margin : auto;
		/*margin: 20px 0px 0px 0px;*/
		background-color: #ff0000;
		font-weight: bold;
 		color: #ffffff;

	}


	#container {
		width: 1024px;
		margin: auto;
		background-color: #ffffff;
		/* margin: 20px 0px 0px 0px;*/
	}

		
#footer {
	/*height: 40px;*/
	width: 1024px;
	margin : auto;
	/* margin: 20px 0px 0px 0px; */
	background-color: #808080;
	font-weight: bold;
	color: #000000;
}

.clear {
	clear: both;
}

</pre>
  </body>
</html>