#nav ol {
    background: #70C34A url(img/2/rounded.png) left bottom no-repeat;
}
#nav li a:hover {
    color: #96D48C;
    color: #FFF;
    background: #81D15D;
}
#nav li.selected a {
    color: #96D48C;
    color: #FFF;
    background: #81D15D;
}

#subbar {
    background: #73C752 url(img/2/bg-nav.gif);
}
#header h1 a {
   background: #000 url(img/2/header.png) no-repeat;
}

#top, #header {
   /*border-bottom: 1px solid green;*/
}

a:link, a:visited, a:active {
  color: #689D12;
}
a:hover {
  color: #000;
  text-decoration: underline;
}

#palmhead a:hover {
  color: green;
  background-color: transparent;
}

table.analyse {
   width:100%;
   background-color:green;
}


/* ---( feuille de calcul )------------------------------- */

.sheet-top {
  color: green;
  margin: 8px auto 0px auto;
  font-weight: bold;
  font-size: 10px;
  padding: 3px;
  background-color:#E5F2E4;
  border-left: 4px solid #3FB151;
  border-top: 1px solid #3FB151;
  border-right: 1px solid #3FB151;
}
.sheet-body {
  color: #000;
  background-color: #FAFEFA;
  border-left: 4px solid #3FB151;
  border-right: 1px solid #3FB151;
  /*border-top: 1px dotted #000;*/
  border-bottom: 1px solid #3FB151;
  padding: 4px;
  margin: 0px auto 8px auto;
  font-size: 11px;
}
.sheet-body  table {
  border: 1px solid #e1e1e1;
  border-collapse: collapse;
  margin: auto;
  width: 90%;
}

.sheet-body td,
.sheet-body th {
  font: normal 11px Verdana, Arial, Helvetica, sans-serif;
  color: #000;
  background-color: #FAFEFA;
  border: 1px solid  #e1e1e1;
  padding: 4px;
}

.sheet-body th {
  color: black;
  font-weight: bold;
}

.sheet td.inout {
  color: black;
  border: 2px solid green;
}