@charset "UTF-8";


/* générique */
#principal {
    background:url(/img/fonds/entreprise.jpg) 0 14px no-repeat;
    font-family:"Arial Narrow",  Arial, Helvetica, sans-serif;
    color:#69685d;
}
#principal a, input, textarea {
    color:#69685d;
}

#colonne {
    position:absolute;
    font-size:.9em;
    line-height:105%;
    width:828px;
    margin:80px 0 0 55px;
}
#colonne label {
    text-transform:uppercase;
    display:block;
    float:left;
    width:100px;
    font-size:1.4em;
    font-family:Arial;
    text-align:right;
    margin-right:7px;
    margin-top:9px;
    
}
#colonne select {
    margin:7px 0;
}
#colonne input.text,#colonne input.file {
    height:20px;
    border:1px #bebfb7 solid;
    margin:5px 0;
    width:178px;
}
#colonne select.sujet {
    width:178px;
}
#colonne textarea {
    height:115px;
    border:1px #bebfb7 solid;
    margin:5px 0;
    width:178px;
}
#colonne p.submit {
    text-align:right;
    width:290px;
}



#adresse {
    float:right;
    text-align:right;
    line-height:120%;
    padding-right:250px;
    margin-top:1px;
}
#adresse h1 {
    font-size:2em;
    line-height:100%;
    font-weight:normal;
}
#adresse h2 {
    font-size:1.2em;
    line-height:100%;
    font-weight:normal;
    text-transform:uppercase;
}