A {
  color: #677a3a;
}

body {
  margin: 0;
  background: #d8dfc7;
}

* {
  font-family: tahoma;
  font-size: 9pt;
}

#header {
  background: #93b351 url('/images/foot_header.jpg');
  background-repeat: no-repeat;
  background-position: right;
  height: 100px;
  border-bottom: 6px #000000 solid;
}

#footer {
  background: #8cb140 url('/images/foot_footer.jpg');
  background-repeat: no-repeat;
  background-position: left;
  height: 100px;
  border-top: 6px #000000 solid;
  border-bottom: 6px #000000 solid;
  clear: left;
}

#main {
  padding: 10px;
  text-align: center;
}

#menu {
  float: left;
  width: 120px;
  text-align: left;
}

.menu_box {
  border: 1px black solid;
  background: #ffffff;
  padding-bottom: 3px;
}

.box_title {
  border-bottom: 1px black solid;
  font-weight: bold;
  background: #aacc66;
  padding-left: 5px;
  text-align: left;
  margin: 0;
}

.box {
  border: 1px black solid;
  background: #ffffff;
  padding-bottom: 3px;
}

.box_content {
  padding: 10px;
}

.menu_box A {
  display: block;
  padding-left: 20px;
  height: 15px;
}

.menu_box A.selected {
  background: url('/images/foot_select.png');
  background-repeat: no-repeat;
}

#contenu {
  margin-left: 130px;
}

img {
  border: 0;
}

.main_table td {
  border: 1px #888888 dotted;
  text-align: center;
}

.main_table {
  width: 99%;
}

.table_header {
  font-weight: bold;
  background: #ccee88;
}

.table_header td {
  border: 1px black solid;
}

.table_header A {
  color: #000000;
}

table {
  margin: auto;
}

div.bar {
  border: 1px #000000 solid;
  background: #93b351;
}

small {
  font-size: 7pt;
}

.warning {
  color: #aa0000;
}
