/* --------------- BODY --------------- */
body{
background: #eeece8;
margin:0px 0px 0px 0px;
padding:0px 0px 0px 0px;
}

/* --------------- TEXTES --------------- */

.texte_brun {
font-family: Arial;
text-decoration: none;
letter-spacing: -1px;
line-height: 1.4em;
font-size: 13px;
color: #8A644A;
}

.texte_caramel {
font-family: Arial;
text-decoration: none;
letter-spacing: -1px;
line-height: 1.4em;
font-size: 13px;
color: #D88042;
}

.texte_gris {
font-family: Arial;
text-decoration: none;
letter-spacing: -1px;
line-height: 2px;
font-size: 13px;
color:#8C8C8C;
}

.texte_gris:hover {
font-family: Arial;
text-decoration: none;
letter-spacing: -1px;
line-height: 1.4em;
font-size: 13px;
color: #FFFFFF;
background: #8C8C8C;
}

.texte_gris_small {
font-family: Arial;
text-decoration: none;
line-height: 1.7em;
font-size: 11px;
color:#8C8C8C;
}

.texte_gris_small:hover {
font-family: Arial;
text-decoration: none;
line-height: 1.7em;
font-size: 11px;
color: #FFFFFF;
background: #8C8C8C;
}
/*-----------------FORMULAIRE-----------------------*/
input[type=submit]{
background-color: #8A644A;
color: #eeece8;
font-family: Arial;
font-size: 10px; 
border: 0px;
text-decoration: none;
text-align: center;
}
input[type=submit]:hover{
background-color: #D88042;
color: #eeece8;
font-family: Arial;
font-size: 10px; 
border: 0px;
text-decoration: none;
text-align: center;
}
input[type=text], textarea{
font-family: Arial;
color: #8A644A;
font-weight:normal; 
padding-left: 8px;
font-size: 13px;
}
textarea{
font-family: Arial;
color: #8A644A;
font-weight:normal; 
padding-left: 8px;
font-size: 13px;
}




