* {
  padding: 0px;
  margin: 0px;
}
body {
  background-color: #000;
  font-family: Verdana, sans-serif;
  font-size: 1em;
}
li, p, h1, h2, h3, h4, h5 {
  font-size: 0.80em;
  font-weight: normal;
}
a {
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
img {
  border-width: 0px;
}
li {
  margin-left: 2em;
}

.orange {
  color: #F80;
  font-weight: bold;
}

/* Mise en page */
  #global {
    width: 62.5em;
    margin: 0px auto;
    background-color: #F80;
    border: 1px solid #000;
  }
    #conteneur {
      border-spacing: 0px;
      border-collapse: collapse;
    }
      #entete {
      }
        #entete h1 {
          display: inline;
          font-size: 24pt;
          font-weight: bold;
        }
      #gauche {
        width: 18%;
        padding: 5px 0.5em;
        vertical-align: top;
      }
      #centre {
        width: 64%;
        padding-top: 5px;
        background-color: transparent;
        vertical-align: top;
      }
      #centredroit {
        width: 82%;
        padding-top: 5px;
        padding-right: 0.5em;
        background-color: transparent;
        vertical-align: top;
      }
      #droite {
        width: 18%;
        padding: 5px 0.5em;
        vertical-align: top;
      }
      #pied {
        clear:both;
      }

/******************************************************************* Bordures */
  .b1f, .b2f, .b3f, .b4f { font-size: 1px; overflow: hidden; display: block; background: #E6E6E6; }
  .b1f { height: 1px; margin: 0 5px; }
  .b2f { height: 1px; margin: 0 3px; }
  .b3f { height: 1px; margin: 0 2px; }
  .b4f { height: 2px; margin: 0 1px; }
  .contentf { background: #E6E6E6; padding: 0 3px; color: #000; }

/************************************************************ Bon plan orange */
  .bonplan {
    border: 1px dashed #000;
    width: 40%;
    margin: 0 auto;
  }

/************************************************************ Textes et liens */
  .texte-module p a {
    color: #000;
    text-decoration: underline;
  }
  .texte-module p a:hover {
    color: #FFF;
    text-decoration: none;
  }

/***************************************************************** Phototeque */
  .cat_photo {
    border: 1px solid #333;
    background-color: #E6E6E6;
    width: 200px;
    padding: 10px;
  }
    .cat_photo h1 {
      color: #F80;
      font-weight: bold;
      margin: 3px 2px;
    }
    .cat_photo ul {
      list-style-type: none;
    }
      .cat_photo li a {
        margin: 0px 2px;
        color: #000;
      }

/********************************************************* Liens Pied de page */
  #pied {
    clear: both;
  }
  #pied #piedPlace {
    position: absolute;
    width: 62.5em;
  }
  #pied p {
    position: absolute;
    bottom: 0.25em;
    left: 0.25em;
    color: #FFF;
    font-size: 0.55em;
  }
  #pied ul {
    position: absolute;
    bottom: 0.25em;
    right: 0.25em;
    font-size: 0.85em;
    list-style-type: none;
  }
    #pied ul li {
      display: inline;
      padding: 0px 10px;
    }
      #pied ul li a {
        color: #FFF;
        display: inline;
        padding: 0px 10px;
      }

/* Boutons */
  .bouton {
    border: 1px solid gray;
    font-weight: bold;
    color: #000;
    background-color: #E6E6E6;
  }
  .bouton:hover {
    color: #F80;
    background-color: #000;
    border: 1px solid gray; 
  }

/******************************************************* Erreur de validation */
  .error {
    margin: 2px;
    text-align: center;
    width: 100%;
    color: #F00;
    background-color: #F99;
    border: 1px solid #000;
  }

/********************************************************* Validation réussie */
  .correct {
    margin: 2px;
    text-align: center;
    width: 100%;
    color: #070;
    background-color: #9F9;
    border: 1px solid #000;
  }

/********************************************************* Formulaire contact */
    .contact tr th {
      text-align: left;
      width: 20em;
      padding: 0px 5px;
    }
    .contact tr td {
      text-align: center;
      padding: 0px 5px;
    }
    .contact .inputText {
      width: 38em;
      margin: 0.25em 0em;
    }
    .contact .inputSelect {
      width: 38em;
      margin: 0.25em 0em;
    }
    .contact textarea {
      margin: 0.25em;
      width: 64.5em;
      height: 20em;
    }
/**************************************************************** Phototheque */
  .photocat {
    width: 100%;
  }
    .photocat tr td {
      text-align: center;
      width: 25%;
    }
    .photocat tr td a img {
      width: 12em;
    }
