/* ******************** */
/*     NEWSLETTER       */
/* ******************** */

div.erreurNewsLetter { color: red; font-weight: bold; }

div.newsLetter {
	border: 1px #AFAFAF ;
	border-style: solid;
	padding: 10px;
	font-weight: normal;
	font-size: 10pt;
	font-style: normal;
	color: #5F2F2F ;
	margin-top: 20px;
}

table.newsLetter {
	margin: auto;
	border: none;
	font-weight: bold;
	font-size: 10pt;
	font-style: italic;
	color: gray ;
}

table.newsLetter td {
	padding-right: 15px;
}

table.newsLetter td.espace {
	height: 15px;
}

span.NewsLetterNoMail {
	color: green;
	font-weight: bold;
	font-size: 10pt;
	font-style: italic;
}

div.listeMailNewsLetter {
	border: 1px gray ;
	border-style: dotted;
	font-weight: bold;
	font-size: 10pt;
	font-style: normal;
	color: gray;
	padding: 15px;
}

div.listeMailNewsLetter .listeMail {
	font-weight: normal;
	font-size: 10pt;
	font-style: normal;
	color: #000000;
}

/* ******************************** */
/*       LISTE DES NEWSLETTER       */
/* ******************************** */

a.listeNewsletter {
	text-decoration: none;
	color: #473E8F ;
}

a.listeNewsletter:hover {
	text-decoration: none;
	color: red;
}
/* ******************************** */
/*     INSCRIPTION NEWSLETTER       */
/* ******************************** */

div.newsLetter table.inscription tr td {
	vertical-align: middle ;
	font-weight: normal;
	font-size: 10pt;
	font-style: normal;
	color: #5F2F2F ;
}

/* ******************************** */
/*     UNSUBSCRIBE NEWSLETTER       */
/* ******************************** */

table.unsubscribe {
	font-weight: normal;
	font-size: 10pt;
	font-style: normal;
	color: #000000;
}

table.unsubscribe td {
	padding-right: 30px;
	padding-bottom: 20px;
	vertical-align: top;
}

/* ******************************** */
/*          TABLEAU ADMIN           */
/* ******************************** */

table.aff_classique td.adresseSupprimee {
	color: blue;
}

/* ******************************** */
/*        ENVOI NEWSLETTER          */
/* ******************************** */

span.adresseEnvoiNewsLetterKO {
	color: red;
	font-weight: bold ;
}

span.adresseEnvoiNewsLetterOK {
	color: green;
	font-weight: bold ;
}