/* Style for "FHIC" */

body {
  padding-top: 180px;
  padding-right: 13em;
  margin: 1em 1em;
  font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
  background-color: white;
  height: 100%;
  color: #026;
}
div.corner {
   background: #9EAEC8;
   background-image: url(/cgi-bin/counter.cgi);
   background-position: 98% 2%;
   background-repeat: no-repeat;
   position: fixed;
   top: 0em;
   right: 0em;
   height: 179px;
   width: 10.5em;
   margin: 0 0;
   padding: 1px;
   text-align: center;
}
div.banner {
  background: #9EAEC8;
  background-image: url(/root/images/FHIC-Fond_H.png);
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: 0 0;
  position: fixed;
  top: 0em;
  left: 0em;
  height: 179px;
  width: 80%;
  margin: 0;
  padding: 0em;
  padding-right: 13em;
  font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
  text-align: center;
  color: white;
}
div.banner a {
  padding: .3em .6em;
  border-top: thin solid white;
  border-left: thin solid white;
  border-right: thin solid black;
  border-bottom: thin solid black;
  margin: 0em;
}

h1 {
  font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
}
ul.navbar {
  background-image: url(/root/images/FHIC-Fond_V.png);
  position: fixed;
    top: 180px;
    right: 0em;
    height: 100%;
    width: 10.5em;
  list-style-type: none;
  margin: 0 0;
  padding: 0em;
}
ul.navbar li {
  margin: .5em 1em;
  padding: .3em;
  border-top: 1em;
  border-left: 0.3em solid #9EA2A2;
  border-right: 0.3em solid #9EA2A2 }
ul.navbar li:hover {
  background: #9EAED2;
}
ul.navbar a {
  text-decoration: none;
}
a:hover {
    background: white;
}
address {
  margin-top: 1em;
  padding-top: 1em;
  border-top: thin dotted }
ul {
  list-style-type: none;
  margin: 0 0;
  padding: 0em;  
}
ul li {
  margin: 1em 1em;
  padding: .3em;
  border-left: 0.2em solid #9EAED2;
  border-top: thin solid #9EAED2;
}
img.ico {
  float: right;
  border-width: 0em;
}
body p.center {
  text-align: center;
  font-size: 2em;
}
.menu {
  position: fixed;
  right: 0px;
  top: 0px;
}
.main {
  position: static;
}
