body {
	margin: 0;
	padding: 0;
	background-color: #1D1D1D;
	font-family: "Lucida Grande", Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #9A9A9C;
}

#conteneur {
	width: 960px;
	margin: 0 auto;
	height: auto;
}

#spacer {
	height: 50px;
}

#ombreTop {
	background: url(../img/img_ombreTop.png) no-repeat center bottom;
	height: 25px;
	float: left;
	width: 960px;
}

#flash {
	width: 580px;
	margin: 0 0 0 280px;
	float: left;
	height: auto;
}

#footer {
	background: url(../img/img_ombreFooter.png) no-repeat center top;
	height: 40px;
	width: 960px;
	clear: both;
}

#footer h2 {
	font-size: 1em;
	text-align: center;
	color: #999;
}

#footer p {
	font-size: 0.6em;
	text-align: center;
	padding-top: 20px;
}

a {
	text-decoration: none;
	color: #FFF;
	font-size: 2em;
}

a:hover {
	color:#ce003d;
}
