
/* ------------------------------------------------------------------ */
/* -                            NEWS                                  */
/* ------------------------------------------------------------------ */


#ControlContact{

}

	#ControlContact .pnlMsg{
	 background-color:#F7AD8C;
	 color:#FF4E00;
	 border: 1px solid #FF4E00;
	}

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

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

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

	#ControlContact .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;
	}