/*** Style CSS réalisé par Johann Pardanaud (Nesquik69) ***/

/* BALISES HTML */

body {
  width: 774px;
  margin: 0px;
  margin: auto;
  color: #000000;
  background-color: #111111;
  font-family: Verdana, Tahoma, 'Times New Roman', times, serif;
  font-size: 0.8em;
}

pre {
  margin: 0px;
  padding: 7px 0 7px 40px;
  font-family: Courrier;
  font-size: 1em;
  color: #B2B2B2;
  background-color: #444444;
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
  border-radius: 7px;
}

a {
  color: #3F3F3F;
  font-weight: bold;
}

a:visited {
  color: #3F3F3F;
  font-weight: bold;
}

acronym {
  cursor:help;
}

h1 {
  text-align: center;
}

h3 {
  margin-top: 30px;
}

img {
  border: 0px;
}

input {
  border: 2px solid #3A3A3A;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  color: #3A3A3A;
  background-color: #B2B2B2;
  font-weight: bold;
  background-repeat: none;
  background-position: center center;
}

strong {
  font-weight: normal;
  text-decoration: underline;
}

/* IDENTIFIANTS */

#border {
  margin: 0px;
  padding: 0px;
  position: fixed;
  top: 0px;
  left: 0px;
  background-image: url('images/border.png');
  width: 100%;
  height: 11px;
}

#contenu {
  width: 730px;
  margin: 0px;
  padding: 20px 20px 110px 20px;
  border: 2px solid #666666;
  background-color: #B2B2B2;
}

#contenu div p {
  margin-top: 0px;
  padding: 10px 15px 0 15px;
}

#dl_icon {
  margin: 10px 20px 10px 0;
  float: left;
}

#fleche {
  margin: 0px;
  padding: 0px;
  position: fixed;
  right: 20px;
  bottom: 20px;
}

#menuEx {
  text-align: center;
  margin: auto;
  margin-top: 20px;
  margin-bottom: 20px;
}

#menu_div {
  width: 774px;
  position: fixed;
  bottom: 0px;
  padding: 35px 0 10px 0;
  background-image: url('images/menu_back.png');
}

#menu_p {
  text-align: center;
  margin: auto;
}

#menu_p img {
  margin-left: 8px;
  margin-right: 8px;
}

/* FORMULAIRE DE CONTACT */

#contact {
  display: none;
  width: 774px;
  border-top: 2px solid #666666;
  border-bottom: 2px solid #666666;
  text-align:center;
  color: #CCCCCC;
  background-color: #111111;
  position: fixed;
  top: 50px;
}

#contact .textbox {
  width: 50%;
  padding: 2px 4px 2px 4px;
  margin-top: 5px;
}

#contact label {
  cursor: pointer;
}

#contact textarea {
  margin-top: 5px;
  width: 75%;
  height: 200px;
  padding: 2px 4px 2px 4px;
  border: 2px solid #3A3A3A;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  color: #3A3A3A;
  background-color: #B2B2B2;
  font-weight: bold;
}