
body {
  background: #df7336;
  margin-top: 0px;
  font-family: helvetica;
  background-image: url('img/snakes.jpg');
}

div#around {
  margin-left: auto;
  margin-right: auto;
  width: 939px;
}

div#title {
  background-image: url('img/banner_top.png');
  margin-top: 10px;
  height: 200px;
  width: 939px;
}

div#content {
  background-image: url('img/shadow.png');

  border: 0px #426358 solid; 
  padding-top: 5px;
  padding-bottom: 10px;
  padding-left: 150px;
  padding-right: 60px;

  margin-left: auto;
  margin-right: auto;
  width: 749px; /* width + padding-left and right = 800 px */

  color: #a22a8e;
}

ul#menu {
  position: relative;
  top: 150px;
  left: 220px;
  width: 700px;
  border-left: 0px;
  border-right: 0px;
  margin: 0px;
  padding-left: 10px;
}

ul#menu li {
  font-size: 120%;
  font-variant: small-caps;
  font-weight: bold;

  padding-left: 7px;
  padding-right: 7px;
  padding-top: 2px;
  padding-bottom: 2px;
  margin-right: 10px;
  display: inline;
  list-style-type: disc;
  border: 1px #92267f solid;
  border-radius: 12px;
  background-color: #ffe9fe;
}

div#content > img {
  border: 1px solid gray;
  float: right;
  margin-left: 10px;
}

h1 {
  color: #92267f;
  padding-left: 145px;
  border-bottom: 1px #92267f solid;
  background: url('img/puce.png') no-repeat top left;
}

h2 {
  color: #92267f;
  border-bottom: 1px #92267f dotted;
}

h3 {
  color: #92267f;
}

p {
  text-align: justify;
  color: #a22a8e;
}

a {
  color: #92267f;
  text-decoration: none;
}

div#content a {
  color: #d75c18;
}

a:hover {
  color: red;
}

