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: -280px;
	left: 50%;
	width: 800px;
	height: 500px;
	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
{
	float : left;
	margin : 20px;
}

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

a:hover
{
	text-decoration : underline;
}

td.label
{
	text-align : right;
}

td.button
{
	padding-top : 20px;
	text-align : right;
}

td.error
{
	color : #EE1111;
	font-size : 10px;
}

form
{
	margin-top : 70px;
}

input.text
{
	width : 250px;
	border : solid 1px #000000;
	background-color : #eeeeee;
	height : 18px;
}

input.button
{
	
}

.messagefinal
{
	margin-top : 250px;
}