
/*AJOUT PERSO NICO*/
/**************** Ecriture verticale **************************/
.verticaltext {
    color:#333;
    /*writing-mode:tb-rl;*/
    -webkit-transform:rotate(270deg);/*POUR NAVIGATEUR CHROME*/
    -moz-transform:rotate(270deg); /*POUR NAVIGATEUR MOZILLA*/
    -ms-transform: rotate(270deg); /*POUR IE*/
    white-space:nowrap;
    display:block;
    width:25px;
    /*bottom:10px;*/
    /*height:20px;*/
    /*vertical-align: bottom;
    text-shadow: 0px 0px 1px #333;*/
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size:11px;
    font-weight:normal;
    align-self: center;
    margin-top: 100px;
}

.alignText{
    width: 28px;
    font-size:11px;
    font-weight:normal;
}

/*NON UTILISE*/
tr .afficherTitle{
    height: 220px;
    vertical-align: bottom;
    margin-bottom: 25px;
}
/*FIN NON UTILISE*/

.focus{
    color: red;
}

.positionCenter{
    margin-top: 200px;
    margin-bottom: 1000px;
    display: none;
}

.positionCenterVisible{
    margin-top: 50px;
    margin-left: 1000px;
}

.focusChange{
    cursor: pointer;
}

.absolu{
    position: absolute;
}

.centerTextHeader{
    text-align: center;
    align-content: center;
}

.inputWidthHeader{
    width: 30px;
}

.tdReportingValue{
    width: 50px;
}

.gammeHeaderReporting{
    width: 240px;
    font-family: "Times New Roman", serif;
    border-bottom: 1px;
    bottom: 1px;
    align-content: center;
    align-self: center;
}

/*FIXE HEADER 15/10/2015*/
.table-fixed thead {
    width: 97%;
}
.table-fixed tbody {
    height: 230px;
    overflow-y: auto;
    width: 100%;
}
.table-fixed thead, .table-fixed tbody, .table-fixed tr, .table-fixed td, .table-fixed th {
    display: block;
}
.table-fixed tbody td, .table-fixed thead > tr> th {
    float: left;
    border-bottom-width: 0;
}

.tableWithFloatingHeader {
    max-width: 200px;
}

.legend{
    margin-top: 0px;
    font-size: 12px;
    margin: 0px;
    width: 300px;
}

.white{
    color: white;
}

.fa_black{
    color: black;
}

.table td.year_factu{
    text-align: center;
}