.no_transition{
    display: none;
}

.hidden{
    display: none;
}

/** //#15843 **/
.visibility_hidden {
    visibility: hidden;
}

.header_titre_ecran {
    background: url('../img/header/bordure_gauche.png') top left repeat-y;
    color: #fff;
}

.header_titre_ecran .header_titre_ecran_bg {
    background: url('../img/header/bordure_droit.png') top right repeat-y transparent;
    padding: 10px 20px 5px 20px;
    position: relative;
}

.header_titre_ecran .panel_titre_ecran {
    font-size: 24px;
    font-weight: bold;
    color: #fff;
    text-shadow: 1px 1px 0px #666666;
    filter: dropshadow(color=#666666, offx=1, offy=1);
    background-color: transparent;
    margin: 0px 0;
    margin-right: 20px;
    line-height: 27px;
    padding-bottom: 5px;
}

.header_titre_ecran .panel_titre_ecran_bg > div {
    display: inline-block;
}

.header_titre_ecran .panel_titre_ecran > div {
    display: inline-block;
    margin-right: 20px;
}

.header_titre_ecran .panel_titre_ecran .sous_titre {
    font-size: 16px;
}

.header_titre_ecran .panel_titre_ecran div.clear {
    float: none;
}

/** Barre d'outils **/

.barre_outils {
    padding: 5px 10px;
    height: 35px;
}

.barre_outils > div {
    float: left;
    margin-right: 20px;
    line-height: 34px;
}

.barre_outils button {
    padding: 0 32px;
    margin-right: 10px;
}

.barre_outils div.action {
    float: left;
    margin-right: 20px;
    position: relative;
}

.barre_outils div.action span.uac{
    position: absolute;
    top: 0px;
    left: -16px;
    height: 100%;
    width: 16px;
    background: url('../img/common/cadena.png') center center no-repeat;
}

/*//#16468 */
strong {
    font-weight: bold;
}

p{
    font-size: 12px;
    line-height: 16px;
}

div.explication{
    margin: 5px 0;
    padding: 5px;
}

.explications {
    margin: 5px 0;
    padding: 5px;
}

.explications .explication{
    padding: 0;
    margin: 0;
}

p.explication{
    font-size: 16px;
    font-style: italic;
    border-radius: 4px;
    padding: 5px;
}

p.explication_1{
    padding: 20px 20px 20px 70px;
}

p.explication_1 i.fa{
    font-size: 20px;
    margin-right: 10px;
}

p.explication_2{
    font-size: 12px;
    font-style: italic;
}

p.explication_2 i.fa-info-circle{
    display: none;
}

/* Résouds le pb du z-index du date picker */
#ui-datepicker-div{
    z-index: 3000;
}

.div_page.mainbox{
    margin-top: 0;
}

.div_erreur{
    font-size: 16px;
    padding: 20px 20px 20px 70px;
    background: url('../img/common/info.png') 10px center no-repeat #fff;
    border-radius: 4px;
    color: red;
    font-weight: bold;
    line-height: 40px;
    margin: 5px;
}

.left{
    float: left;
}

/*.popup:after{
    content: '';
    position: absolute;
    height: 1px;
    width: 1px;
    bottom: -20px;
    left: 0px;
}*/

/* L'icône transgenre est sacrifié pour être utilisé comme icône vide */
i.fa-transgender-alt {
    visibility: hidden;
}

#tooltip{
    position: fixed;
    top: 100px;
    left: 100px;
    background-color: #fff;
    border: solid 1px #ccc;
    padding: 10px;
    border-radius: 4px;
    color: #7c7c7c;
    z-index: 5000;
    min-width: 150px;
    text-align: center;
}

#tooltip:after{
    content: '';
    position: absolute;
    width: 16px;
    height: 16px;
    left: 45%;
    top: -10px;
    background-color: #fff;
    border-top: solid 1px #ccc;
    border-left: solid 1px #ccc;
    border-radius: 4px;
    -ms-transform: rotate(45deg); /* IE 9 */
    -webkit-transform: rotate(45deg); /* Chrome, Safari, Opera */
    transform: rotate(45deg);
    z-index: 2002;
}

.text-warning {
    color: #d9534f; /* rouge */
}

/** //#13387 - tronque en css **/
.string_tronquee {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}