#main_content
{
	position:relative;

	left:20px;
	top:237px; /* Par rapport au top de la page */
	width:700px;
}

#content_border_top, #content_border_top_urlpos
{
	position:absolute;

	left:0px;
	top:0px;
	width:700px;
	height:24px;
}

#content_border_top_urlpos, #content_border_top_urlpos a
{
	left: 10px;
	top: 3px;
}

#sub_content
{
	position:relative;

	left:0px;
	top:24px;
	width:700px;

	background-color: #2c3250;
}

#ContentWithoutMenu
{
	position:relative;

	left:0px;
	top:24px;
	width:680px;
	padding: 10px;
	min-height: 480px;

	margin-bottom: 24px; /* Pour la bordure du bas */

	background-color: #806c54;
}

#content
{
	position:relative;

	left:157px;
	top:0px;
	width:523px;
	padding: 10px;
	min-height: 480px;

	margin-bottom: 24px; /* Pour la bordure du bas */

	background-color: #806c54;/* a17f73 a3928b 987e72 95786b 846b60 9f897f taupe foncé:806c54 taupe clair : b8a47f */
}

#content_border_bottom
{
	position:relative;

	top:auto;
	height:24px;
	margin: 0px;
	padding: 0px;
}

#nav
{
	position:absolute;

	left:0px;
	top:0px;
	width:157px;
	height: auto;

	background-color: #2c3250;
}

.nav
{
	display: block;

	padding: 6px 8px 4px 8px;
	margin: 0px;

	color: #b8a47f;
	background-color: #2c3250;
	width: 139px; /*157x35*/
	height: 22px;
	font: normal bold 16px Tahoma, sans-serif;
	border:1px solid #2c3250;
}
a.nav:hover
{
	text-decoration: none;
	background-color: #4c5068;
	border:1px solid #b8a47f;
}

.mzLabel
{
	cursor: pointer;
}