body {
    background: #FFF;
    color: #7e9db5;
}

div#upload {
    position: absolute;
    background: url('images/divbg.png') no-repeat;
    
    height: 148px;
    width: 750px;
    
   left: 50%;
   top: 50%;
   
   margin-left: -375px;
   margin-top: -74px;
    
    padding: 1px;
    text-align: center;
}

h1 {        
    font-size: 18px;
    font-family: "Tahoma";
    font-weight: normal;
}

#form {
    width: 370px;
    height: 30px;
    margin: auto;
}

div#fichiers {
    width: 370px;
    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;
}
