@charset "UTF-8";
* {
	margin: 0px;
	padding: 0px;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
	margin-right: auto;
	margin-left: auto;
	width: 100%;
	margin-top: 20px;
}
#conteneur {
	width: 100%;
	margin-top: 30px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #999;
	border-bottom-color: #999;
}
#flash {
	width: 950px;
	height: 600px;
	margin-left: auto;
	margin-right: auto;
}
#pied {
	font-size: 11px;
	padding-top: 10px;
	padding-bottom: 20px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #900;
	width: 950px;
	margin-left: auto;
	margin-right: auto;
	clear: both;
}
a {
	color: #900;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
.gras {
	font-weight: bold;
	color: #900;
}

