body {

	margin: 0;
	padding: 0;
	color: #888398;
	background-repeat: no-repeat;
	background-attachment: fixed ;
	font: 18px/3 Arial, Verdana, sans-serif;
	
}


/*  Balises générales  */
table {
	color: #000000;
	font: 11px/1.5 Arial, Verdana, sans-serif;
	
}

.contenu {

	margin: 3px 15% 0px 220px ; 
	border: 0px solid #000000;
	padding: 0em;

}



/* The main content. All positioned absolutely
-----------------------------------------------
 The text-links */

a:link, a:visited {
	color: #336699;
	background-color: transparent;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}



