html {

}

body {
    align: center;
    height: 100%;
        width: 780px;
        border: 2px solid #E938A0;
    margin-bottom: 1px;
    margin-left: auto;
    margin-right: auto;
    height: 600px;
        color : #ffffff;
    position: relative;
    background-color: #FCE2EB;


}
.fond {

width: 780px;
    height: 109px;
position: relative;

}

.img1 {
position: absolute;
top: 0px;
left: 0px

}
.img2 {
position: absolute;
top: 425px;
left: 300px;
}
.texte {
display: block;
position: absolute;
align: bottom;
top: 350px;
width: 780px;
text-align: right;
font-family: Arial;
font-weight: bold;
font-size: 120%;
background-image: url('bandeauB.jpg');
background-repeat: no-repeat;
}
.titrecentre {
display: block;
position: absolute;
top: 110px;
left : 0px;
width: 780px;
text-align: center;
font-family: Arial;
font-weight: bold;
font-size: 200%;
color: #E938A0;
background-color: #F9F9FB;
}
.textecentre {
display: block;
position: absolute;
top: 180px;
left : 0px;
width: 780px;
text-align: center;
font-family: Arial;
font-weight: bold;
font-size: 120%;
color: #E938A0;
background-color: #F9F9FB;
}