a:link {
 color:#0000CC;
  text-decoration:underline;
}
a:visited {
 color:#009900;
  text-decoration:underline;
}
a:hover {
 color:#009900;
  text-decoration:underline;
   cursor:hand;
}
a:active {
 color:#0000CC;
  text-decoration:underline;
}

.image-haut {
    /*align: center;*/
    /*display: inline;*/
    margin: 0;
    border: 0;
}

.menu {
	  position: absolute;
	  /*display: inline;*/
	  margin-top: 110px;
	  left: 0;
	  margin-left: 4px;
	  width: 18%;
	  border: 0;
	  background: #ffffff;
}

.page {
	  display: block;
	  width: 740px;
	  border: 0;
	  margin: 0;
	  margin-left: 20%;
	  /*background-color: red; */
}

.texte {
      width: 656px;
      margin-left: 0px;
      margin-right: auto;
      /*horizontal-align: center;*/
      float: left;
      text-align: justify;
      background-color: #fffeee;
      /*color: #00ff00;*/
}

.separateur {
      width: 100%;
      background-color: #fffeee;
      /*height: 2em;*/
      border-color: black;
      color: black;
      border-top: 3px solid;
      border-bottom: 3px solid;
      vertical-align:middle;
}

.titre {
	  color: black;
      /*font-face: arial, Helvetica, sans-serif;*/
      font-family: tahoma, arial, Helvetica, sans-serif !important;
      /*text-decoration: bold; */
      font-weight:bold;
}

.paragraphe {
      /*color: #339933;*/
      /*font-face: arial, Helvetica, sans-serif;*/
      font-family: tahoma, arial, Helvetica, sans-serif !important;
}

.theme1{
    disposition: relative;
    /*color: green; */
    width: 100%;
    /*border-top: 15px solid;*/
    border-top-color: green;
    background-color:#eeeeee;
}

.theme2{
    disposition: relative;
    /*color: red;*/
    width: 100%;
    /*border-top: 15px solid;*/
    border-top-color: red;
    background-color:#eeeeee;
}

.theme3{
    disposition: relative;
	/*color: blue;*/
    width: 100%;
    /*border-top: 15px solid;*/
    border-top-color: blue;
    background-color:#fffeee;
}

.resultat{
    float: left;
    height: 100%;
    width: 100%;
    background-color:#fffeee;
}

.bouton{
    float: right;
    height: 100%;
    margin-top: 15px;
    vertical-align: middle;
    width: 100%;
}

.separateur{
    width: 100%;
    height: 15px;
    background-color: #fffeee;
}

