body {
    font: "Trebuchet MS";
} 
.txt_gauche {
    font-size: 11px;
    margin-left: 25px;
    margin-bottom: 5px;
} 
.input_mail {
    margin-left: 25px;
    border: 1px solid black;
    width: 180px;
    margin-top: 5px;
}

#left img {
    border: 0px;
    margin: 2px 0px 2px 0px;
}

#contact {
    width: 190px;
    margin-left: 25px;
    font: "Trebuchet MS";
    font-size: 11px;
    font-weight: bold;
    color: #7D7C76;
}

#contact a {
    font: "Trebuchet MS";
    font-size: 11px;
    text-decoration: underline;
    color: #7D7C76;
}

acronym:hover, abbr:hover {
    cursor: help;
}

abbr[title], acronym[title], span[title], strong[title] {
    border-bottom: thin dotted;
    cursor: help;
}

a:link {
    color: #3B2C25;
    text-decoration: none;
    background-color: transparent
}

a:visited {
    color: #3B2C25;
    text-decoration: none;
    background-color: transparent
}

a:hover {
    color: #FF6F10;
    text-decoration: underline;
    background-color: transparent
}

a:active {
    color: #3B2C25;
    text-decoration: underline;
    background-color: transparent
}