/* Page Elements */

	#contentformulaire {

		width:				761px;
		margin:				0 ;
		padding:			0;
		font-family:verdana;
		color:black;

	}

	#contentformulaire form {
		margin-left:		30px;
		margin-right:		30px;
	}
		
/* End Page Elements */

/* Begin Form Elements */

	#devis{
		font-family:verdana;
		color:black;
		text-align:left;}
	fieldset {  
		margin: 			10px 0 0 0;  
		padding: 			0;

	}

	#devis legend {  
		text-transform:		uppercase;
		font-size:			1em;
		padding:			5px;
		margin-left:		1em;
		color:				#ffffff;
		background:			#B41967;
	}
	
	fieldset ol {  
		padding: 			10px 10px 0 10px;  
		list-style: 		none;
	}
	
	fieldset li {  
		position:			relative;
		padding-bottom: 	1em;
		line-height:		3.4em;
	}
	
	fieldset#submitform {  
		background-image:	none;
		border-style: 		none;
	}
	
	#devis label {
	position:			relative;
	clear:				left;
	float:				left;
	width:				15em;
	margin-right:		5px;
	padding-right:		30px;
	line-height:		3.4em;
	text-align:			right;
	border: 1px solid #B41967;
	}
	
	#devis label.required {
		background:			transparent url(required.gif) no-repeat center right;
	}
	
	#devis label span {
		position:			absolute;
		left:				-10000px;
		top:				0px;
	}
	
	#devis p span.required {
		display:			inline-block;
		vertical-align: 	middle;
		line-height:		3.4em;
		width:				25px;
		line-height:		3.4em;
		text-indent:		-10000px;
		overflow:			hidden;
		background:			transparent url(required.gif) no-repeat center right;		
	}
	
	#devis input {
	padding:			5px;
	font-size:			1em;
	border:				1px solid #493F0B;
	color:				#1E1903;
	background-color: #FCF;
	}
	
	input.radio {
		border:				none;
		background:			transparent;
	}

