* {
  margin: 0;
  padding: 0;
  /*border: 0;*/
}

body {
  font-family: Verdana, Helvetica, Arial, Geneva, sans-serif;
  font-size: 0.8em;
  color: #000000;
  background: url(/media/image/bg.gif) #e0e0e0 fixed repeat;
  margin: 0;
  padding: 0;
}

h1, h2 {
  font-weight: bold;
  margin: 0 0 0.5em 0;
}

img {
  border: 0;
}

a {
  text-decoration: none;
  color: #A00000;
  background-color: inherit;
}
a:hover {
  text-decoration: underline;
  color: #000000;
  background-color: inherit;
}

#content li a:visited,
#content dd a:visited {
  color: #A0A0A0;
}

ul {
  list-style-type: none;
  margin-bottom: 0.5em;
}

code {
  font-weight: bold;
  font-size: 120%;
  color: #C0C0C0;
  background-color: #000000;
}

#header {
  color: inherit;
  background: #0f648b;
  width: 100%;
}

#logo {}

#header h1 {
  display: none;
}

ul#navigation {
  width: 100%;
  font-weight: bold;
  color: inherit;
  background: url(/media/image/nav-bkg.gif) repeat-x top #FCFCFC;
  text-align: left;
  padding: 0.2em 0;
  /*border-top: 1px solid #000000;*/
  border-bottom: 1px solid #000000;
}
ul#navigation li {
  display: inline;
  line-height: 20px;
  padding: 0 1em;
}
ul#navigation li a {
  font-size: 1em;
}
ul #navigation li a:hover {
  text-decoration: underline;
}

#content {
  border: 1px solid #808080;
  color: inherit;
  background-color: #FFFFFF;
  margin: 10px;
  padding: 1em;
  text-align: left;
  font-size: 1em;
}

#content > p {
  margin-bottom: 0.5em;
}

#content > h1 {
  font-size: 1.3em;
}

#content > h2 {
  font-size: 1.1em;
}

#content ul, dl {
  margin-bottom: 1em;
}
#content dt {
  font-size: 1.1em;
  font-weight: bold;
  margin: 0 0 0.5em 0;
}
#content li, dd {
  margin-left: 1em;
}

p#copyright {
  border-top: 1px solid #806060;
  text-align: center;
  font-size: 80%;
  font-weight: bold;
  padding: 1em 0 0 0;
  margin: 2em 0 0 0;
}

.info {
  font-style: italic;
  font-weight: normal;
}

#contenu .bouton {
  border: 2px solid #000000;
  background-color: #F0F0F0;
  color: inherit;
}

#contenu .champ {
  border: 1px solid #000000;
  background-color: #F0F0F0;
  color: inherit;
}

#content > form {
  color: inherit;
  background-color: #d0d0d0;
  border: 1px solid #000000;
  padding: 1em;
}
#content > form > fieldset {
  border: none;
}
#content > form > p {
}
#content > form > fieldset > ul {
  list-style-type: none;
  margin-bottom: -1em;
  
}
#content > form > fieldset > ul > li {
  margin-bottom: 1em;
  margin-left: 0;
}
#content > form > fieldset > ul > li > label {
  clear: left;
  float: left;
  width: 18em;
  margin-bottom: 0em;
  line-height: 1.5em;
}
#content > form > fieldset > ul > li > input[type=submit] {
}