body
{
  width:820px;
  margin:0px auto;
  background:#282827;
  font-family:arial;
  font-size:12px;
  color:#414647;
  text-align:justify;
}

/*HEADER*/
div#header
{
  margin-top:30px;
  height:110px;
  background:url("../images/layers/header.jpg") no-repeat top #6d4a2f;
}

div#header p#flag
{
  float:right;
  margin:70px 40px 0px 0px;
}

div#header p#logo a
{
  display:block;
  height:100px;
  width:250px;
}

/*CENTER*/
div#center
{
  background:url("../images/layers/shadow.jpg") repeat-y;
  padding:0px 40px 0px 20px;
}

/*MENU*/
ul#menu
{
	height:20px;
	font-size:11px;
  margin-bottom:20px;
}

ul#menu li 
{
	float:left;
	width:100px;
	margin-right:10px;
	text-align:center;
  list-style:none;
}

ul#menu li a
{
	line-height:20px;
	display: block;
  background:#7c7069;
	color:#fff;
}

ul#menu li a.menu_orange
{
  background:#ed6b30;
}

ul#menu li a:hover
{
	background:#ed6b30;
}

ul#menu li a#actif
{
	background:#fff;
  border:1px solid #9eaac4;
  border-bottom:1px solid #fff;
	color:#222;
}

/*DIRECT ACCESS*/
form#direct_access
{
  float:right;
  margin-top:3px;
  font-size:11px;
}

form#direct_access select
{
  width:130px;
  font-size:11px;
}

/*BREADCRUMBS*/
ul#breadcrumbs
{
  margin-bottom:20px;
}

ul#breadcrumbs li
{
  display:inline;
}

/*FOOTER*/
p#footer
{
  clear:both;
  margin-top:20px;
  text-align:center;
  font-size:10px;
}

p#footer a
{
  color:#aaa;
  margin:0px 10px;
}

div#brown_footer
{
  height:35px;
  background:url("../images/layers/footer.jpg");
  margin-bottom:20px;
}
