@charset "UTF-8";
* {
    margin: 0px 0px 0px 0px;/*top right bottom left*/
    /*color : black;/**/
    /*font-size: 13px;/**/
    font-family:  sans-serif,arial,"Trebuchet MS";
    /*opacity:0.1;*/
}
body{
    position:fixed;
    height: 100%;/**/
    width: 100%;/**/
    background: #4fa46b url('../images/backgrounds/last_report_list_body_background.png') no-repeat center top fixed ;
    display: flex;
    justify-content : center;
    font-size: 13px;/**/
}

.body_blocks{
    width: 1000px;
    display: flex;
    flex-direction : column;
    justify-content : space-between;/**/
    align-content : stretch;
    /*border: 2px solid #fda315; /*orange*/

}
.body_blocks_heading{
    display: flex;
    background:
	url('../images/logos/meteo_france.jpg') no-repeat left top,
	url('../images/logos/eumetnet.png') no-repeat right top
    ;
    flex-direction : column;/**/
    justify-content : space-between;
    margin: 20px 0px 10px 135px;
    /*border: 2px solid #994b32; /*коричневый : brun*/

}
.body_blocks_table_thead{
    width: 100%;
    /*border: 2px solid #cdcdcd; /**/
        display: flex;
    justify-content : flex-start;

}
.body_blocks_bodyng{
    flex: 1;
        display: flex;
    justify-content : flex-start;
    /*border: 2px solid red; /**/
    padding: 0 0 0 15px;
    overflow:auto;
}
.body_blocks_foot_of_page{
    text-align : center;
    /*border: 2px solid green; /**/
}
.block_titles{
    flex: 1;
    display: flex;
    flex-direction : column;
    justify-content : space-between;
    align-content: center;
    /*border: 2px solid blue; /*orange*/

}
.date_last{
     text-align : right;
     margin: 5px;
     color:green;
     /*font-style:;/**/
     font: bold italic 110% serif;
}
.text_explanation{
    /*width: 100%;/**/
    font-size: 13px;
     text-align : left;
     /*margin: 10px 10px 1px 200px;/**/
     padding: 10px 10px 1px 250px;
     color:navy;
     /*font-style:;/**/
     font: italic 90% serif;
}
.text_explanation ul>li{
       color:navy;
       font: 90% serif;
       font-size: 13px;
}
