.float_lang{
    float:left;
    padding: 10px;
}

.no_float_version{
    padding:10px;
}

/*---------------------LAYOUT-------------------------*/

#content, #corps, #annotations_scientifiques, #texte{
    margin:0px;
    padding:0px;
}



#content {
    /*float: left;*/
    padding:0px;
    margin:0px;
    padding-top: 120px; /*hauteur du header*/
    /*background-color: red;*/
    /*width:80%;*/
    width:100%;
}

.texte{
    font-family: verdana,sans-serif;
    font-size: 80%;
    line-height: 200%;
    text-align: justify;
    width:600px;
}

.corps, .texte, .bas_de_page{
  font:verdana,sans-serif;
  color: #626262;
}


.corps{
    margin:0px;
    padding: 0px;
    float: left;
    width:70%;
}



.texte, .bas_de_page{

    width:55%;/*soit 38,5% de toute la page (de 100%)*/
    margin-left:22.5%;/*soit 15,75% de toute la page(de 100%)*/
}

/*.float_lang_right{
    display:none;
}*/

.texte p{padding-left:10px; padding-right:10px}

.manchette_droite, .manchette_gauche, .manchette{
    display: inline;
    font-size: 75%;
    position: absolute;
    text-align: left;
    text-indent: 0;
    width: 15%;
    padding:0px;
    padding-left:5px;
    /*line-height: 150%;*/
    background-color: #ddd;
    margin-top:0px;
    margin-bottom:0px;
   
}

.manchette_droite, .manchette{

    left: 54.25%;/*15.75 + 38.5*/


}

.manchette_gauche{
    /*left: 10%;*/
}

#annotations_scientifiques{
    
    float: right;
    width:30%;
    /*padding-left: 5px;*/
    /*width: 5%;*/
}


.figure{
    width: 80%;
    margin:auto;
    text-align:center;
}
.figure img{
    width: 350px;
}

/*-------------------FIN LAYOUT-----------------------*/