body {
  font-family: "Bitstream Vera Sans", Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: #000;
	margin: 10px 0px 0px 50%;
  background: #B2B2B2 url('/ui/dunes/back.png') repeat-x;
}

.clear{
  clear: both;
}

#document {
	position: relative;
	width: 901px;
	height: 546px;
	margin: 0 0 0 -450px;
	z-index: 1;
}

#header{
  background: #B2B2B2 url('/ui/dunes/logo_fr.jpg') repeat-x;
  width: 901px;
  height: 121px;
  margin-top: 20px;
}

#body{
  width: 861px;
  background-color: white;
  padding: 20px;
}

#admin-table{
  width: 901px;
}

#footer{
  font-size: 10px;
  width: 901px;
  background: #B2B2B2 url('/ui/dunes/bottom.jpg') repeat-x;
}

#link{
  text-align:right;
  width: 901px;
}
#link a{
  color: #fff;
}


/* Menu */

#menu{
  background: #370401;
}

#blocMenu1{
	z-index:1000;
  display: block;
  width: 901px
  background: #370401;
  height: 20px;
}


#menu1,#menu1 ul {
	width: 900px;
  height:20px;
	list-style: none;
	line-height: 1;
	font-weight: bold;
	padding: 0;
	margin: 0 0 1em 0;
	z-index:1000;
}


#menu1 a {
	display: block;
	text-decoration: none;

}




#menu1 li {
	float: left;
	list-style: none; 
	margin-left: 1px;
}


#menu1 li a {
  padding: 0.25em 1em; 
  border-bottom: 0.10em solid #340201; 
  border-top: 0.10em solid #340201; 
  font-weight: bold; 
  color: #FFAE00;
}



#menu1 li a:hover {
  border-bottom-color: #FFAE00;
  border-top-color: #FFAE00;
}




#menu1 li ul {
	position: absolute;
	left: -999em;
	height: auto;
	width: 14.4em;
	width: 13.9em;
	font-weight: normal;
	border-width: 0.25em;
	margin: 0;
	z-index:1001;
}




#menu1 li ul a {
	  padding: 0.25em 1em; 
	  border-top: 0em;
  	font-weight: bold; 
	 color: #FFF;
	 width: 15em;
 	width: 10em;
	z-index:1002;
	/*
	border-top: 0.10em; 
  	border-bottom: 0.20em ; 
	*/
	border: 1px solid #ccc;
	background-color: #DFA22D;  /*#340201;*/
	filter:alpha(opacity=85);
	-moz-opacity:0.85;
	opacity: 0.85;	
}

/*
#menu1 li li a:hover {
	border-top: 0.10em solid #FFF;
  	border-bottom: 0.20em solid #FFF;
}
*/


#menu1 li:hover ul ul, #menu1 li:hover ul ul ul, #menu1 li.sfhover ul ul, #menu1 li.sfhover ul ul ul {
	left: -999em;
}

#menu1 li:hover ul, #menu1 li li:hover ul, #menu1 li li li:hover ul, #menu1 li.sfhover ul, #menu1 li li.sfhover ul, #menu1 li li li.sfhover ul {
	left: auto;
}

#menu1 li li:hover, #menu1 li li.sfhover {
	background: #fff;
}
