.tooltip {
	position: absolute;
	width: 200px;
	background: transparent url("../icons/fondTR.png") repeat;
	border: 1px solid black;
	padding: 3px;
	font-size: 0.8em;
	margin-left: 50px;
	color:white;
}

.tooltip a.close {
margin-top:10px;
font-size:0.6em;
	/* Here for example only. Styles the Close link */
}