body {
    background-color : #00061C ;
    background-image: url(Images/fond_page9.png);
    background-attachment: fixed ;
    background-repeat: no-repeat ;
    background-position: 50% 50%;
    background-size : 700px;

}

.bandeau {
    background-color: #ffffff; 
    color: #fff; 
    padding: 10px; 
    text-align: center; 
    position: fixed; 
    width: 100%; 
    z-index: 1000; 
}

input[type=text]
{
    position : absolute;
    left : 32%;
    top : 55%;
    border:0;
    
}


input[type=submit]
{
    position : relative;
    left : 44%;
    top : 410px;
    background:url(Images/fond_page9.png) no-repeat;
    border:0;
    color: #fff;
    
}

p {
    position : relative;
    left : 0%;
    top : 275px;
}


label {
    position : absolute;
    left : 28%;
    top : 22%;
}
