@charset "UTF-8";
/* CSS Document */
html, body {
	background: url(../img/fond.jpg) repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #FFFFFF;
}
#header {
	width: 600px;
	height: 100px;
	margin: 0 auto;
	background: url(../img/information.gif) no-repeat;
}
#content {
	width: 580px;
	margin: 0 auto;
	padding: 10px;
	background: #000000;
}
#footer {
	width: 580px;
	margin: 0 auto;
	padding: 10px;
	text-align: center;
	font-size: x-small;
	color: #999999;
	clear: both;
}

#content p {
	text-align:justify;
}

a {
	color: #fbe02f;
}
a:hover {
	color: #999999;
}

h1 {
	font-size: 22px;
	font-weight:normal;
	color: #fbe02f;
	margin:0;
}
h2 {
	font-size: 12px;
	color: #fbe02f;
	margin-bottom:0;
}
.spacer {
	clear:both;
}
.fermer {
	float:right;
}