/************************************************************************/
/* Titres d'étape */
/************************************************************************/
.TitreEtape {
    background-color: #F67E21 !important;
    padding: 4px 6px 4px 12px !important;
}

.TitreEtape, .TitreEtape td {
    font-family: Trebuchet MS !important;
    color: #FFFFFF !important;
    text-align: center !important;
    font-size: 22px !important;
}

.TitreBloc {
    font-size: 15px;
    background-color: #263847 !important;
    font-family: Trebuchet MS;
    color: #ffffff !important;
    font-size: 15px !important;
    padding: 4px 6px 4px 6px !important;
    font-weight: normal !important;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
}

.TitreBloc:hover {
    background-color: #1B2833 !important;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
}

.Bouton {
    background: none;
    background-color: #f67E21;
    font-family: Trebuchet MS;
    font-size: 13px;
    color: #FFFFFF;
    margin: 2px;
    padding: 3px 13px 4px 13px;
    border-width: 0px;
    white-space: nowrap;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
}

.Bouton:hover {
    background-color: #263847;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
}

.boutonRefus {
    background-color: #B71200 !important;
    color: #FFFFFF;
}

.boutonRefus:hover {
    background-color: #263847 !important;
}

.boutonRefusDisabled:hover {
    background-color: #FCD6B8 !important;
}

/* Fond/Police dans les libellé d'objets */
.CelluleLibelle, .CelluleLibelleObligatoire {
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    text-align: left;
    background-color: #EBF1F5 !important;
    font-family: Trebuchet MS;
    font-size: 12px;
    font-weight: bold;
    color: #263847;
}

/* Bordure de couleurs à gauche de la cellule */
.CelluleLibelleObligatoire {
    border-left: solid 3px rgb(201, 0, 0) !important;
}
/* Fond de couleur de la cellule lors de son survole (hover) */
.CelluleLibelleObligatoire:hover {
    background-color: rgb(250, 231, 231) !important;
}

.CelluleLibelle label, .CelluleLibelleObligatoire label, .CelluleLibelle span, .CelluleLibelleObligatoire span {
    font-family: Trebuchet MS;
    font-size: 12px;
    font-weight: bold;
    color: #263847;
    padding-left: 6px;
    display: block;
}

/* Fond/Police dans les champs de saisie */
.CelluleValeur {
    font-family: Trebuchet MS;
    font-size: 12px;
    color: #263847;
    text-align: left;
    border: #EBF1F5;
    border-style: solid;
    border-width: 1px;
    background-color: #FFFFFF;
    white-space: nowrap;
    padding: 3px;
}

/* Header et footer tableau */
.CelluleLibelle, .CelluleLibelle td {
    font-family: Trebuchet MS;
    font-size: 12px;
    font-weight: bold;
    color: #263847;
}