/* ###########################################################
##############################################################
######################## SPEEDMAILING ########################
##############################################################
########################################################### */

.tableauEmailingAuto {
	width: 780px;
	margin: 10px auto 10px auto;
	font-size:1em;
	color:#5B4C49;
}

/* BOUTON INFO + CLOSE */
.emailingauto_img_infos {margin: 0 0 0 0;}
.tooltip_close {display:block;float:right;}

/* BOUTON S'INSCRIRE */
#emailingauto_button {
	width:100px;
	height:20px;
	display:block;
	background:url(../images/speedmailing-submitbutton.png) no-repeat top left;
	border:none;
	font-size:1.0em;
	color:#5B4C49;
	vertical-align:middle;
	cursor:pointer;
	text-decoration:underline;
}
#emailingauto_button:hover {
	color:#ffffff;
	background-position: bottom;
	text-decoration:none;
}

/* BOUTON SE DESINSCRIRE */
#emailingauto_button_desinscrire {
	width:120px;
	height:20px;
	background:url(../images/speedmailing-unsubmitbutton.png) no-repeat top left;
	border:none;
	font-size:1.0em;
	color:#000000;
	cursor:pointer;
}
#emailingauto_button_desinscrire:hover {
	background-position:bottom;
	color:#ffffff;
}

/* TOOLTIP */
.emailingauto_tooltip {
	background-color:#B0C1B1;
	padding: 5px;
	font-size:0.9em;
	color: #5B4C49;
	text-align:left;
	border:1px solid #a0a1a3;
}
.emailingauto_tooltip a {color:#ffffff;text-decoration:underline;}
.emailingauto_tooltip a:hover {color:#5B4C49;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 {color:black;font-size: 1em;padding-top: 100px;}
.emailing_auto_confirm_text {padding-bottom: 50px;}

/* CHAMPS EMAIL */
#emailingauto_email {width:140px;height:16px;margin: 0 5px 0 5px;_margin: 0 8px 0 8px;color:#111111;border:none;background-color:#eeeeee;}
#emailingauto_email_unsubscribe {width:140px;height:15px;margin: 0 5px 0 5px;color:#111111;border:none;background-color:#eeeeee;}

/* 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;}
