/* Css de backoffice_gestion_mail_nouveaux_articles */
.champs_inscription_notif_mail {
    padding:7px;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.table_btn_inscription_mail_notif_article {
    width: 100%;
}

.btn_inscription_mail_article {
    border: 1px solid #4666ce;
    background-color: #4666ce;
    color: #fff;
    cursor: pointer;
    width: 100%;
    height: 30px;
    padding-top: 7px;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-weight: bold;
    font-size: 13px;
}


.btn_desinscription_mail_article {
    border: 1px solid #ce465d;
    background-color: #ce465d;
    color: #fff;
    cursor: pointer;
    width: 100%;
    height: 30px;
    padding-top: 7px;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-weight: bold;
    font-size: 13px;
}

.retour_erreur {
	color:#9b2020;
}