/* 
    Document   : contact.css
    Created on : 23 mai 2012, 15:28:26
    Description:
        Feuille de style de la page contact
*/
/* 
    Document   : contact.css
    Created on : 23 mai 2012, 15:28:26
    Description:
        Feuille de style de la page contact du template de base
*/
/* Formulaire de contact */
#form_contact {
  width: 555px;
  margin-top: 20px; }

#form_contact div.input {
  clear: left;
  float: left;
  margin-bottom: 1em; }

#form_contact div.input label {
  display: block;
  width: 160px;
  float: left;
  font-size: 1em; }

#form_contact div.input input.email,
#form_contact div.input input.text {
  display: block;
  width: 378px;
  float: left;
  font-size: 1em;
  border: 1px solid #9296AA;
  font-size: 14px;
  padding: 2px 5px; }

#form_contact div.input.civilite_nom select {
  float: left;
  width: 60px;
  font-size: 15px; }

#form_contact div.input.civilite_nom input.text {
  display: block;
  width: 313px;
  float: left;
  margin-left: 5px; }

#form_contact textarea {
  display: block;
  width: 378px;
  float: left;
  height: 12em;
  font-size: 1em;
  overflow: hidden;
  border: 1px solid #9296AA;
  font-size: 14px;
  padding: 2px 5px;
  font-family: Arial; }

#form_contact div.input div label {
  margin-bottom: 5px;
  margin-right: 20px;
  display: inline;
  width: auto; }

#form_contact div.input div input {
  float: left;
  margin-right: 10px; }

/* Correctif pour IE 7 */
.ie7 #form_contact div.input {
  float: none; }

#form_contact button.submit {
  float: right;
  margin: 20px 5px 0 0;
  background-image: url("/bundles/fauvecmsfrontoffice/images/content/Envoyer.png");
  background-repeat: no-repeat;
  background-position: top left;
  text-indent: -3000px;
  width: 91px;
  height: 22px;
  border: 0 none;
  background-color: transparent;
  cursor: pointer; }

#form_contact ul.errors {
  list-style: none;
  display: block;
  clear: left;
  padding: 0 0 0 160px;
  font-size: 1em;
  color: #A66640 !important; }

#form_contact ul.errors * {
  color: #A66640 !important; }

#form_contact ul.errors li {
  list-style: none;
  list-style-image: none;
  margin-left: 0; }

div.message-confirmation a#bt_continuer {
  margin: 2em auto 0 auto;
  display: block;
  background-image: url("/bundles/fauvecmsfrontoffice/images/content/Continuer.png");
  background-repeat: no-repeat;
  background-position: top left;
  text-indent: -3000px;
  width: 114px;
  height: 17px; }

#static-form-contact #form_contact button.submit {
  text-indent: 0;
  width: auto;
  height: auto;
  background-image: none;
  font-size: 22px;
  display: inline-block;
  padding: 0;
  margin: 10px 17px 0 0;
  text-transform: uppercase;
  font-family: "Exo", sans-serif; }
  #static-form-contact #form_contact button.submit:hover {
    color: #f6883b; }
#static-form-contact div.message-confirmation a#bt_continuer {
  text-indent: 0;
  width: 100%;
  height: auto;
  background-image: none;
  font-size: 22px;
  display: block;
  text-transform: uppercase;
  color: inherit;
  text-decoration: none;
  text-align: center; }
  #static-form-contact div.message-confirmation a#bt_continuer:hover {
    color: #f6883b; }

/*# sourceMappingURL=page-static-form-contact.css.map */
