/* colors :
* green_strong: #336633; light: #99CC99;
* green_light: #339933; light: #669966,
* green_light: #669933; light: #CCFFCC;
*/

body {
  font-size: 62.5%;
  color: #333;
  margin: 0;
  padding: 0;
}

div { margin: 0; padding: 0; }
.clear { clear: both; }
br.clear { height: 0; }
.right { float: right; }
.left { float: left; }
.tright { text-align: right; }
.tleft { text-align: left; }
td {
  vertical-align: bottom;
}

a { color: #336633; text-decoration: underline; }
a:hover { color: #669966; }
a img, a:hover img { border: none; }
a.img { border: none; }

li h2 a { display: block; border: none; }

#pagewrapper, input, button, textarea, option {
  font-family: "Century Gothic", Verdana, sans-serif;
}

#pagewrapper {
  font-size: 1.2em;
  margin: 0;
  padding: 0;
  height: 100%;
  position: relative;
  max-width: 960px;
  min-width: 720px;
  margin: 0 auto;
  height: 100%;
}

#pagewrapper.connected {
  max-width: 820px;
}

#tools {
  width: 20em;
  position: fixed;
  z-index: 20;
  left: 10px;
  top: 10px;
  font-size: .8em;
  background-color: #EEE;
  padding: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-bottom: 1px solid #AAA;
  border-right: 1px solid #AAA;
}

#top {
  float: right;
}

#top p {
  font-size: .9em;
  text-align: right;
  color: #669966;
}

#top p a {
}

#top p a:hover {
}

#header #logo {
  width: 40%;
  float: left;
}

#flash p {
  width: 80%;
  margin: .5em auto;
  border: 2px solid;
  padding: .5em;
}

#flash p#notice {
  border-color: yellow;
}

#flash p#error {
  border-color: red;
}

#content {
  position: relative;
}

#footer {
  border-top: 1px solid #336633;
  padding-bottom: 1em;
}

#footer p {
  font-size: .8em;
  line-height: 1.3em;
  text-align: right;
}

/******/
h1, h2, h3, h4, h5 {
  color: #336633;
}

#home #title, #home #menu #link_to_home { display: none; }

#home #intro #text {
  width: 40%;
  float: right;
  font-size: 1.5em;
}

#home #intro #slideshow {
  width: 55%;
  position:relative;
  height: 32em;
}

#slideshow p {
  z-index: 100;
}

#slideshow img {
  position:absolute;
  padding: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  top:0;
  left:0;
  z-index:8;
  background-color: #EEE;
  width: 100%;
}

#slideshow img.active {
  z-index:10;
}

#slideshow img.last-active {
  z-index:9;
}

#home #context {
  width: 60%;
  float: right;
}
#home #context h2 {
  padding: 0;
  margin: 0;
}

#menu {
  text-align: center;
}

#application #menu {
  width: 20%;
  position: absolute;
  top: 4em;
  font-size: .9em;
  text-align: left;
}

#home #menu {
  width: 100%;
}

#menu p, #menu h3, #menu li, #menu ul {
  margin: 0;
  padding: 0;
}

#home #menu li.section_links {
  width: 20%;
  float: left;
  padding: 2.5%;
}

#menu li.section_links h3 {
  position: relative;
  padding: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  margin: 5px;
  color: white;
  background-color: #339933;
  border-bottom: 1px solid #DDD;
  border-right: 1px solid #DDD;
  width: 110%;
  left: -12%;
}

#application #menu li.page_links {
  display: none;
}

#application #menu li.page_links.current {
  right: -15%;
  background-color: #88AA88;
}

#application #menu li.section_links ul {
}

#application #menu li.section_links.current li.page_links {
  display: block;
}

#application #menu li.section_links:hover li.page_links, #application #menu li.section_links:focus li.page_links {
  display: block;
}

#menu li.page_links {
  position: relative;
  font-weight: 800;
  padding: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  margin: 5px;
  color: white;
  background-color: #669966;
  border-bottom: 1px solid #DDD;
  border-right: 1px solid #DDD;
}

#menu a {
  display: block;
  color: white;
  background-color: inherit;
  text-decoration: none;
}

#menu li.page_links:hover {
  color: white;
  background-color: #336633;
}

#menu li.page_links.current:hover {
  color: white;
  background-color: #669966;
}

#menu ul {
  list-style: none;
}

#application #my_content {
  width: 75%;
  position: relative;
  left: 25%;
}

#contact_form_anc fieldset {
  position: relative;
}

#contact_form_anc #email {
  position: absolute;
  right: 15px;
  top: 0;
}

label {
  display: block;
  font-weight: 800;
  margin-bottom: .3em;
  cursor: pointer;
}

input[type=text], input[type=password] {
  margin-left: 2em;
  border: none;
  background-color: #EFE;
  width: 60%;
}

input[type=submit] {
  position: relative;
  left: 50%;
}

textarea {
  width: 55%;
  margin-left: 2em;
  background-color: #EFE;
  border: none;
  font-size: inherit;
}

#images_list {
  width: 35%;
  float: right;
  font-size: .9em;
}

fieldset {
  border: none;
  border-top: 1px solid #336633;
  border-bottom: 1px solid #336633;
  color: #336633;
}

legend {
  font-weight: 800;
  font-size: 1.3em;
}

form br {
  display: none;
}

form p {
  width: 80%;
}