
* { margin: 0; padding: 0; }

body {
	background: #005170;
	color: #336;
	text-align: center;
	font-family: Verdana, sans-serif;
	font-size: 0.7em;
	line-height: 0.7em;
}

.manu_center {
    text-align: center;
}

a {
	color: #00adef;
	text-decoration: none;
}

a:hover { 
    text-decoration: none; 
}

div.clear { 
    clear: both; 
}

#page {
    width: 100em;
    margin-left: auto;
    margin-right: auto;
}

/* header */
#header {
    text-align: left;
}

#header h1 {
    height: 1.2em;
    line-height: 1.2em;
    padding: 0.6em;
    margin-top: 0.4em;
    margin-left: 6em;
}

#header #hierarchie {
    height: 1.2em;
    line-height: 1.2em;
    padding: 0.6em;
    margin-top: 0.4em;
    margin-left: 12em;
}

#header #preambule 
{
  display: none;
  }

#header #menu 
{
  padding: 0em;
  list-style: none;
  clear: both;
  position: absolute;
  width: 12em;
  margin-top: 6.4em; 
  margin-left: 1.6em;     
  }

#header #menu li { float: left; }

#header #menu li a 
{
  background: #d4bd98;
  width: 12em;
  height: 2em;
  line-height: 2em;
  margin-bottom: 0.4em;
  padding-left: 0.8em;
  display: block;
  color: #011c45;
  text-align: left;
  }
#header #menu li a:hover 
{
    color: #933;/* #00adef; */
    background: url(/images/water.jpg); /* texture picked from http://grsites.com */
/*  background: white;*/
}

/*  content  */
#content 
{
    float: left;
    text-align: justify;
    line-height: 1.2em;
    font-size: 1.2em;
    margin-left: 11em;
    background: url(/images/water.jpg); /* texture picked from http://grsites.com */
	padding: 2em;
    padding-bottom: 0;
    width: 60em;
}

#content h2 {
	line-height: 1em;
	font-size: 2em;
	font-weight: bold;
	padding: 0.6em;
	padding-top: 0;
    border-bottom: #001c26 dashed 1px;
}

#content h4 {
	line-height: 1.2em;
	font-size: 1.2em;
	font-weight: normal;
    font-style: italic;
    margin-top: 0.2em;
    margin-bottom: 1.4em;
}

#content p.spip {
    text-align: justify;
    margin-bottom: 1em;
}

#content img {
	margin: 1em;
    padding: 0.1em;
    background: #d4bd98;
}

#content #trailbox {
    position: relative;
    float: right;
    width: 9em;
    margin-left: 2em;
    margin-bottom: 2em;
}

#content #trailbox img {
    padding: 0.1em;
    background: #d4bd98;    
    margin: 0.4em;
}
/*  footers  */
#content #prefooter {
    clear: both;
    padding-bottom: .4em;
}
#footer {
    color: #FFF;
    clear: both;
    padding: .4em;
    text-align: left;
    margin-left: 13em;
}


