html {

}

body {
    align: center;
    height: 100%;
        width: 780px;
        border: 1px solid #606060;
    margin-bottom: 1px;
    margin-left: auto;
    margin-right: auto;
    height: 818px;
        color : #000000;
    position: relative;
    background-color: #7F311A;


}
.fond {
background-image: url('../images/fond-sodefar.jpg');
background-repeat: no-repeat;
width: 800px;
    height: 950px;
}

.img1 {
position: absolute;
top: 400px;
left: 95px

}
.img2 {
position: absolute;
top: 425px;
left: 300px;
}
.texte {
display: block;
position: absolute;
top: 520px;
left : 80px;
width: 200px;
text-align: center;
font-family: Arial;
font-weight: bold;
font-size: 130%;
color: #8B3735;
}

