body {
  margin: 0px;
  padding: 0px;
  color: #000;
  background-color: #fff;
  width: 1000px;  /* == banner width */
  color: #333;
/*   font-family: "Bitstream Vera Sans", "Luxi Sans", "Lucida Grande", "Trebuchet MS", verdana, helvetica, arial, sans-serif; */
  font-family: "Lucida Grande", Verdana, Geneva, sans-serif;
  font-size: 80%;
}

img {
  border: none;
}

#header {
  background: url('../img/banner.jpg') no-repeat;
  height: 120px;
}

#leftbar {
  float: left;
  width: 140px;
  background-color: #839b37;
  height: 800px;
}

#leftbar ul, #leftbar ul li {
  padding: 0px;
  margin: 0px;
}

#leftbar ul li {
  width: 140px;
  list-style-type: none;
}

#leftbar ul li a {
 width: 131px;
 display: block;
 padding: 3px 0px 3px 3px;
 margin: 2px;
 text-decoration: none;
 color: #fddf93;
 border: 1px solid #839b37;
}

#leftbar ul li a:hover {
  background-color: #9ab53f;
  color: white;
  border: 1px solid white;
}

a,a:active,a:visited{
 color:#56461f;
}

a:hover{
 color:#fddf93;
}

.submenu {
  font-size: 80%;
  margin-left: 12px !important;
  width: 121px !important;
}

#footer {
  margin-top: 50px;
  margin-bottom: 20px;
  text-align: center;
  color: #777;
  clear: both;
  font-size: x-small;
}

#content {
  margin-left: 160px;
  margin-top: 18px;
}

#content_buttons {
  margin-top: 28px;
}

.invalid {
  color: red;
}
.confirm {
  color: blue;
  font-weight: bold;
}
.missing { 
  background-color: red;
}
/*** top menu ***/
#topmenu {
  background-color: #56461f;
  position: absolute;
  top: 92px;
  left: 140px;
  width: 860px;
  height: 28px;
  margin: 0px;
  padding: 0px;
}

#topmenu ul {
  margin: 0px;
  padding: 0px;
}

#topmenu li {
  margin: 0px;
  padding: 0px;
  display: block;
  float: left;
  height: 28px;
  width: 140px;
  text-align: center;
  vertical-align: middle;
  font-size: 12px;
}

#topmenu li a {
  height: 23px;
  color: #fddf93;
  display: block;
  text-decoration: none;
  width: 140px;
  padding-top: 5px;
}

#topmenu li a:hover {
  color: #839b37;
}

#topmenu li.hilight a, #topmenu li a:hover {
  color: white;
  border: 1px solid white;
  background-color: #70591D;

  margin: 2px 1px;
  padding-top: 2px;

  height: 20px;
  width: 136px;
}

.imgparcelle {
  float: right;
  margin-right: 25px;
  margin-bottom: 1em;
}

.legend {
  float: left;
  font-size: x-small;
  color: #555;
}

.legenditem {
  margin: 3px;
}

.legendcolor {
  width: 5px;
  height: 100%;
}


.tablecolor {
  margin: 0px !important;
  padding: 0px !important;
  width: 5px !important;
  border-top: 1px solid black !important;
  border-bottom: 1px solid black !important;
  border-left: none !important;
  border-right: none !important;
  background-color: white;
}

.help {
  cursor: help;
}

.clickable {
  cursor: pointer; cursor: hand;
}

.mag:hover {
  background: url('../img/mag.png') no-repeat right;
}

.traitement {
  background-color: #f47960;
}
.fumure {
  background-color: #4db4f1;
}
.soins_sol {
  background-color: #d3922e;
}
.soins_ceps {
  background-color: #e3f355;
}
.recolte {
  background-color: #b17aef;
}
.divers {
  background-color: #d3d0c8;
}
.analyses {
  background-color: #00CC33;
}

#legend_style {
  font-size: 70%;
}

#result_text {
  position: absolute;
/*   position: fixed; */
  width: 315px;
  height: 225px;
  display: none;
}

#result_text_content {
  position: absolute;
  top: 20px;
  left: 45px;
  width: 240px;
  height: 179px;
  overflow: scroll;
}

#result_img {
  position: absolute;
  top: 20px;
  left: 47px;
  padding: 2px;
  width: 230px;
  border: 1px solid #ddd;
}

#result_spinner {
  position: absolute;
  left: 157px;
  top: 99px;
}

#topmenu li a.logout {
}

.geom_first {
  border: 1px solid red;
  cursor: pointer; cursor: hand;
  background-color: white;
  z-index: 4;
  margin: 0px;
  padding: 0px;
}

#help_stades {
  float: right;
  margin-right: 5px;
}


.layers_predef_table {
  clear: right;
}

.layers_predef_table td {
  background-color: #eff8ce;
  font-size: 80%;
  text-align: center;

}

.layers_predef_table td a {
  color: black; 
  text-decoration: none;
}

#legend_h_box {
  display: none;
}

div.autocomplete {
      position:absolute;
      width:450px;
      background-color:white;
      border:1px solid #888;
      margin:0px;
      padding:0px;
}
div.autocomplete ul {
      list-style-type:none;
      margin:0px;
      padding:0px;
}
div.autocomplete ul li.selected { 
	background-color: #ffb;
}
div.autocomplete ul li {
      list-style-type:none;
      display:block;
      margin:0;
      padding:2px;
      height:16px;
      cursor:pointer;
}
.mandatory {
   text-decoration: underline;
}
.conseil {
	color: DarkSlateGray  ;
	font-style: italic;
}
.h2_input {
  font-size: 110%;
}
.scrolldiv {
	overflow : auto;
	width	:	830px;
	border  :   1px solid black;
}
.scrolldivsansborder {
	overflow : auto;
	width	:	830px;
	
	border  :   none;
}
