

/* Bloc contenant l'ensemble du Formulaire pour l'inscription ou la Désinscription à notre Bulletin de Nouvelles */
.Newsletter-Bloc { 
	padding			: 5px 5px 5px 5px;
	background-color	: white; width: 440px; 
	margin-top		: 25px;
	margin-bottom		: 15px;
	border			: 5px outset #EFEFEF;
	text-align		: center;
	vertical-align		: middle;
	display			: block;
	margin-left		: auto;
	margin-right		: auto; }


/* Case Input pour Inscrire le Courriel */
.Newsletter-Case { 
	margin-top		: 5px;
	margin-bottom		: 8px;
	text-align		: left;
	vertical-align		: middle;
	font			: bold 16px black verdana;
	background-color	: #EEEEEE;
	border			: 2px outset #969696;
	padding-left		: 12px;
	display			: block;
	margin-left		: auto;
	margin-right		: auto; }


/* Bouton pour Soumettre le Formulaire */
.Newsletter-Bouton  { 
	vertical-align		: middle;
	text-align		: center;
	font			: bold small-caps 16px "Times New Roman";
	color			: white; 
	height			: 26px;
	width			: 95px;
	background-color	: black;
	border			: 2px outset #DDDDDD;
	cursor			: pointer; } 


/* Texte Secondaire - Choix Inscription ou Désinscription ainsi que la ligne demandant le Code Anti-Spam */
.Newsletter-TxtSec  { 
	font			: 15px "Times New Roman";
	color			: #993333; } 


/* La case ou l'Usager tape le Code Anti-Spam */
.Case-AntiSpam	{ 
	font 			: bold 19px monospace,arial;
	text-transform		: uppercase;
	background-color	: #fafaf6; 
	padding			: 0px 2px 0px 2px;
	border			: 2px inset #969696;
	margin-top		: 0px;
	height			: 22px;
	vertical-align		: middle; }

/* Le Message Affichant un Problème avec l'entrée pour le Code Anti-Spam */
.Spam-Notice-Erreur { 
	font			: italic 12px verdana;
	color			: red; }

/* Séparation entre les Sections Courriel/Anti-Spam/Bouton */
hr.Newsletter-Separation {
	width			: 35%;
	text-align		: center; }

/* Bande Comprenant la Section du Code Anti-Spam */
.Newsletter-Bande-V1 {
	width			: 98%;
	background-color	: #DDDDDD;
	padding			: 1px 3px 4px 3px;
	margin-top		: 0px;
	margin-bottom		: 8px;
	text-align		: center;
	vertical-align		: middle;
	display			: block;
	margin-left		: auto;
	margin-right		: auto; 
	border-top		: 1px solid black;
	border-bottom		: 1px solid black; }

/* Bande Comprenant le Titre du Bloc Newsletter «Notre service de Bulletin de Nouvelles» */
.Newsletter-Bande-V2 {
	font			: small-caps bold 19px "Times New Roman";
	text-align		: center;
	vertical-align		: middle;
	margin-bottom		: 5px;
	width			: 98%;
	background-color	: #333366;
	color			: #FFFFCC;
	padding			: 3px;
	display			: block;
	margin-left		: auto;
	margin-right		: auto; 
	border			: 2px outset #336699; }

/* Le Texte qui accompagne les Choix de type «Radio» */
.Newsletter-TxtChoix  { 
	font			: small-caps bold 15px "Times New Roman"; } 

/* Les Choix de type «Radio» */
.NewsletterRadio {
	vertical-align		: bottom;
	margin-bottom		: 0px;
	margin-right		: 4px;
	height			: 16px;
	width			: 16px; }

/* Question sur Quel type d'Affichage désiré */
.Newsletter-TitreSec {
	font			: bold 14px arial;
	text-align		: center;
	vertical-align		: middle;
	color			: #333366; }

/* Choix de Réponses sur le type d'Affichage entre Txt et HTML */
.ModeTxtHtml {
	width			: 98%;
	padding			: 4px 1px 4px 1px;
	margin-top		: 4px;
	margin-bottom		: 0px;
	text-align		: center;
	vertical-align		: middle;
	display			: block;
	margin-left		: auto;
	margin-right		: auto; 
	border-top		: 1px solid #333366; }
