@charset "UTF-8";
/* CSS Document */

#content {
	position:absolute;
	left: 50%;
	top: 50%;
	width: 396px;
	height: 233px;
	margin-top: -117px; /* moitié de la hauteur */
	margin-left: -198px;
	text-align: center;
     }
.link {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #000000;
	text-decoration: underline;
	letter-spacing: 0.12em;
	font-size: 10px;
	line-height: 20px;
}
.text {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #000000;
	text-decoration: none;
	letter-spacing: 0.12em;
	font-size: 10px;
	line-height: 20px;
}
#header h1 a span { display: none; 
}