html,body,dl,dd {
  margin: 0px;
  padding: 0px;
}

body {
  color: #606060;
  background-color: #ffffff;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-size: 12px;
}

img {
  border-width: 0px;
  vertical-align: middle;
}

dt {
  font-weight: bold;
  margin-top: 2px;
  padding-left: 2px;
  margin-bottom: 2px;
}

acronym {
  font-weight: bold;
}

b { font-weight: bold; }

a:link, a:visited {
  color: #606060;
  background-color: transparent;
  text-decoration: none;
}

a:link:hover, a:visited:hover {
  color: #87623e;
  background-color: transparent;
  text-decoration: none;
}

h1 {
  padding-left: 0px;
}

h2 {
  padding-left: 4px;
}

h3 {
  padding-left: 8px;
}

h4 {
  padding-left: 12px;
}

h5 {
  padding-left: 16px;
}

h6 {
  padding-left: 20px;
}

p {
  padding-left: 20px;
  padding-right: 20px;
  text-indent: 20px;
}

pre {
  padding-left: 20px;
  padding-right: 20px;
}

ol, ul {
  margin-left: 20px;
  padding-right: 20px;
}

#core {
  height: 100%;
  margin: 0px auto;
  padding: 5px;
  width: 900px;
}

#header {
  margin-bottom: 5px;
  border: 1px solid #87623e;
  border-top-width: 5px;
  border-bottom-width: 5px;
  clear: both;
  background-color: #fffff0;
  float: left;
  width: 898px;
  text-align: center;
  font-size: 40px;
}

#banner {
  clear: both;
  text-align: center;
  width: 898px;
  color: #87623e;
  background-color: #fffff0;
}

#menu_left {
  clear: left;
  float: left;
  width: 200px;
  border: 1px solid #87623e;
  border-top-width: 5px;
  border-bottom-width: 5px;
  background-color: #fffff0;
  height: 600px;
  overflow:auto;
  padding: 5px;
}

#block {
  border: 1px solid #87623e;
  border-top-width: 5px;
  border-bottom-width: 5px;
  background-color: #fffff0;
  height: 590px;
  overflow:auto;
  padding: 10px;
  text-align: justify;
}

#footer {
  margin-top: 5px;
  border: 1px solid #87623e;
  border-top-width: 5px;
  border-bottom-width: 5px;
  clear: both;
  float: left;
  width: 898px;
  text-align: center;
  font-size: 10px;
  background-color: #fffff0;
}

#block a:link, a:visited {
  color: #87623e;
  text-decoration: none;
}

#block a:link:hover, a:visited:hover {
  color: #87623e;
  text-decoration: underline;
}

#main {
  margin-left: 5px;
  float: left;
  width: 683px;
}

#pub {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

/* ------ Menu ------------------------------------------------------------- */

#menu_left dl {
  margin-bottom: 5px;
}

#menu_left dt {
  border: 1px solid #87623e;
  border-left-width: 5px;
  background-color: #ffffe0;
  padding-left: 5px;
}

#menu_left dd {
  border: 1px solid #87623e;
  border-top: 0px;
  border-left-width: 2px;
  background-color: #fffff0;
  padding-left: 15px;
}

#menu_left a:link, a:visited {
  color: #606060;
  text-decoration: none;
}

#menu_left a:link:hover, a:visited:hover {
  color: #87623e;
  text-decoration: none;
}

.entete {
  margin-bottom: 0px;
}

.code {
  font-family: Courier New;
  font-size: 12px;
  font-weight: bold;
  color: #87623e;
}
