/* ###########################################################
######################## SPEEDMAILING ########################
########################################################### */

#module_emailing_auto { padding-bottom: 10px; }

.tableauEmailingAuto { width: 850px; margin: 5px auto 5px auto; }

/* BOUTON INFO + CLOSE */
.emailingauto_img_infos { margin: 0; }
.tooltip_close { display: block; float: right; }

/* BOUTON S'INSCRIRE */
#emailingauto_button {
	width: 100px;
	height: 20px;
	display: block;
	border: 1px solid #555;
}
#emailingauto_button:hover { background-position: bottom; }

/* BOUTON SE DESINSCRIRE */
#emailingauto_button_desinscrire {
	width: 120px;
	height: 20px;
	border: 1px solid #555;
}
#emailingauto_button_desinscrire:hover { background-position: bottom; }

/* TOOLTIP */
.emailingauto_tooltip { padding: 5px; text-align: left; background-color: #999; color:white; border:1px solid #aa0000; }
.emailingauto_tooltip a { text-decoration: underline; color:#aa0000; }
.emailingauto_tooltip a:hover { text-decoration: none; }
.emailingauto_tooltip_unsubscribe input { width: 120px; padding-bottom: 0; }

/* MESSAGES */
.emailing_auto_message_success, .emailing_auto_confirm_text success { color: #1b8f00; }
.emailing_auto_message_error, .emailing_auto_confirm_text error { color: #a20101; }
.emailing_auto_confirm_title { padding-top: 100px; }
.emailing_auto_confirm_text { padding-bottom: 50px; }

/* CHAMPS EMAIL */
#emailingauto_email { width: 190px; height: 20px; margin: 0 5px; border: 1px solid #999999; }
#emailingauto_email_unsubscribe { width: 190px; height: 20px; margin: 0 5px; border: none; }

/* NE PAS TOUCHER LES CLASSES CI-DESSOUS */
#emailingauto_tooltip { position: absolute; display: none; z-index:20000; }
#emailingauto_tooltip_unsubscribe { position: absolute; display: none; z-index:20000; }

