/* // Charte graphique  */
body {
	font-family:Arial, Sans-serif;
	background:#ffffff;
}
div#corps {
	text-align:center;
	font-size:100%;
	font-weight:normal;
	width:100%;
	}
a{
	text-decoration:none;
}
a:hover{
	text-decoration:underline;
}
img{
	border:none;
}