@charset "UTF-8";
body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #000000;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #CC0000;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #CC0000;
	margin-top: 0px;
	padding-left: 3px;
	display: block;
	padding-top: 0px;
	padding-bottom: 0px;
	height: 17px;
	margin-bottom: 30px;
	width: 502px;
}
h2 {
	font-size: 12px;
	color: #000000;
	font-style: normal;
	padding: 0px;
	text-transform: uppercase;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #000000;
	display: block;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
h3 {
	font-size: 12px;
	text-transform: uppercase;
	color: #CC0000;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #CC0000;
}
h4 {
	font-size: 12px;
	text-transform: uppercase;
	color: #99BF0B;
	border-right-color: #99BF0B;
	border-bottom-width: thin;
	border-bottom-style: dotted;
}
p {
	font-size: 12px;
	color: #000000;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-left: 0px;
	padding-right: 15px;
	text-align: justify;
}
#contenu {
	width: 789px;
	border: thick solid #CC0000;
	-moz-border-radius: 10px;
    -webkit-border-radius: 10px;
	margin-right: auto;
	margin-left: auto;
}

