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

html {
	overflow-y: scroll;
}

body {
  background-color: #333333;
  padding-top: 10px;
  padding-bottom: 10px;
}

#conteneur {
  background-color: #fff;
  width: 500px;
  margin: auto;
  padding: 0 0 25px 0;
  border: 0;
  border-bottom: solid #000000 25px;
  color: #555555;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 12px;
}

h1 {
  font-size: 2px;
  text-indent: -1000px;
  background-image: url("../images/formida.gif");
  width: 500px;
  height: 50px;
  margin-bottom: 25px;
}

h1 a {
  display: block;
  width: 500px;
  height: 100px;
  font-size: 2px;
  text-indent: -1000px;
}

h2 {
  background-color: #888888;
  color: #dddddd;
  font-weight: normal;
  font-size: 12px;
  line-height: 12px;
  text-align: left;
  padding: 10px;
  margin: 20px 80px 20px -40px;
  text-transform: uppercase;
  letter-spacing: 5px;
  border-left: solid #888888 10px;
}

p#pRedresseur, p#pElectrode {
  margin: 50px 0 10px 0;
  padding: 0;
}

p#pRedresseur a, h2#h2Redresseur, h2#h2Redresseur a {
  display: block;
  width: 500px;
  height: 100px;
  background-image: url("../images/redresseur.jpg");
  font-size: 2px;
  text-indent: -1000px;
  text-align: left;
  padding: 0;
  margin: 0;
  border: 0;
}

p#pElectrode a, h2#h2Electrode, h2#h2Electrode a {
  display: block;
  width: 500px;
  height: 100px;
  background-image: url("../images/electrode.jpg");
  font-size: 2px;
  text-indent: -1000px;
  text-align: left;
  padding: 0;
  margin: 0;
  border: 0;
}

h3 {
  color: #888888;
  font-weight: normal;
  font-size: 16px;
  text-align: left;
  padding: 10px;
  margin: 20px 0 20px 0;
  border-bottom: solid #888888 1px;
}

h4 {
  color: #888888;
  font-weight: normal;
  font-size: 12px;
  text-align: left;
  padding: 10px 0 10px 0;
  margin: 20px 10px 20px 10px;
  border-bottom: dashed #888888 1px;
}

p {
  text-align: justify;
  margin: 0 10px 5px 10px;
  line-height: 16px;
}

pre {
  margin: 0 10px 5px 10px;
  line-height: 16px;
}

ul, ol, dl {
  margin: 0 10px 5px 10px;
  line-height: 16px;
}

ul, ul {
  list-style-position: inside;
}

#codeRedresse {
  margin: 0 10px 5px 10px;
  line-height: 12px;
  font-family: monospace;
}

sup {
  font-size: 8px;
}

form {
  margin: 0;
  padding: 0;
  border: none;
}

textarea {
  margin: 0 10px 6px 10px;
  border: none;
  background-color: #ddd;
  display: block;
  width: 480px;
}

input {
  display: block;
  margin: 10px;
  width: 480px;
  background-color: #4c4c4c;
  color: #fff;
}

input:hover, input:focus {
  background-color: #ddd;
  color: #000;
}

#conteneur a {
  color: #000;
  text-decoration: underline;
}

#conteneur a:hover, #conteneur a:focus {
  text-decoration: none;
}

#conteneur p.Retour {
  margin-top: 25px;
}

#conteneur p.Contact {
  text-align: right;
  margin-top: 25px;
}

#conteneur p.Contact a {
  color: #bbb;
}

#conteneur p.Contact a:hover, #conteneur p.Contact a:focus {
  color: #000;
}

#selectLang {
  text-align: right;
  color: #666666;
}

#selectLang a {
  color: #666666;
}

#selectLang .Active {
  font-weight: bold;
  color: #000;
}
