/*Consigne*/
.ifc_consigne:before{
content: "\f040";
font: normal normal normal 32px/1 FontAwesome;
display: table-cell;
vertical-align: top;
}
.ifc_consigne{
background-color: #DFE4F2;
color: #002395;
border: 1px solid;
border-color: #002395;
display: table;
border-spacing: 10px;
margin: 5px;
}

/* TITRES */
.ifc_titre{
color: #002395;
font-size: 24px;
font-weight: bold;
}
.ifc_sous-titre{
color: #002395;
font-size: 16px;
font-weight: bold;
}
.ifc_source{
text-align: right;
font-size: 10px;
}
.ifc_source:before{
content: 'Source : ';
}
/*TABLEAUX /*

/*general*/
.ifc_tableau{
border-collapse: collapse;
border-spacing: 0px;
}
/*cellule entete*/
.ifc_tableau th{
color: #DFE4F2;
padding: 5px;
background-color: #002395;
font-weight: bold;
border-color: #6076bd;
border-style: solid;

}
/*cellule normale*/
.ifc_tableau td{
padding: 5px;
color: #002395;
background-color: #DFE4F2;
border-color: #6076bd;
border-style: solid;
}
/*legende du tableau*/
.ifc_tableau caption{
caption-side: bottom;
color: #002395;
font-size: 10px;
font-style: italic;
font-weight: normal;
text-align: center;
}
