body {
  background-color:#D5DDFF;
}

body {
  font: normal 12px Verdana, Geneva, Arial, Helvetica, sans-serif;
  text-align: justify;
  margin-left: 30px;
  margin-right: 30px;
  
}

#menu {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 150px;
  height: 1200px;
  background-color: #b4b4b4;
  border: 1px solid red;
}

#menu-haut {
  position: absolute;
  top: 1px;
  left: 1px;
  width: 147px;
  height: 88px;
  background-color: #edeeff; 
}



#menu-texte {
  position:absolute;
  top: 50px;
  left: 10px;
  text-align: left;
  font-size: 14px;
  
}
#corps {
  position: absolute;
  top: 0px;
  left: 152px;
  width: 650px;
  height: 1200px;
  padding-right: 15px;
  border-right: 1px solid red;
  background-color: #edeeff;
}

.petit {
  font-size: 11px;
}

h1{
  text-align: center;
}
table{
  border-width: 0px;
}

td {
  text-align: center;
  font-size: 14px;
  border-width: 0px;

}

ul {
  list-style : square;
}

a
{
  COLOR: #1622FF;
  TEXT-TRANSFORM: none;
  text-decoration: none;
}

a:hover
{
  COLOR: #ff0c0c;
  TEXT-TRANSFORM: none;
  text-decoration: underline;
}

a:active

{
  COLOR: #ff0000;
  TEXT-DECORATION: none;
  TEXT-TRANSFORM: none;  
}

