body
{
	background-color: #bcb6a8;
	margin: 0;
	padding: 0;
	font: 12px "Verdana";
	color: #524f49;
}

h1
{
	margin: 0;
	padding: 0 10px 0 15px;
	font: 20px "Verdana";
	color: #ac4c20;
	font-weight: normal;
}

h2
{
	margin: 0;
	padding: 10px 10px 0 10px;
	font: 16px "Verdana";
	font-weight: bold;
	color: #6d8213;
}

a img
{
	border: none;
}

#global
{
	width: 755px;
	margin: auto;
	background: #bcb6a8 url('images/bg_body.gif') repeat-y top center;
}

p
{
	margin: 0;
	padding: 10px;
}

#header
{
	height: 127px;
	background: #bcb6a8 url('images/header.gif') no-repeat top center;
}

#menu
{
	margin: 0 28px 0 305px;
	padding: 64px 0 0 0;
	text-align: center;
	color: #ffffff;
}

#menu a, #footer a
{
	color: #ffffff;
	text-decoration: none;
	border-bottom: 1px dotted #ffffff;
}

#menu a:hover, #footer a:hover
{
	color: #ffffff;
	text-decoration: underline;
	border-bottom: none;
}

#menu a:visited #footer a:visited
{
	color: #ffffff;
	text-decoration: non;
}

#page
{
	background: #ffffff url('images/bg_page.gif') no-repeat;
	margin: auto;
	width: 719px;
}

#droite
{
	float: right;
	width: 281px;
	height: 307px;
	background: #bcb6a8 url('images/droite.gif') no-repeat top center;
	margin: 5px 0 0 0;
	text-align: center;
}

#gauche
{
	margin: 0 281px 0 0;
	padding: 10px 0 0 0;
}

#clear
{
	clear: both;
	text-align: center;
}

#footer
{
	height: 49px;
	background: transparent url('images/footer.gif') no-repeat top center;
	text-align: center;
	color: #ffffff;
}

#droite img
{
	margin-top: 9px;
}