/* CSS Document */
html {
  height: 99%;
}
                         
body {
  background-repeat: no-repeat;
  background: #98BB72;
  height: 99%;
  margin: 10px;
  padding: 0;
  line-height: 150%;
  text-align: center;
  width: 99%;
}

* {
  font-size: 1em; 
  font-family: Tahoma, Verdana, sans-serif; 
  color: #000000;
  font-weight: bold;
}
a {
text-decoration: underline;
color: #990000
}

a:hover {
color: #575757;
text-decoration: underline;
}

a:visited {
color: #575757;
}

p {
text-align: left;
}

/* === Inline Text Styles === */
h1 {
  font-size: 1.4em;
  color: #990000;
  text-align: center;
  line-height: 100%
}

h2 {
  color: #575757;
  font-size: 1.3em;
  text-align: left;
  text-decoration: underline;
}

strong {
  text-decoration: none;
  color: #990000
}

h4 {
  font-size: 1.1em;
  text-align: left;
}


/* === Containers === */
#content {
  margin-top: 100px;
  text-align: center;
}

#content form {
  padding: 1em;
  margin: 1em;
  border: 1px solid;
}

/* === Menu === */

#menu {
  vertical-align: middle;
  display: table-cell;
  text-align: center;
  line-height: 31px;
  width: 99%;
}

#menu li {
  display: block;
  height: 35px; 
}

#menu a:hover, #menu a:active {
  color: #000000; 
}

#menuselected {
  display: block;
  border : 2px solid white;
 } 

.information {
  font-size: 1em;
  color: #990000;
}

.image 
{
  float: left;
  display: table-cell;
}

.designinfo {
  margin-top: 5px;
  text-align: right;
  color: #ffffff;
  font-size: 0.7em;
}

.designinfo a {
  color: #ffffff;
  font-weight: bold;
}

.designinfo a:hover {
  color: #575757;
}

/*===sous_menu===*/
ul#menu {
  font-size: 0.8em; 
  font-family: Tahoma, Verdana, sans-serif; 
  color: #000000;
}
  
ul#menu li {
  margin: 0;
  padding: 0;
  display: block;
  float: left;
  width: 148px;
}
  
ul#menu li a:link,
ul#menu li a:visited {
  display: block;
  text-align: center;
  text-decoration: none;
  background: #98BB72;
  color: #000000;
  margin-right: 1px;
  margin-left: 1px;
}
  
ul#menu li a:hover,
ul#menu li a:active {
  display: block;
  text-align: center;
  text-decoration: none;
  background: #98BB72;
  color: #ffffff;
}

ul#menu li ul.sous_menu {
  list-style: none;
  padding-left: 0px;
  display: none;
  background: #98BB72;
  position: relative;
}

ul#menu li:hover ul.sous_menu {
  display:block;
}

ul#menu li ul.sous_menu li a:hover,
ul#menu li ul.sous_menu li a:hover,
ul#menu li ul.sous_menu li a:active {
  background: #98BB72;
  color: #ffffff; 
  border: 2px dotted white;
  text-align: center;
}
