/* 
    Document   : tampon
    Created on : 21 janv. 2014, 16:02:07
    Author     : benjamin
    Description:
        Purpose of the stylesheet follows.
*/


.td_tab_tamp{
    text-align: center;
    vertical-align: middle !important;
}

.mess_erreur_tmp{
    border-radius: 0px 0px 10px 10px;
    -webkit-border-radius: 0px 0px 10px 10px;
    -moz-border-radius: 0px 0px 10px 10px;
    background-color: #ff0000;
    margin: -10px 0px 0px 120px;
    width: 250px;
    color: #ffffff;
}

.mess_ok_tmp{
    border-radius: 0px 0px 10px 10px;
    -webkit-border-radius: 0px 0px 10px 10px;
    -moz-border-radius: 0px 0px 10px 10px;
    background-color: #17C780;
    margin: -10px 0px 0px 120px;
    width: 250px;
    color: #ffffff;
}


span.target, 
div.target {
    background-image: url("../../images/pictos/target.png");
    background-position: center 0px;
    margin-left: -14px !important;
    cursor: pointer;
}

span.btn_tampon, 
div.btn_tampon,
button.btn_tampon{
    background: none;
    cursor: pointer;
    background-image: url("../../images/pictos/tampon.png");
    background-repeat: no-repeat;
    background-position: 0px center;
    width: 18px;
    height: 18px;
    border: none;
    padding: 0px;
    margin: 1px;
}