body {
	font-family:"Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #3366FF;
	margin:0px;
	padding:0px;
	text-align:center;
	background:url(../image/fond2.jpg) top;
	background-attachment:fixed;
}
a:link {
	text-decoration:none; 
}
a:visited {
	text-decoration:none;
}
a:hover {
text-decoration:underline;
}
a:active {
text-decoration:none;
}
/*html, body {
	height:100%;
	}*/
#corps {
	width:900px;
	margin:auto;
	margin-top:10px;
	min-height:50%;
	text-align:left;
	background:#FFF;
}
#header, #footer {
	width:900px;
	margin:auto;
}
#partie-centrale {
	width:900px;
	margin:auto;
	margin-top:8px;
}
#partie-gauche {
	width:198px;
	float:left;
}
#partie-droite {
	width:702px;
	float:right;
}
.bouton {
	background:url("../image/bouton.png") no-repeat top ;
	width:40px;
	height:22px;
	border:0px;
	vertical-align:top;
	font-weight:bold;
	padding-bottom:1px;
	color:#FFFFFF;
}
/*POUR QUE LE BACKROUND DE CORPS SE REPETE JUSQU'A LA FIN DE LA DIV*/
.min-height-bg {
	clear:both;
	margin-bottom:-1px;
	padding-bottom:1px;
}
.note {
	width:440px;
	margin:10px 20px 0px 20px;
	font-size:0.7em;
	text-align: justify;
	font-style:italic
}