
/* ------------------------------------------------------------------ */
/* -                            NEWSLETTER                                  */
/* ------------------------------------------------------------------ */


#ControlNewsletterBox{
		background: url('images/bg_newsletterbox.jpg') 0px 0px no-repeat;
		width:200px;
		height:85px;
		font-size:11px;
		padding:12px;
		margin-top:15px;
}
/* ***************************** FORM **************************** */

	#NewsletterSubscribeForm .pnlMsg{
	 color:#444444;

	}

	#NewsletterSubscribeForm .label{
	 float:left;
	 width:120px;
	 margin-bottom:5px;
	}

	#NewsletterSubscribeForm .input{	
       margin-bottom:5px;
	 width:250px;
	 float:left;
	}

	#NewsletterSubscribeForm .asterisque{
	 display:block;
	 color:#444444;
	 font-size:20px;
	 float:left;
	 position:relative;
	 top:-5px;
	 margin-left:5px;
	 font-weight:bold;
	 margin-bottom:-20px;
	}

	#NewsletterSubscribeForm .alert{
	float:left;
	display:block;
	margin-bottom:-30px;
	width:171px;
	position:relative;
	top:-30px;
	background:url('images/bulle.gif') 0 0 no-repeat;
	padding-left:30px;
	padding-top:7px;
	height:33px;
	font-size:9px;
	text-align:left;
	color:#498CDD;
	}