/* Ce fichier a été copié depuis le projet Commun. */
/* Ne pas éditer ce fichier directement; l'éditer depuis le projet Commun. */

#blocVotes, #blocNotifications {
    width: 130px;
    height: 78px;
    padding: 5px;
    background-color: #F3F7FE;
    float: left;
}

#blocNotifications {
    margin-left: 9px;
}

#blocVotes .titre, #blocNotifications .titre {
    padding-top: 0;
    font-weight: normal;
    text-align: center;
}

.ajoutCommentaireSuggestion textarea {
    width: 718px;
}

zone-texte.ajoutCommentaireSuggestion .messageErreur {
    top: -10px;
    left: 550px;
}

#w .deuxiemeColonne .contenuEncadre zone-texte texte .ellipsis {
    width: 250px !important;
}

.deuxiemeColonne .contenuEncadre zone-texte texte .ellipsis {
    width: 400px !important;
}

#ficheForceGroupe .encadreCommentaire {
    border-left: 2px solid #C8D0DE;
    padding-left: 5px;
    margin-top: 25px;
}

#ficheForceGroupe .encadreCommentaire .date, #ficheForceGroupe .encadreReponse .date {
    margin-top: -10px;
    font-size: 11px;
    font-style: italic;
    color: #AAAAAA;
}

#ficheForceGroupe .encadreReponse {
    margin-left: 50px;
    margin-top: 30px;
    padding: 10px 10px 5px;
    border: 1px solid #C8D0DE;
    background-color: #F3F7FE;
    position: relative;
}

#ficheForceGroupe .encadreFleche {
    width: 30px;
    height: 30px;
    border-top: 1px solid #C8D0DE;
    border-left: 1px solid #C8D0DE;
    background-color: #F3F7FE;
    -ms-transform: rotate(45deg); /* Internet Explorer */
    -moz-transform: rotate(45deg); /* Firefox */
    -webkit-transform: rotate(45deg); /* Safari et Chrome */
    -o-transform: rotate(45deg); /* Opera */
    position: absolute;
    top: -16px;
    left: 25px;
}