.page {
    padding: 0;
    margin: 0;
    font-family: Arial, Helvetica, sans-serif;
}

/* Page d'acceuil */
.main_table {
    width: 575px;
    text-align: center;
    font-size: 8pt;
}

.contenu {
    text-align: center;
    vertical-align: top;
}

.accueil_message {
    font-size: 9pt;
    color: #000000;
    vertical-align: middle;
    font-weight: bold;
}

.bouton_navigation {
    width: 150px;
}

img {
    border: none;
}

.alerte_supprimer {
    font-size: 8pt;
    color: #666666;
}

/* Style du tableau d'affichage des postes */
.tableau_poste {

}

/* Titre du tableau */
.tableau_poste_titre {
    font-weight: bold;
    font-size: 9pt;
    color: #000000;
    text-align: center;
    padding-bottom: 8px;
    text-decoration: underline;
}

/* Titre des colonnes de la liste des postes */
.tableau_poste_header {
    border: #000000 1px solid;
    padding: 1px;
    padding-left: 2px;
    font-weight: bold;
    font-size: 8pt;
    text-align: left;
    vertical-align: middle;
    background-color: #21007b;
    color: white;
}

/* Texte des colonnes de la liste des postes */
.tableau_poste_rows {
    border-left: #000000 1px solid;
    border-bottom: #000000 1px solid;
    font-size: 8pt;
    vertical-align: middle;
    text-align: left;
    height: 35px;
    background-color: #ffedbe;
    color: #000000;
}

/**************************************************************************
/	Style de la fen�tre de d�tail
/
/**************************************************************************/

.detail_main {
    width: 530px;
    padding: 0;
    margin: 0;
    background-color: #ffedbe;
    border-style: solid;
    border-color: #21007b;
    border-width: 2px;
    font-size: 8pt;
}

.detail_header {
    background-color: #21007b;
    height: 15px;
}

.detail_titre {
    font-size: 10pt;
    font-weight: bold;
    text-decoration: underline;
    vertical-align: middle;
    text-align: center;
}

.detail_cell {
    border-style: solid;
    border-color: #21007b;
    border-width: 1px;
    padding: 3px;
    font-size: 9pt;
    font-weight: bold;
}

.detail_cell2 {
    border-style: solid;
    border-color: #21007b;
    border-width: 1px;
    padding: 3px;
    font-size: 8pt;
}

/**************************************************************************
/	Style des diff�rentes �tapes de postulations
/
/**************************************************************************/

.etape_titre_page {
    border-right: #000000 1px solid;
    border-top: #000000 1px solid;
    font-weight: bold;
    font-size: 9pt;
    border-left: #000000 1px solid;
    border-bottom: #000000 1px solid;
    background-color: #ffdab9;
}

.etape_texte {
    font-size: 9pt;
    font-weight: bold;
    color: #000000;
    padding-top: 5px;
    padding-bottom: 5px;
}

.formulaire_table {
    border-right: #000000 1px dashed;
    border-left: #000000 1px dashed;
    background-color: #f2f2f2;
    width: 100%;
}

.formulaire_ligne_texte {
    font-weight: bold;
    font-size: 9pt;
}

.formulaire_ligne_notes {
    font-weight: bold;
    font-size: 9pt;
    color: darkred;
}

.formulaire_section_boutons {
    text-align: center;
}

.imageButton {
    cursor: pointer;
}

.categorie_competence {
    font-weight: bold;
    font-size: 9pt;
    text-decoration: underline;
}

.competence {
    font-size: 8pt;
}
