.block-form h3 {
	border-bottom: none;
	margin-bottom: 0;
}

.block-form fieldset {
	display: block;
	background: #F8F8F8;
	border: 1px solid #CCC;
	position: relative;
	margin: 0;
	padding: 10px 10px 0px 10px;
}

.block-form .field {
	margin-bottom: 8px;
	text-align: left;
}

.block-form .field:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.block-form .field label {
	margin-right: 1%;
	margin-bottom: 3px;
	padding-right: 1%;
}

.block-form .field label span {
	position: absolute;
	right: 0;
	top: 0;
}

.block-form .field .buttonsContainer {
	float: left;
}

.block-form .field .buttonsContainer ul {
	margin: 0;
	padding: 0;
}

.block-form .field .buttonsContainer li {
	list-style: none none;
	font-size: 1.0em;
	margin: 0;
}

.block-form .field .btsRadio li {}

.block-form .field input[type='text'], .block-form .field select, .block-form .field textarea {
	width: auto;
	margin: 0 1px 5px 0;
}

.block-form .field input.btRadio, .block-form .field input.btCheckbox {
	vertical-align: middle;
	margin: 0 1px 5px 20px;
}

.block-form .field span.reponse {
	font-size: 1.1em;
	margin: 0 8px 0 0;
	color: #000;
}

#formModify {
	display: none;
}

.block-form .required {
	color: #FF0000;
	text-align: right;
	margin: 0;
}

.block-form .ok {
	color: Green;
	font-size: 1.1em;
	margin: 0 0 0 36%;
}

.block-form .fieldBtn {
	text-align: right;
	clear:both;
	padding-top: 10px;
}

.block-form .field .goodAnswer{
	background-color: #99FF99 ;
}

.barreSondage {
	background: #F0F0F0; 
	height: 15px;
	position: absolute;
}

.barrePourcent {
	position : relative;
}

.block-form .field p {
}

.block-form .field p .legende {
	text-align: center;
	width: 100%;
 }

#questionIllustration {
	background:url("/public/images/bg-shade-g-block.png") repeat-x scroll 0 100% #FFFFFF;
	border: solid #ECECEC;
	border-width: 1px 1px 0;
	padding: 10px;
	display: block;
	margin: 10px auto;
}

.block-form .field .btsScale table {
	border: none;
	width: 100%;
}

.block-form .field .btsScale td {
	text-align: center;
	vertical-align: bottom;
	border: none;
}

.block-form .field .btsScale .btRadio {
	margin: auto;
}

.previousPage{
	clear: left;
	float: left;
	margin-top: 5px;
}

.nextPage{
	clear: right;
	float: right;
	margin-top: 5px;
}

.descriptionField {
	padding-top: 5px;
	padding-bottom: 5px;
	font-style: italic;
}

.legalNotice {
	display: inline-block;
	font-size: 0.9em;
	color: #6d6d6d;
	padding-top: 5px;
}