body {
  background-color: #000;
  text-align: center;
  font-family: sans-serif;
  font-size: 14px;
  scrollbar-face-color : #638D7F;
  scrollbar-shadow-color : #638D7F;
  scrollbar-highlight-color : #638D7F;
  scrollbar-3dlight-color : #C7D5C4 ;
  scrollbar-darkshadow-color : #033;
  scrollbar-track-color : #C7D5C4 ;
  scrollbar-arrow-color : #000 ;
}

#all {
  width: 750px;
  background-color: #fff;
  text-align: left;
  border-left: 25px solid #638D7F;
  border-right: 25px solid #638D7F;
}

img {
  border: 0px;
}

a:link, a:visited {
  text-decoration: none;
  color: #07432F;
}
a:active, a:hover {
  text-decoration: underline;
  color: #638D7F;
}

h1 {
  text-align: left;
  font-size: 24px;
  font-weight: bold;
  color: #9A4663;
  margin-top: 0px;
  margin-bottom: 10px;
}

h2 {
  text-align: left;
  font-size: 20px;
  color: #000;
  margin-top: 10px;
  margin-bottom: 10px;
}

p {
  text-indent: 10px;
  text-align: justify;
  margin-top: 5px;
  }

div.title {
  font-family: monospace;
  font-weight: bold;
}

div.content {
  font-size: 12px;
}

#titre {
  clear: both;
  text-align: center;
  margin: 0px;
}

#menu {
  clear: both;
  text-align: center;
  font-family: monospace;
  font-size: 14px;
  color: #f93;
  background-color: #000;
  border-top: 1px solid #638D7F;
  border-bottom: 1px solid #638D7F;
}
#menu a {
  font-weight: bold;
  color: #f93;
  padding-left: 5px;
  padding-right: 5px;
}
#menu a:link, #menu a:visited, #menu a:active {
  text-decoration: none;
  color: #f93;
}
#menu a:hover {
  text-decoration: none;
  color: #000;
  background-color: #f93;
}

#navigation {
  clear: both;
  font-size: 10px;
}

.left {
  float:left;
}

.right {
  float:right;
}

.cleaner {
  clear:both;
}

#content {
  clear: both;
}

#copy {
  clear: both;
  color: #638D7F;
  font-size: 10px;
}
#copy a:link, #copy a:visited {
  text-decoration: none;
  color: 999;
}
#copy a:hover, #copy a:visited {
  text-decoration: underline;
  color: #638D7F;
}
