/* CSS Document */

#container_first_page {
	width: 400px;
	background-color: #000;
	height: 550px;
	margin-top: 40px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
}
.hyperlien {
	font-weight: bold;
	color: #0000CC;
	text-decoration: none;
}
.text_enter {
	color: #0000CC;
	text-decoration: none;
	text-align: center;
}
.text_enter a {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 36px;
	line-height: 84px;
	font-weight: normal;
	color: #0000CC;
	text-decoration: none;
	text-align: center;
	font-style: normal;
}.text_enter a:hover{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 36px;
	line-height: 84px;
	font-weight: normal;
	color: #FFFF99;
	text-decoration: none;
	text-align: center;
}

