body{
width: 100%;
height: 100%;
margin: 0;
}
p{
width: 100%;
height: 100%;
margin: 0;
}
.fond_haut{
width: 100%;
height: 50%;
margin: 0;
position: absolute;
background-image: url("images/fond_haut.jpg");
}
.fond_bas{
width: 100%;
height: 50%;
margin: 0;
top: 50%;
position: absolute;
background-image: url("images/fond_bas.jpg");
}
.palmier{
width: 22%;
height: 40%;
position: absolute;
left: 39%;
top: 10%;
}
.ile{
width: 20%;
height: 20%;
position: absolute;
left: 5%;
bottom: 33%;
}
.pirogue{
width: 20%;
height: 30%;
position: absolute;
right: 40%;
bottom: 13%;
border:none;
}
.bateau_fr{
width: 9%;
height: 24%;
position: absolute;
right: 18%;
bottom: 45%;
border:none;
}
.bateau_en{
width: 11%;
height: 24%;
position: absolute;
right: 2%;
bottom: 5%;
border:none;
}
.lien{
width:100%;
height:100%;
border:none;
}
h1{
margin:0;
font-size:80%;
font-family: papyrus,"comic sans ms", arial, serial;
text-align:center;
}



