div#infobulle
{
	width: 650px;
	height: 490px;
	position: absolute;
	top: 5%;
	margin-top: 0px;
	left: 5%;
	margin-left: 0px;
	z-index: 1000;
	background-color: white;
	border: 2px solid #727171;
	padding: 10px;
	visibility: hidden;
}
div#infobulle p#close
{
	float: right;
}

html > body #infobulle
{
	position: fixed;
}
.txt {
text-align:justify;
margin: 10px;
font-size: 11px;
color : #616161;
}