@CHARSET "UTF-8";

#about {
    line-height: 20px;
}

#about p {
    margin: 10px 0;
}

#about h2 {
    margin: 0;
    padding: 0;
}

#about h3{
    display: inline !important;
}

.titre_about {
    position: relative;

    width: 100%;
    color: #868b8e;
    font-weight: bold;
    margin-bottom: 10px;
    font-size: 14px;
}

.texte_about {
    position: relative;
    width: 100%;
    text-align: justify;
    margin-bottom: 10px;
}

.txt_b {
    color: #868b8e;
}

.tableau_about td {
    height: 25px;
    border-bottom: 2px solid #C4C4C4;
    padding: 4px;
    text-align: justify;
    width: 100%;
}

.tableau_about tr:last-child td {
    border-bottom: none;
}
#about .rubTitle2{
    font-family: Calibri, sans-serif;
    font-weight: normal;
    font-size: 14px;
}
#about .texte_about, #about .tableau_about{
    font-family: Calibri, sans-serif;
    font-size: 14px;
    font-weight: normal;
    color: #868b8e;
}

.publicInternetExplorer.ie8 #about .texte_about, .publicInternetExplorer.ie8 #about .tableau_about{
    font-size: 12px;
}

#about strong{
    font-weight: bold!important;
    color: #5c707a;
}
#about .entete_tab {
    color: #FFFFFF;
    background: #ffcc33;
    border-bottom: 2px solid #FFFFFF !important;
    height: 23px!important;
    padding-top: 6px;
    font-size: 18px;
    border-radius: 3px;
    font-family: Calibri, sans-serif;
    text-transform: uppercase;
    font-weight: normal;
}

