body
{
	font-family: verdana, sans-serif;
	font-size: 12px;
	background-color : #f5f5f5;
	color : #333333;
	line-height : 15px;
}

#horizon	
{
	text-align: center;
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	height: 1px;
	overflow: visible;
	visibility: visible;
	display: block;
}

#contenu	
{
	position: absolute;
	text-align: left;
	border : none;
	margin-left: -430px;
	top: -250px;
	left: 50%;
	width: 800px;
	height: 440px;
	visibility: visible;
	background-color : #ffffff;
	background-repeat : no-repeat;
	border : solid 1px #000000;
	padding : 30px;
}

h1
{
	font-family: verdana, sans-serif;
	font-size: 14px;
}

#logo
{
	margin-top : 40px;
}

a
{
	color : #339922;
	text-decoration : none;
}

a:hover
{
	text-decoration : underline;
}