html, body
{
	margin: 0px;
	padding: 0px;
}

body
{
	width: 100%;
	height: 100%;
	font-size: 12px;
	background-color: #606958;
	font-family: Arial, Helvetica, sans-serif;
}

#container
{
	position: relative;
	width: 1000px;
	margin: 0px auto 30px auto;
	background-color: #FFFFFF;
}

#header
{
	position: relative;
	clear: both;
	height: 89px;
	background: url('../images/interface/header.jpg') no-repeat;
}

#logo
{
	display: block;
	height: 89px;
	width: 350px;
}

#content
{
	position: relative;
	clear: both;
	margin: 0px;
	min-height: 500px;
	_height: 500px;
	text-align: left;
	color: #000000;
	margin: 0px auto;
	border-left: 1px solid #e5e5e5;
	border-right: 1px solid #e5e5e5;
}
#content.fond_page
{
	background: url('../images/interface/fd_page.jpg') left bottom no-repeat;
}

#footer
{
	position: relative;
	clear: both;
	background-color: #B2C04F;
	color: #FFFFFF;
	font-size:11px;
	padding: 9px 10px 9px 10px;
	border-left: 1px solid #e5e5e5;
	border-right: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
}

a.lien_pied_page:link, a.lien_pied_page:visited
{
	color:#ffffff;
	text-decoration:underline;
	font-weight:normal;
}
a.lien_pied_page:hover, a.lien_pied_page:active
{
	color:#ffffff;
	text-decoration:none;
	font-weight:normal;
}

