/*contact*/
.arp_coordonne{
float:right;
width:100%;
padding-left:10px;
margin-bottom:25px;
padding-bottom:15px;
width:415px;
border: solid #FF8939 1px;
}

a.lien-mailto{
text-decoration:none;
color:#FF8939;
}
a:hover.lien-mailto{
text-decoration:underline;
color:#388abb;
}

.contact_titre{
margin-top:10px;
margin-bottom:10px;
font-weight:bold;
color:#FF8939;
}

.tab_texte_content, .coordonnee_content b{
font-size:10px;
}

#bt_contact{
background:url(../images/bt_arp.jpg) repeat-x;
color:#FFFFFF;
font-size:10px;
font-weight:bold;
border:none;
cursor:pointer;
padding-bottom:2px;
padding-bottom:2px;
height:20px;
}

#bt_contact:hover{
background:url(../images/bt_arp_hover.jpg) repeat-x;
color:#FFFFFF;
font-size:10px;
font-weight:bold;
border:none;
cursor:pointer;
padding-bottom:2px;
padding-bottom:2px;
height:20px;
}

input.input_contact, textarea{
color:#FF8939;
font-size:11px;
width:150px;
border:#FF8939 solid 1px;
margin:1px;
}

textarea{
height:70px;
}

.coordonne, .texte_orange{
color:#FF8939;
font-size:9px;
}

fieldset
{
  -moz-border-radius:7px;
  margin-right:10px;
  border-color:#388abb;
  border:1px solid;
  padding:7px;
  padding-bottom:10px;
  padding-top:1px;
}
 
/*-------*/