#page
{
	margin: 0px auto;
	position: relative;
	background-repeat: no-repeat;
	width: 1000px;
}
/* commented backslash hack  - invisible to IE 5 \*/
#page
{
	position: absolute;
	margin: 0 0 0 -500px;
	left: 50%;
	height: 604px;
	margin-top: 10px;
}
#page a
{
  color: #FAC000;
}
#page p strong
{
  color: #FAC000;
  
}
/* end hack */

body
{
	/*
	background-image: url('/images/frontend/fonds/background.gif');
	*/
	color: white;
	font-size: 13px;
	background-color: #252525;
}
#adresse
{
	width: 200px;
	height: 45px;
	top: 551px;
	left: 4px;
	position: absolute;
	font-size: 11px;
	color: #d0cdd4;
}
#contact
{
	width: 250px;
	height: 32px;
	top: 550px;
	left: 740px;
	position: absolute;
	font-size: 14px;
	font-weight: bold;
  text-align: right;
}
#page a:hover
{
	text-decoration: none;
  color: #CFCCD5;  
	
}
table
{
	width: 100%;
}

th
{
	font-weight: bold;
	font-size: 12px;
	text-align: left;
	color: black;
}
tr
{
	height: 20px;
}
input
{
	font-size: 11px;
	font-family: verdana;
}
textarea
{
	font-size: 11px;
	font-family: verdana;
}

