

body {
    text-align:center;
    font-family: verdana, arial, helvetica, sans-serif;
    background: #fffded;
    background-image:url('../images/logoFond.png') ;
    background-repeat: repeat;
}

#entete img{
    marge-bottom:15px;


}
#fruit {
    margin-left: auto;
    margin-right: auto;
    background : #c2ecff;
    width: 800px;
    border: 6px solid #0D8BBD;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
   height : 900px;
    padding : 10px;
}

#noyau {

    margin-left: auto;
    margin-right: auto;
    top: 20px;

    background : #78f0ff;
    border: 3px solid #0D8BBD;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    height : 750px;
    padding: 10px;
}
#texte  {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    top: 60px;
    width: 600px;
    height:650px;
    text-align: left;
    color: #0c3f66;
    font-size: 12px;
    border: 5px solid #0c3f66;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    background-color: #ffe1d2;
    overflow-x: hidden;
    overflow-y: scroll;
    padding: 10px;

}


.menuhorix {
    width : 600px;
    height: 20px;
    text-align: right;

    background-color: #cbdcf4;
    font-size: 10px;
    color: #000066
}

.rightimg {float:right;
    background-color: #E9E9E9;
    margin: 10px 10px 10px 10px;
}
.leftimg {float:left;
    background-color: #E9E9E9;
    margin: 10px 10px 10px 10px;}

.centreimg {
    background-color: #E9E9E9;
    margin: 10px 10px 10px 10px;}
