div#infobulle
{
	width: 550px;
	height: 300px;
	position: absolute;
	top: 50%;
	margin-top: -125px;
	left: 50%;
	margin-left: -250px;
	z-index: 1000;
	background-color: white;
	border: 4px solid RGB(203,207,219);
	padding: 10px;
	visibility: hidden;
}
div#infobulle p
{
	font-weight: normal;
}
div#infobulle a
{
	text-decoration: none;
	cursor: text;
}
div#infobulle strong
{
}
div#infobulle h1
{
	font-size: 13px;
	font-weight: bold;
}
div#infobulle p#close
{
	text-align: right;
}
div#infobulle p#close a
{
	color: black;
	text-decoration: underline;
	font-size: 11px;
	font-weight: bold;
}
div#infobulle p#close a:hover
{
	cursor: hand;
}
html > body #infobulle
{
	position: fixed;
}
