table, tr, td {
  font-size: 12px;
  font-family: arial;
  color: #8F8686;
}

body {
  background-color: #000000;
  padding: 10px;
}


  a {
    color: #8F8686;
    text-decoration: none;
  }
  a:hover {
    color: #FFFFFF;
  }
  div.cadre {
    position: relative;
    background-image: url('design/image.jpg');
    width: 700px;
    height: 500px;
  }
  div.texte {
    position: absolute;
    font-size: 12px;
    font-family: arial;
    color: #8F8686;
    text-align: justify;
    top: 90px;
    left: 30px;
    width: 275px;
    height: 310px;
    overflow : auto;
  }
  div.texte div.align{
    padding-right: 10px;
  }
  div.absolute {
    position: absolute;
    font-size: 12px;
    font-family: arial;
    color: #8F8686;
    font-weight: bold;
    text-align: justify;
  }

input, textarea, option, select {
  background-color: #000000;
  font-size: 12px;
  font-family: verdana;
  font-weight: bold;
  color: #8F8686;
  border: 1px solid #8F8686;
}

.form {
  width: 100px;
}

.copy {
  font-size: 12px;
  font-family: arial;
  color: #8F8686;
  text-align: center;
}

.copy a {
  font-weight: bold;
  color: #8F8686;
}


body{
background-color: #9DA5B2;
margin: 0;
font-family: arial;
font-size: 12px;
color: #56565D;
}

#diz{
width: 600px;
position: relative;
border-right: solid 1px #60616F;
}
*html #diz{
width: 601px;}


#titre{
position: absolute;
color: #9DA5B2;
height: 20px;
right: 20px;
text-align: right;
top: 10px;
font-weight: bold;
}

#menu{
position: absolute;
color: white;
height: 20px;
left: 200px;
top: 320px;
font-weight: bold;
}

  a {
    color: #56565D;
    text-decoration: underline;
  }
  a:hover {
    color: #56565D;

    text-decoration: underline overline;
  }

#menu  a {
    color: white;
    text-decoration: none;
  }
#menu  a:hover {
    color: white;

    text-decoration: underline overline;
  }
