body {
	margin: 0px; padding: 0px; color: rgb(34, 34, 34); overflow: hidden; font-family: arial; font-size: 100%; background-color: rgb(187, 187, 187);
}
#info .top {
	padding: 5px; top: 0px; width: 100%; text-align: center; position: absolute;
}
#info a {
	color: rgb(102, 102, 255); text-decoration: none;
}
#info a:hover {
	text-decoration: underline;
}
#info .bottom {
	padding: 5px; right: 5px; bottom: 0px; position: absolute;
}
.windoz {
	padding: 20px; border-radius: 10px; left: 50%; top: 50%; width: 400px; height: 200px; color: rgb(255, 255, 255); margin-top: -170px; margin-left: -200px; display: none; position: absolute; box-shadow: 0px 0px 20px #0000ff; background-color: rgba(1, 1, 1, 1);
}
.windoz .petit {
	font-size: 8pt; font-style: italic;
}
.windoz h1 {
	color: rgb(153, 153, 153);
}
.windoz a {
	border-radius: 2px; width: 120px; height: 20px; text-align: center; color: black; font-weight: bold; text-decoration: none; display: inline-block; background-color: rgb(255, 84, 0);
}
.windoz a:hover {
	color: black; background-color: red;
}
