/*** General ***/

body{
  /*font-family: 'zapf chancery', cursive;*/
  font-family: serif;
  background: #ffffff;
  color: #007f00;
  margin: 0% 0% 0% 0%;
}
h1{
  font-size: 200%;
  font-weight: bold;
  text-align: center;
}
h2{
  font-size: 150%;
  font-weight: bold;
}
h3{
  font-size: 100%;
  font-weight: bold;
}
a{
  color: #007f00;
  text-decoration: underline;  
}
div {
  padding: 5px;
  margin: 1% 1% 1% 1%;
}

/*** Main ***/

div.main {
  margin-left: 24%;
  margin-right: 5%;
}
div.section {
  background: #ffffe6;
  text-align: justify;
  padding: 20px;  
}
p.address {
  text-align: center;
}
p.figure {
  text-align: center;
  font-weight: bold;
}

/*** Logo ***/

div.logo {
  background: none;
  background-image: url(coquelicot_bg.png);
  background-repeat: no-repeat;
  height: 256px;
  width: 128px;
  position: absolute;
  left: 0px;
  top: 0px;
/*  z-index: 1;*/
}

/*** Header ***/

div.header {
  background: none;
  background-image: url(header_bg.png);
  background-repeat: no-repeat;
  background-position: left;
  text-align: left;
  margin-left: 128px;
  height: 64px;
}
.header h1{
  display:none;
}

/*** Menu ***/

div.menu {
  /*margin-top: 200px;*/
  position: absolute;
  left: 0px;
  top: 256px;
  width: 20%;
  background: none;
}
.menu a{
  background: #ffffe6;
  border: 2px solid #ffffff;
  text-align: center;
  font-weight: bold;
  font-style: normal;
  text-decoration: none;  
  padding: 5px;
  display: block;
}
.menu a:hover{
  border: 2px solid #007f00;
}

/*** Footer ***/

div.footer {
  text-align: center;
  font-size: 60%;
  font-style: italic;
}

/*** Album ***/

div.thumbs {
  background: #ffffe6;
  text-align: justify;
  padding: 20px;  
}
.thumbs img{
/*  width: 1cm */
  border: 2px solid #007f00;
}
.thumbs a{
  text-decoration: none;  
}
div.image{
  background: #ffffe6;
  text-align: center;
  width: auto;
  padding: 20px;  
  margin: 20px;  
}
div.navigate{
  background: #ffffff;
  text-align: center;
  padding: 20px;  
}
.navigate a{
  background: #ffffe6;
  border: 2px solid #ffffff;
  text-align: center;
  font-weight: bold;
  font-style: normal;
  text-decoration: none;  
  padding: 5px;
}
.navigate a:hover{
  border: 2px solid #007f00;
}
