body {
    background: #FFF;
    color: #7e9db5;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}

div#upload {
    position: absolute;
    background: url('http://www.elanrh.com/images/divbg.png') no-repeat;
    height: 148px;
    width: 550px;
    left: 10px;
    top: 10px;
    padding: 1px;
    text-align: left;
}

h1 {        
    font-size: 18px;
    font-family: "Tahoma";
    font-weight: normal;
}

#form {
    width: 550px;
    height: 30px;
    margin: auto;
    text-align: left;
}

div#fichiers {
    width: 570px;
    margin: auto;
    padding: 5px;
    border: 1px dotted #7e9db5;
    font-size: 13px;
    text-align: left;
}

input.btn {
    width: 85px;
    height: 30px;
    
    margin-top: 10px;
    
    background: #f2f8fd;
    color: #7e9db5;
    border: 1px solid #7e9db5;
}

