/* ----- core PART ----- */
html{
}

img{
	border: none;
}

a{
	text-decoration: none;
  color: #0044cc;
}

a:visited{
	color: #4400cc;
}

a img{
	border: none;
}

a:hover{
	text-decoration: underline;
}

body{
  position: relative;
  font-family: sans-serif;
  font-weight: normal;
  font-size: 1em;
  background-color: #91b180;
  margin: 0px;
  padding: 0px;
  height: 100%;
  overflow: auto;
}

#pageContent{
  width: 100%;
  display: block;
  position: relative; 
}

#contentContainer{
  display: block;
  background-color: #fcfae6;
  text-align: justify;
  margin: 4em;
  position: relative;
  padding-bottom: 1em;
}

#content{
  position: relative;
  padding: 1em;
  padding-bottom: 0em;
}

#cornerTL{
  position: fixed;
  top: 0px;
  left: 0px;
  width: 8em;
}

#cornerTL img{
  width: 8em;
}

#cornerBR{
  position: fixed;
  bottom: 0px;
  right: 0px;
}

#cornerBR img{
  width: 8em;
	vertical-align: bottom;
}

/* Begin: Internet explorer hacks */
* html{
	overflow: hidden;
}

* html #body{
  position: relative;
  height: 100%;
  overflow: hidden;
}

* html body{
  overflow: hidden;
}

* html #pageContent{
  height: 100%;
  overflow: auto;
  overflow-y: scroll;
}

* html #cornerTL{
    position: absolute;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://www.oleastre.be/images/corner_tl.png', sizingMethod='scale');
}

* html #cornerTL img{
	visibility: hidden;
}

* html #cornerBR{
    position: absolute;
	right: 16px;
	bottom: -1px;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://www.oleastre.be/images/corner_br.png', sizingMethod='scale');
}

* html #cornerBR img{
	visibility: hidden;
}
/* End of: Internet explorer hacks */

.clearBoth{
  clear: both;
}

/* ----- content PART ----- */
#content h1{
  display: block;
  font-size: 2em;
  font-weight: bold;
  margin: 0px;
  color: #236300;
}

#content h2{
  display: block;
  font-size: 1.5em;
  font-weight: bold;
  margin: 1.5em 0em 0.83em 0em;
  color: #006353;
}

#content h3{
  display: block;
  font-size: 1.17em;
  font-weight: bold;
  margin: 1em 0;
  color: #005463;
}

#content dl{
  font-size: 1em;
}

#content dt{
  font-size: 1em;
  font-weight: bold;
}

#content dd{
  font-size: 1em;
}

#content .warning{
  font-weight: bold;
  color: e60000;
  font-size: 1.2em;
}

#contentContainer #contentCornerTL{
  border-top: solid 0.5em #91b180;
  border-left: solid 0.5em #91b180;
  border-right: solid 0.5em #fcfae6;
  border-bottom: solid 0.5em #fcfae6;
  overflow: auto; height: 0; width: 0;
  float: left;
  position: relative;  
}

#contentContainer #contentCornerTR{
  border-top: solid 0.5em #91b180;
  border-right: solid 0.5em #91b180;
  border-left: solid 0.5em #fcfae6;
  border-bottom: solid 0.5em #fcfae6;
  overflow: auto; height: 0; width: 0;
  float: right;
  position: relative;  
}

#contentContainer #contentCornerBL{
  border-bottom: solid 0.5em #91b180;
  border-left: solid 0.5em #91b180;
  border-top: solid 0.5em #fcfae6;
  border-right: solid 0.5em #fcfae6;
  overflow: auto; height: 0; width: 0;
  float: left;
  position: relative;  
}

#contentContainer #contentCornerBR{
  border-bottom: solid 0.5em #91b180;
  border-right: solid 0.5em #91b180;
  border-left: solid 0.5em #fcfae6;
  border-top: solid 0.5em #fcfae6;
  overflow: auto; height: 0; width: 0;
  float: right;
  position: relative;  
}

/* ----- menu PART ----- */
/* present_menu.css */
#menu{
  position: fixed;
  font-family: sans-serif;
  top: 0px;
  left: 0px;
  width: 8em;
  height: 3em;
  background-color: transparent;
  text-align: left;
  line-height: 1.2em;
}

#menu a{
  color: #e6cf00;
}

#menu #menuTitle{
  color: #e6cf00;
  position: absolute;
  top: 1em;
  left: 1em;
  z-index: 2;
}

#menu #menuTitle span{
  font-size: 1.2em;
  font-weight: bold;
}

#menu #menuTitle a:hover{
  text-decoration: none;
}

#menu #menuContent{
  width: 8em;
  height: 0em;  
  background-color: #236300;
  overflow: hidden;
  visibility: hidden;
}

#menu ul{
  margin: 0px;
  padding: 0em;
  list-style-type: none;
  position: relative;
  margin-left: 1em;
}

#menu ul#level1{
  top: 3em;
}

#menu li{
  color: #e6cf00;
}

#menu ul#level1 ul li{
  color: #e6cf00;
  font-size: 0.8em;
  line-height: 1.2em;
}

#menu li.selected{
  color: #e6cf00;
  list-style-type: disc;
}

/* Begin: Internet explorer hacks */
* html #menu{
  position: absolute;
}
/* End of: Internet explorer hacks */

/* ----- photo PART ----- */
.photo{
  display: block;
  float: left;
  margin: 0.5em;
  position: relative;
  text-align: center;
  width: 150px;
}

.photo .image{
  height: 150px;
  width: 150px;
  display: table;
  border: solid black 1px;
}

.photo .image a{
  vertical-align: middle;
  text-align: center;
  line-height: 150px;
  display: block;
  width: 150px;
  height: 150px;
  margin: auto;
  background-repeat: no-repeat;
  background-position: center center;
}

.photo .image a span{
  display: none;
}

.photo .comment{
  border: solid black 1px;
  border-top: none;
  width: 150px;
  font-size: 0.8em;
  line-height: 1.15em;
}

.photo .empty{
  border: none;
  width: 150px;
  font-size: 0.8em;
  height: 0em;
}

