/* Tableau Profil */
Table.TableauProfil {
width:100%;
border:none;
border-collapse:collapse;
cell-spacing:none;
padding:0;
}

.TableauProfil td {
border-top: 1px solid #f0dd3d;
border-bottom: 1px solid #f0dd3d;
}

.TableauProfil td.Colonne-1 {
padding: 2px 2px 2px 10px;
}

.TableauProfil td.Colonne-2 {
width: 50px;
padding: 2px;
background-color: #fffae4;
Text-align:center;
border-left: 1px solid #f0dd3d;
border-right: 1px solid #f0dd3d;
}

.TableauProfil td.Colonne-3 {
width: 50px;
padding: 2px;
Text-align:center;
}

/* Entête */
.TableauProfil tr.LigneEntete {
background-color: #edf9ce;
font: bolder 10px verdana;
color: #394f5b;
}

.TableauProfil .LigneEntete td.Colonne-2 {
background-color:#f7f7cd;
}

/* Ligne vide avant les sections */
.TableauProfil tr.LigneVide {
height:4px;
font-size:1px;
}

.TableauProfil tr.LigneVide td {
border-top:none;
border-bottom:none;
}

/* Sections */
.TableauProfil tr.LigneSection {
height: 25px;
background-color: #f7ffe3;
font: bold 11px verdana;
color: #e07e00;
}

.TableauProfil tr.LigneSection td{
border-top:none;
border-bottom:none;
}

.TableauProfil .LigneSection td.Colonne-2 {
background-color: #fbfad7;
}

/* Détail */
.TableauProfil tr.LigneDetail {
font: bold 10px verdana;
color: #394f5b;
}
