/* ------------------------------------------------------------------ */
/* -                            CONTACT                               */
/* ------------------------------------------------------------------ */


#ControlContact{

}

/*

#ControlContact .pnlMsg{
	width:95%;
	border:1px dotted #8B909F;
	color:red;
}

	#ControlContact TABLE .label{
		vertical-align:top;
		padding-top:2px;
	}

	#ControlContact TABLE .label LABEL{		
		 width:120px;
		 display:block;
	}

	#ControlContact .input{
		width:300px;
	}

	#ControlContact .asterisque{
	    color:#FF5819;
		 font-size:20px;		
		 font-weight:bold;
		 padding-left:10px;
	}

	#ControlContact TABLE TD .btn{
		float:left;
		margin-right:10px;
		width:60px;
	}

	#ControlContact TABLE TD .btnOver{
		float:left;
		margin-right:10px;
		width:60px;
	}

	#ControlContact .alert{	
  	    color:#FF5819;
		clear:both;		
	}*/


/* ------------------------------------------------------------------ */
/* -                            DEVIS                               */
/* ------------------------------------------------------------------ *

.Formulaire{
border:1px solid #E2D6C8;
padding:8px;
}

	.Formulaire .pnlMsg{
	 background-color:#F7AD8C;
	 color:#FF4E00;
	 border: 1px solid #FF4E00;
	}

	.Formulaire .label{
	 float:left;
	 width:90px;
	 margin-bottom:2px;
	}
	
	.Formulaire .asterisque{
	 display:block;
	 color:#FF5819;
	 font-size:20px;
	 float:left;
	 position:relative;
	 top:-5px;
	 margin-left:5px;
	 font-weight:bold;
	 margin-bottom:-30px;
	}

	.Formulaire .alert{
	clear:both;
	display:block;
	width:295px;
	background-color:white;
	padding:3px;
	font-size:9px;
	text-align:left;
	color:#FF5819;
	border:1px #FF5819 solid;
	margin-left:90px;
	margin-bottom:5px;
	}




