#page
{
	margin: 0px auto;
	position: relative;
	background-repeat: no-repeat;
	width: 1000px;
	/*
	border: 1px #85808b solid;
	*/
}
/* commented backslash hack  - invisible to IE 5 \*/
#page
{
	position: absolute;
	margin: 0 0 0 -500px;
	left: 50%;
	height: 600px;
	margin-top: 10px;
}
/* end hack */

body
{
	background-image: url('/images/frontend/fonds/background.gif');
}
#content
{
	top: 188px;
	left: 0px;
	width: 1000px;
	z-index: 0;	
}
#footer
{
	position: absolute;
	top: 620px;
	width: 100%;
	height: 35px;
	line-height: 28px;
	text-align: center;
	color: #6b6b6b;
}
a
{
color: #f5da21;
text-decoration:none;
}
a:hover
{
	text-decoration: none;
}
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;
}
#footer a
{
	color: #6b6b6b;
	font-weight: bold;
}
#footer a:hover
{
	color: white;
}
#lien_accueil
{
	top: 72px;
	margin-left: 30px;
	width: 470px;
	height: 125px;
	position: absolute;
	color: white;
	cursor: pointer;
}
#lien_accueil_right
{
	top: 10px;
	margin-left: 508px;
	width: 110px;
	height: 90px;
	position: absolute;
	color: white;
	cursor: pointer;
}