/* FORMULAIRES
--------------------------------------------------------------------------------------------------------------------------------------*/

.page-formulaires .conditions{
	color:#8b8b8b;
	font-size:0.92em;
	text-align:justify;
}

#formIns{
	padding:25px;
	margin-bottom:10px;
	border:1px solid #e0e4e7;
}

#formIns li{
	width:100%;
	overflow:hidden;
	margin-bottom:10px;
}

#formIns label{
	width:100px;
	color:#000;
	float:left;
	display:block;
	font-weight:bold;
	font-size:1.09em;
	text-transform:uppercase;
}

#formIns .bigLabel{
	font-size:1.92em;
	color:#ff851b;
	line-height:1em;
}

#formIns .first label{
	width:175px;
}

#formIns .inputText{
	padding:5px;
	height:15px;
	width:485px;
	border:0;
	line-height:1em;
	background-color:#f0f3f5;
}

#formIns select{
	border:0;
	padding:3px;
	width:264px;
	line-height:1em;
	background-color:#f0f3f5;
}

#formIns h3{
	font-size:1.82em;
	color:#ff851b;
	width:100%;
	overflow:hidden;
	font-weight:normal;
	text-transform:uppercase;
}

#formIns h3 span{
	float:left;
}

#formIns h3 small{
	float:right;
	color:#8b8b8b;
	font-size:0.59em;
	text-transform:none;
}

#formIns .cp .inputText{
	width:50px;
}

#formIns .opt{
	padding-top:25px;
	text-align:right;
}

#formIns .check input, #formIns .radio{
	float:left;
	width:13px;
	height:13px;
	margin:3px 15px 0 3px;
}

#formIns .check label{
	width:auto;
}

#formIns .bigNote{
	display:block;
	float:none;
	margin-top:15px;
	margin-bottom:15px;
}

#formIns textarea{
	width:585px;
	padding:5px;
	border:0;
	font-size:1.17em;
	color:#8b8b8b;
	background-color:#f0f3f5;
}

#formIns .last label{
	width:180px;
}

#formIns .last .btnEnvoyer{
	float:right;
}