@charset "utf-8";
/* CSS Document */

body {
	background-color: ffcc01;
	background-image: url(images/fond.jpg);
	background-repeat: no-repeat;
	background-position: top;
	margin: 0; padding: 0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;

}

#corps {
	margin:auto;
	width:902px;
	margin-top:73px;

}
<!--
.mooSlide img {
	float: left;
	margin-right: 20px;
}

.mooSlide {
	background-color: #000000;
	padding: 10px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 16px;
	color: #FFFFFF;
	font-size: 11px;
}
.mooSlide h1 {
	font-size: 17px;
}
.style1 {color: #CCFF00;}

.style2 {
padding-right:150px;
text-align:justify;
}

.style3 {color: #CCFF00;padding-right:150px;}

.blanc_text {
font-family:Arial, Helvetica, sans-serif;
font-size:18px;
color:#FFFFFF;
font-weight:bold;
}

-->
	
h1 {
	text-align: left;
	font-weight:bold;
	font-size: 180%;
	color: #FFF;
	margin: 5px 0 15px 0;
}

	h1 span {
		color: #CCFF00;
	}


h2 {
	text-align: left;
	font-weight: normal;
	font-size: 150%;
	color: #09f;
	margin: 5px 0 15px 0;
}

	h2 span {
		clear: both;
		font-size: 70%;
		color: #FF9;
	}
	
h3 {
	clear: both;
	font-size: 120%;
	color: #FF9;
	font-weight: normal;
	margin: 0 0 10px 0;
}


.hidden {
	display : none;
}
