
body
{
  font-family :Verdana, Arial;
  font-size   :10pt;
}

.black { color:black; }
.center { text-align:center; }

b.fond
{
  background-color :#7787FF;
  color            :white;
  width            :100%;
}

h1
{
  color      :#1E7E00;
  text-align :center;
}

h2
{
  color      :#1E7E00;
  text-align :center;
}

h4, h3 { text-align :center; }

.boite
{
  border-style :solid;
  border       :0px;
  width        :auto;
  height       :auto;
}

#intro a:hover
{
  background-color :#6BCF00;
  color            :white;
}

.menu
{
  position           :absolute;

  top                :2px;
  left               :30px;

  width              :130px;
  height             :470px;

  text-align         :left;
  padding            :0px;
  border             :0px solid black;
}

.entete
{
  position         :absolute;

  top              :-1px;
  left             :180px;

  width            :560px;
  height           :100px;

  background-color :transparent;
  text-align       :left;
}

.main
{
  position         :absolute;

  margin-left      :170px;
  margin-top       :65px;

  width            :570px;

  /*height           :390px;*/

  text-align       :left;
  /*overflow         :hidden;*/




  background-color: transparent;
}

.contenu_main
{
  position         :absolute;

  top              :10px;
  left             :10px;

  width            :537px;

  /*height           :357px;*/
  /*overflow         :scroll; */

  background-color :#E1FFDD;
  padding          :10px;
  border-top :1px solid green;
  border-right :1px solid green;
}


a:visited
{
  color           :#1E7E00;
  text-decoration :none;
}

a:link
{
  color           :#1E7E00;
  text-decoration :none;
}

a:hover
{
  color           :#1E7E00;
  text-decoration :underline;
}
