body
{
	width: 100%;
	background-color: #4d3b2f;
	margin: 0;
	padding: 0;
	font-family : "Lucida Grande","Lucida Sans Unicode",Arial,Helvetica,sans-serif;
	color: #4f3625;
	font-size: 1em;
}

#main {
	width: 836px;
	margin-left: auto;
	margin-right: auto;
	background: #f1eadc url('../images/content_bg.png');
}
#main.accueil {
	background: transparent;
}

#header
{
	width: 836px;
	height: 291px;
	background: #ddcfb8 url('../images/header.jpg');
}
#langs {
	position: relative;
	top: 225px;
	left: 20px;
	width: 240px;
}
#langs .case {
	float: left;
	padding: 5px;
	margin: 1px;
	background-color: transparent;
}
#langs .case a {
	color: #816653;
}
#langs .selected a {
	color: #bc1915 !important;
}
#langs .case a:hover {
	background-color: transparent;
}
#langs .selected {
	background-color: #D8C9B1;
}

#middle {
	width: 836px;
	/*background: #f1eadc url('../images/content_bg.png');*/
	margin-bottom: -5px;
}
#menu {
	width: 228px;
	float: right;
}
#content {
	min-height: 179px;
	background-image: url('../images/content_top.png');
	background-repeat: no-repeat;
	background-position: top left;
	margin-right: 230px;
}
ul.menu {
	list-style-image: url('../images/puce.png');
	margin-top: 16px;
}
ul.menu li {
	color: #f1eadc;
}
ul.menu li.submenu {
	margin-left: 15px;
	font-size: 0.95em;
}
ul.menu li.subsubmenu {
	margin-left: 30px;
	font-size: 0.9em;
}
ul.menu li a {
	color: #f1eadc;
	text-decoration: none;
}
nl label {
	display: none;
}
#footer {
	color: #816653;
	height: 30px;
	font-size: 0.7em;
	padding-left: 12px;
	line-height: 22px;
	background: #f1eadc url('../images/footer_bg.png');
}
#footer .float_left
{
	float: left;
}
#footer .float_right
{
	float: right;
	text-align: right;
	margin-right: 230px;
}


div.text {
	width: 95%;
	margin-left: auto;
	margin-right: auto;
}

div.accueil {
	margin-top: 100px;
}

.clear_float
{
	clear: both;
}
.separator
{
	clear: left;
	height: 8px;
}

#notification
{
	position: fixed;
	width: 220px;
	height: 19px;
	left: 50%;
	top: 300px;
	margin-left: -110px;
	z-index: 100;
}
#notification img
{
	border: 5px solid black;
}
