body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(fonds/fondsoldes.jpg);
	background-repeat: no-repeat;
	background-color: #FFFFFF;
/*	background-color: #074e98;*/
	background-position: center top;
	/*background-attachment: fixed;*/
}

#tooltip {
	position: absolute;
	z-index: 9999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	color: #002254;
	border: 1px solid #002254;
	background-color: #eee;
	padding: 10px;
	opacity: 0.90;
	border-radius: 0.5em;
	-webkit-border-radius: 0.5em;
	-moz-border-radius: 0.5em;
}

#tooltip h3, #tooltip div { margin: 0; }
