body{
    background-image: url("../images/FOND.jpg");
    background-position: center;
    font-family: "Oldenburg", "Times New Roman", serif;
    font-weight: 300;
    font-size: 14px;
    color: #6B3F1F;
    margin: 0px;
    padding: 0px;
    position: relative;
}


#lapinou{
    background-image: url("../images/scrap5.png");
    background-repeat: no-repeat;
    top: 0px;
    right: 0px;
    width: 460px;
    height: 710px;
    position: fixed;
    z-index: 1;
}


#nuage{
    background-image: url("../images/scrap2.png");
    background-repeat: no-repeat;
    bottom: 0px;
    width: 590px;
    height: 460px;
    position: fixed;
    z-index: 6;
}


#stylo{
    background-image: url("../images/stylo.png");
    background-repeat: no-repeat;
    margin-left: 1120px;
    margin-top: 120px;
    width: 70px;
    height: 510px;
    position: absolute;
    z-index: 5;
}

#ctn{
    background-image: url("../images/fond2.png");
    background-size: 700px;
    background-repeat: no-repeat;
    background-position: center left;
    position: absolute;
    margin-left: 440px;
    width: 640px;
    height: 880px;
    z-index: 2;
    overflow: hidden;
    padding-left: 30px;
    padding-right: 10px;
    padding-bottom: 20px;
}

h1{
  height: 40px;
  width: 630px;
  overflow: hidden;
  margin-bottom: 0px;
  text-align: center;
  font-family: "Schoolbell", cursive;
  font-weight: 400;
  font-style: normal;
}


#st{
    font-family: "Schoolbell", cursive;
    font-weight: 400;
    font-style: normal;
    display: flex;
    margin-top: 12px;
    height: 20px;
}

#topic{
    flex: 2;
    padding-left: 60px;
    height: 20px;
}

#date{
    flex: 1;
    height: 20px;
    padding-left: 60px;
    padding-right: 10px;
}



#parent {
    display: flex;
    gap: 20px;
    margin-top: 50px;
    margin-right: 10px;
    height: 740px;
    overflow: auto;
    
}
#c1{
    flex: 1;
    overflow: hidden;
    margin-left: 3px;
    text-align: justify;
}

#c2{
    height: 739px;
    overflow: auto;
    flex: 1;
    flex-basis: 120px;
}


#menu{
    background-image: url("../images/scrap1.png");
    background-repeat: no-repeat;
    background-size: 300px;
    position: absolute;
    padding: 30px 40px 30px 35px;
    top: 550px;
    left: 1080px;
    width: 240px;
    height: 260px;
    overflow: hidden;
    z-index: 3;
    font-family: "Schoolbell", cursive;
    font-weight: 400;
    font-style: normal;
    line-height: 13px;
}


a{
    background-image: url('../images/a1.gif');
    background-repeat: no-repeat;
    background-position: left;
    line-height: 15px;
    padding-left: 25px;
    margin: 3px;
    text-transform: uppercase;
    font-size: 15px;
    color: #6B3F1F;
    text-decoration: none;
    font-weight: bold;
}

h4{
  font-family: "Schoolbell", cursive;
  font-weight: 400;
  font-style: bold;
  font-size: 25px;
}



hr{
    border: 0px solid black;
    border-top: 6px dotted white;
    width: 150px;
}










