/* ** PAGE CONTACT ** */
#contact {
position:relative;
float:left;
width:100%;
}

#bdc .btn_ok,
#contact .btn_ok{
background-color:#454578;
border:1px solid #FFFFFF;
color:#FFFFFF;
cursor:pointer;
font-size:11px;
height:20px;
text-decoration:none;
}

a.btn_ok{
display:inline-block;
line-height:20px;
vertical-align:middle;
padding:0px 5px;
font-weight:normal;
}

#content h1.contact, #bdc h1.contact {
  float: right;
  width: 695px;
  padding: 2px 10px;
  color: #fff;
  font-size: 13pt;
  margin: 14px 0px 0px 0px;
  line-height: 30px;
  text-transform: uppercase;
  background-color: #be0a27;
  border-bottom: 1px solid #000;
}
#content h1.contact a, #bdc h1.contact a {
  color: #fff;
  text-decoration: none;
}/* ** FORMULAIRES DE CONTACT ** */
#contact h2{
  padding-top:15px;
}
#contact .message{
  display: block;
  border: 4px solid #ff0000;
  padding: 5px 10px;
}

#connexion .title,
#contact .box_contact .title{
  color: #ff0000;
  font-size: 18px;
  padding: 8px 0px;
  margin: 0px;
  font-weight: normal;
}
#contact .box_contact label{
display:-moz-inline-box;
display:inline-block;
width:160px;
}

#delivery_address label{
display:-moz-inline-box;
display:inline-block;
width:100px;
}

#contact .box_contact{
  float: left;
  width: 100%;
  padding-bottom: 20px;
}

#delivery_address .line,
#contact .box_contact .line {
  padding-bottom: 5px;
  padding-left: 23px;
}

#contact .line a {
  color: #cc0000;
  text-decoration: underline;
}
#contact .line a:hover {
  color: #ff0000;
  text-decoration: none;
}

#delivery_address .line .input_text,
#contact .box_contact .input_text{
  width: 215px;
  height: 17px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  color: #cc0000;
  border: 1px solid #000;
  border-color: #000 #525252 #525252 #000;
  padding: 2px 3px;
}
#contact .box_contact textarea {
  float: left;
  width: 378px;
  height: 80px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  color: #cc0000;
  border: 1px solid #000;
  border-color: #000 #525252 #525252 #000;
  padding: 2px 3px;
}
#contact .box_contact select{
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  color: #cc0000;
  border: 1px solid #000;
  border-color: #000 #525252 #525252 #000;
}
#contact .box_contact_bottom {
  float: left;
  width: 100%;
  padding-bottom: 20px;
}
#contact .box_contact_bottom .line {
  padding-bottom: 5px;
  padding-left: 20px;
}
#contact .box_contact_bottom .line .cnil {
  color: #333;
  font-size: 11px;
  line-height: 13px;
  padding-bottom: 10px;
  text-align: justify;
}
#contact .box_contact_bottom .submit_line {
  clear: both;
  text-align: center;
  width: 100%;
}
#contact .box_contact_bottom .champs_oblig {
  display: block;
  padding-bottom:5px;
  padding-left: 20px;
}

#contact .txt{
float:right;
width:308px;
padding-top:30px;
}

/* ** BLOC CONNEXION ** */

#connexion{
  display: block;
  position:absolute;
  top:0px;
  right:10px;
  z-index:3;
}

#connexion .title img {
  display: block;
}
#connexion form {
  display: block;
}
#connexion .line {
  display: block;
  padding: 5px 0px;
}
#connexion .line label {
  float: left;
  width: 100px;
  line-height: 17px;
  text-align: left;
}
#connexion .line .field{
  width: 124px;
  height: 15px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: #cc0000;
  border: 1px solid #000;
  border-color: #000 #525252 #525252 #000;
  padding: 0px 3px;
}
#connexion .line .submit{
  vertical-align: middle;
  cursor: pointer;
  margin-top: 13px;
}
#connexion .erreur{
  display: block;
  padding: 2px 6px;
  color: #000;
  font-size: 11px;
  font-weight: bold;
  text-align: center;
  margin: 6px 8px;
  border: 2px solid #cc0000;
}
#connexion p a {
  color: #be0a27;
  text-decoration: none;
}
#connexion p a {
  text-decoration: underline;
}

#connexion .hello {
  display: block;
  padding: 4px 8px;
}
#connexion .links {
  display: block;
  padding: 0px 8px;
}
#connexion .links a {
  display: block;
  background: url(http://site.setma-deltam.com/img/arrow_over_white.gif) no-repeat center left;
  padding-left: 10px;
  color: #000;
  text-decoration: none;
}
#connexion .links a:hover {
  color: #cc0000;
  text-decoration: underline;
}