body
{
	background: #220202 url(/images/frontend/background.jpg) repeat-x fixed top left;
	font-family: Times;
}
a
{
	color: #e1dd30;
	font-family: Times;
}
#page
{
	position: absolute;
	width: 954px;
	height: 650px;
	left: -477px;	
	margin-left: 50%;
	margin-top: 25px;
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
}
#header
{
	width: 1000px;
	height: 156px;
	background-image: url('/images/frontend/header.jpg');
}
#central
{
	width: 1000px;
	height: 466px;
	background-color: #EEEEEC;
}
#footer
{
	width: 1000px;
	height: 27px;
	background-image: url('/images/frontend/footer.jpg');
	text-align: center;
	color: #340404;
	font-size: 15px;
	font-family: Times;
	letter-spacing: -1px;
	padding-top: 3px;

}

#retouraccueil
{
	position: absolute;
	left: 894px;
	top: 20px;
	width: 50px;
	height: 30px;
	background-image: url(/images/frontend/home.jpg);
	background-repeat: no-repeat;
	padding-left: 20px;
	line-height: 13px;
	font-size: 13px;
	text-align: center;
}
#menu
{
	position: absolute;
	left: 249px;
	top: 116px;
	margin: 0px;
	width: 750px;
}
#menu ul
{
	margin: 0px;
	padding: 0px;
}
ul.sf-menu-header li
{
	display: block;
	float: left;
	line-height: 20px;
	height: 20px;
	padding: 10px 17px 0px 17px;
}
ul.sf-menu-header li:hover
{
	background-image: url('/images/frontend/fondmenu.png');
}
ul.sf-menu-header li a
{
	color: #eeeeed;
	font-size: 20px;
	text-align: center;
	
}
ul.sf-menu-header li a:hover
{
	text-decoration: none;
}
ul.sf-menu-header li ul
{

}
ul.sf-menu-header li ul li
{
	float: none;
	padding: 0px;
	
	text-align: center;
	margin-top: 5px;
	
}
ul.sf-menu-header li ul li a
{
	color: #250202;
	font-size: 15px;
	padding: 2px 8px 2px 8px;
	display: block;
	position: relative;
	background-color: #e1db2f;
}


