﻿.outils {
    border: 1px solid #acacac;
    width: 130px;
    float:right;
    position:relative;
    top:-1px;
}

.outils a#btnPartager {
    background-position: 5px center;
    background-repeat: no-repeat;
    display: block;
    font-weight: 600;
    height: 100%;
    line-height: 30px;
    text-decoration: none;
    padding-left: 31px;
    background-image: url("../../icoPartagerGrisFonce.png");  
    color:#333333;
}

.lienPartager {
    padding:2px;
    margin:0;
    display:none;
    position: absolute;
    z-index: 5;
    background-color:white;
    border: 1px solid #acacac;
}
.lienPartager li {
    list-style:none;
    margin: 5px;
}
.outils .lienPartager img {
    height: 21px;
    width: 22px;
}
.outils .lienPartager a {
    text-decoration: none;
}
.outils .lienPartager a span {
    margin-left: 4px;
    font-size:0.9em;
    color:#333333;
    position:relative;
    top:-5px;
}
#dialogueEnvoyerParCourriel #btnAnnulerEnvoiCourriel, #dialogueEnvoyerParCourriel #btnEnvoyerCourriel {
    background-color: #d6d6d7;
    border-radius: 20px;
    box-shadow: 1px 2px 0 0 rgba(0, 0, 0, 0.34);
    color: #283749;
    cursor: pointer;
    display: inline-block;
    font-size: 1em;
    font-weight: 400;
    padding: 5px 15px;
}

#dialogueEnvoyerParCourriel #btnAnnulerEnvoiCourriel:hover, 
#dialogueEnvoyerParCourriel #btnEnvoyerCourriel:hover,
#dialogueEnvoyerParCourriel #btnAnnulerEnvoiCourriel:focus, 
#dialogueEnvoyerParCourriel #btnEnvoyerCourriel:focus {
    background-color: #eeeeef;
}