body { 
  color: white;
  margin:0px;
  font-family: Arial,Helvetica, sans-serif;
  font-size: 10pt;
  color: #333;
  background: #fff;
}
p, ul, h1, h2, h3, h4, h5, h6, td {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10pt;
}
.online {
  display:none;
}
a {
  color: #333;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
#bg {
  display:none;
  position: absolute;
  top:0px;
  left:0px;
  height: 131px;
  width: 100%;  
  background: #55f;
}
#adresse {
  position: absolute;
  top:20px;
  left:400px;
  height: 131px;
  font-size: 11px;
  font-weight: bold;
  color: #000;
  margin-left: 10px;
  margin-top: 10px;
}
#logo {
  display:none;
  position: absolute;
  top:0px;
  left:0px;
  height: 131px;
  width: 400px;
}
#printlogo {
  position: absolute;
  top:0px;
  left:0px;
  height: 131px;
  width: 400px;
  font-weight: bold;
  color: #000;
  font-size: 11px;
}
#leftframe {
  display:none;
  position: absolute;
  top:132px;
  left:0px;
  width: 180px;
  color: #ddf;
  background: #fff;
}
#content_frame { 
  position: absolute;
  top:132px;
  left:0px;
  font-size: 10pt;
  margin: 0px;
  padding: 0px;
  background: #fff;
}
#content { 
  font-size: 10pt;
  margin: 0px;
  padding: 10px;
  padding-left: 30px;
}
#copyright {
  font-size: 10px;
  font-weight: bold;
  color: #ddf;
  padding-top: 5px;
  padding-left: 30px;
  margin: 0px;
  clear:both;
  background: #88f;
}
#menu {
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  padding: 30px 0px;
  line-height: 1.4em;
  background: #ccc;
}

#submenu {
  display:none;
  font-size: 11px;
  font-weight: normal;
  color: #222;
  margin: 0px;
  padding: 0px;
  padding-left: 15px;
  line-height: 1.4em;
  background: #fff;
}
#spacer20 {
  width:100px;
  height:20px;
  border:0px;
  padding:0px;
  margin: 0px;
}
.greenbox {
  font-size: 10pt;
  color: #eee;
  padding: 1px;
  padding-top: 15px;
  padding-bottom:15px;
  margin-top: 1px;
  line-height: 1.4em;
  background: #0b0;
}

H1 {
  font-size: 18pt;
  font-weight: bold;
  margin: 0px;
  margin-left: -1px;
  color: #3e28ba;
}
H2 {
  font-size: 13pt;
  font-weight: bold;
  margin: 0px;
  color: #3e28ba;
}
H3 {
  font-size: 12pt;
  font-weight: bold;
}
H6 {
  font-size: 8pt;
  font-weight: normal;
  color: #333;
  margin: 0px;
  margin-left: 30px;
}
p {

}
div.menu {
  border-bottom: 1px #fff solid;
  padding: 3px 15px;
}
div.submenu {
  padding: 0px;
  margin:0px;
  float: left;
}
div.menuactive {
  background: #eee;
  border-bottom: 1px #fff solid;
  padding: 3px 15px;
}
div.submenuactive {
  padding: 0px;
  margin:0px;
  float: left;
}
a.menu {
  color: #fff;
  text-decoration: none;
}
a.submenu {
  color: #55f;
  text-decoration: none;
}
a.menu:hover {
  color: #555;
  text-decoration: none;
}
a.submenu:hover {
  color: #f55;
  text-decoration: underline;
}
a.menuactive {
  color: #555;
  text-decoration: none;
}
a.submenuactive {
  color: #555;
  text-decoration: none;
}
a.submenuactive:hover {
  color: #f55;
  text-decoration: underline;
}
a.menu:visited {

}
input, textarea {
  font-family: Arial,Helvetica, sans-serif;
  font-size: 10pt;
  color: #222;
  border: 1px #bbb inset;
}
.submit {
  font-family: Arial,Helvetica, sans-serif;
  font-size: 10pt;
  color: #222;
  border: 2px #bbb outset;
}
.label {
  font-size: 10pt;
  color: #222;
  vertical-align:top;
}
.labelerror {
  font-size: 10pt;
  color: #f00;
  font-weight: bold;
  vertical-align:top;
}
