/* ==== Contact ==== */
#adresse_bloc{
float: right;
}
#adresse_bloc p{
color: #333;
text-align: right;
margin-right: 20px;
font-size: 0.7em;
line-height: 1.6em;
}
#textecontact{
float: left;
width: 100%;
}
#textecontact form#form_contact{
width: 498px;
margin: 0 200px;
}
#textecontact form#form_contact p{
margin: 0;
}
#textecontact form#form_contact p.intitule{
margin: 0;
padding-bottom: 10px;
}
#textecontact form#form_contact p.intitule label{
float: left;
font-size: 0.8em;
font-style: italic;
text-align: left;
}
#textecontact form#form_contact input{
background: #d8468e;
color: #fff;
width: 100%;
height: 18px;
border: 0;
font-family: inherit;
font-size: 1em;
}
#textecontact form#form_contact textarea{
background: #d8468e;
color: #fff;
width: 100%;
height: 150px;
border: 0;
font-family: inherit;
font-size: 1em;
}
#textecontact form#form_contact input.btenvoi{
background: #d8468e;
color: #fff;
display: inline;
float: right;
width: 80px;
border: 0;
font-size: 0.7em;
font-weight: bold;
}
#textecontact form#form_contact p.intitule .erreurform{
float: right;
color: #e1001a;
font-size: 0.7em;
font-weight: bold;
text-transform: uppercase;
padding-left: 20px;
}
#textecontact p.intitule .envoiok{
color: #333;
display: block;
font-size: 0.9em;
padding-bottom: 5px;
}
#textecontact p.intitule a{
color: #d8468e;
display: block;
font-size: 0.8em;
font-weight: bold;
text-transform: uppercase;
}
