#content h1{
  width: 100% !important;
}

#content_wrapper {
  height: auto !important;
  float: right;
  position: absolute;
  z-index: 999;
  _background: url(../../img/design/content_back.png) repeat;
}

#close {
  z-index: 1000;
}

#content {
  max-height: none !important;
  height: auto !important;
  z-index: 3000 !important;
}

#carte-wrapper {
  overflow: hidden;
  height: auto !important;
  margin-top: 20px;
  width: 540px;
}

#left-col {
  float: left;
  height: 100%;
  width: 38% !important;
  margin-right: 20px;
  overflow: hidden;
}

#right-col {
  float: left;
  width: 58%;
  position: relative;
  overflow: hidden;
}

#carte-preview {
  /*width: 99%;*/
  margin-top: 29px;
  border: 1px solid #c6c6c6;
}

#captcha {
  margin: 20px 0 20px 0;
}

.text input, textarea {
  border: 1px solid #c6c6c6;
  height: 20px;
  margin-top: 5px;
  padding: 2px;
  width: 300px;
}

.text input.form-error, textarea.form-error{
  border: 1px solid red;
}

textarea {
  height: auto !important;
}

.envoyez {
}

.envoyez .submit input{
  color: #fff;
  text-transform: uppercase;
  background: url('../../img/design/icons_sprite.png') -2px -260px no-repeat;
  border: none;
  height: 35px;
  width: 115px;
  float: right;
  cursor: pointer;
  font-weight: bold;
  font-size: 9pt;
}

.envoyez input:hover {
  background: url('../../img/design/icons_sprite.png') -120px -260px no-repeat;
}

#footer, #wrapper_bottom {
  z-index: -1 !important;
  position: relative;
}

#flashMessage{
  padding: 5px;
  text-align:center;
  border:1px solid red;
  margin-top: 5px;
  background-color:#F2D0D4;
  font-weight:bold;
  color: #E01F36;

}

