*
{
	margin: 0;
	padding: 0;
}

body
{
	background-color: #CAC48B;
	font-family: Georgia, Verdana, sans-serif;
	color: #231F20;
}

#contenu-principal
{
	position: absolute;
	margin-top: 60px;
	margin-left: -375px;
	width: 750px;
	left: 50%;
	background-color: #FFFFFF;
}

#header
{
	width: 100%;
	height: 120px;
	background-image: url("/images/header-bg.jpg");
}

#header a#home
{
	position: absolute;
	display: block;
	top: 25px;
	left: 15px;
	width: 150px;
	height: 50px;
}

#contenu-milieu
{
	margin: 0 140px 0 160px;
}

#left
{
	float: left;
	width: 120px;
	height: 430px;
	background-image: url("/images/left-bg.jpg");
	background-position: top;
	background-repeat: no-repeat;
}

#right
{
	float: right;
	width: 130px;
	height: 430px;
	background-image: url("/images/right-bg.jpg");
	background-position: top;
	background-repeat: no-repeat;
}

#footer
{
	font-family: Arial, Helvetica, sans-serif;
	width: 100%;
	clear: both;
	background-color: #ADB175;
}

#footer p
{
	color: #231F20;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	line-height: 25px;
}

#footer p a
{
	color: #231F20;
	text-decoration: none;
}

#footer p a:hover
{
	text-decoration: underline;
}

#contenu-popup
{
	position: absolute;
	margin-top: 10px;
	margin-left: -260px;
	width: 520px;
	left: 50%;
	background-color: #FFFFFF;
	background-image: url("/images/fond_pop_up.gif");
}

#footer-popup
{
	width: 98%;
	background-color: #EEF3CC;
	text-align: right;
	font-size: 12px;
	line-height: 30px;
	vertical-align: middle;
	padding-right: 2%;
}

#footer-popup a
{
	color: #000000;
	text-decoration: none;
}

#footer-popup a:hover
{
	text-decoration: underline;
}

