/***** CONTACT *****/
table.contact {   
  width: 350px;
  margin: 0;
  float:left;
}
table.contact td.titre {
  padding: 0px 0 20px 0;
  font-size: 1.20em;
  color: #707070;/*#706C49;*/
  font-weight: bold;
}
table.contact td.designation {
  width: 100px;
  padding: 7px 0 2px 0px;
  font-weight: bold;
  vertical-align: top;
  text-align:left;
}
table.contact tr.error td.designation {
  width: 100px;
  padding: 7px 0 2px 10px;
  color: #E50A29;/*#FFFFFF;*/
  font-weight: bold;
  vertical-align: top;
}

table.contact td.required {
  width: 10px;
  font-size: 1px;
}

table.contact td.required-on {
  width: 10px;
  font-size: 1px;
  background-image: url(../media/interface/contact/css-field-required.gif);
  background-position: top left;
  background-repeat: no-repeat;
}
table.contact td.field {
  vertical-align: top;
  width: 180px;
  padding: 3px 0 0 0;
}
table.contact td.field input {
  width: 220px;
  padding: 2px 0 1px 2px;
  border: 1px solid #99B2B2;
  background:#fff url(../media/interface/fond_champ.gif) top left repeat-x;
  font-size: 10px;
  color: #321A14;/*#5D5D5D;*/
}
table.contact td.field textarea {
  width: 220px;
  height: 52px;
  padding: 0 0 0 2px;
  border: 1px solid #99B2B2;
  background:#fff url(../media/interface/fond_champ.gif) top left repeat-x;
  font-size: 11px;
  font-family:Arial, Helvetica, sans-serif;
  color: #321A14;/*#5D5D5D;*/
}
table.contact td.sep {
  height: 20px;
  font-size: 1px;
}
table.contact table.button {
  width: 100%;
}
table.contact table.button input {
  width: 100px;
  height: 20px;
  border-top: 1px solid #efefef;
  border-right: 0;
  border-bottom: 0;
  border-left: 1px solid #707070;
  background-color: #707070;/*#706C49;*/
  font-size: 10px;
  color: #efefef;/*orange nom des boutons*/
  font-weight: bold;
}
table.contact table.button td.space {
  width: 120px;
}
table.contact table.button td.submit { 
  vertical-align: bottom;
  width: 110px;
  height:22px;
  text-align: left;
}
table.contact table.button td.reset { 
  vertical-align: bottom;  
  height:22px;
  width: 120px;
  text-align: right;
}
table.contact tr.error {
  background-color:#fff;/*#99B2B2; block erreur popup*/
}
        
div.error {
  color: red;/*titre erreur  */
  background-color:transparent;
  width:400px;
  /*margin-left:180px;*/
}                    
div.error div.title {
  margin-left:5px;
  padding: 5px 15px;
  font-size: 1.30em;
  line-height: 1.30em;
  font-weight: bolder;
}         
div.error div.title img {
  float:left;
}  
.text_mess {
margin-left:190px;
width:350px;
}      
div.error div.text {
  color:#E50A29;
/*
margin:0px 20px 10px 20px;
pading:20px;*/
}
#marge_contact{
margin-right:5px;
margin-left:10px;
}


#contact_left {
position:absolute;
top:110px;
left:0px;
width:320px;
}
#contact_right {
position:absolute;
top:110px;
left:350px;
width:320px;
}
/****************************************Adresse****************/
#formulaire {
margin:0 0 0 175px;

}