.questionBg {
	width:528px;
	overflow:hidden;
	background-image: url(/primagaz/16/static/encartBg.png);
	padding:0;
}
.questionTop, .questionBottom {
	width:528px;
	height:4px;
	overflow:hidden;
}
.questionTop {
	background-image: url(/primagaz/16/static/encartTop.gif);
	margin:6px 0 0 0;
}
.questionBottom {
	background-image: url(/primagaz/16/static/encartBot.gif);
}
#qPath, #qPath div  {
	overflow:hidden;
}
.pz-quest-path {
	font:normal 11px Arial;
	margin:0 0 6px 0;
	clear:both;
}
.pz-quest-panel-inf {
	color: #323232;
	padding:3px 0 0 5px;
}
.pz-quest-panel-inf P {
	padding:0;
	margin:5px 0 0 0;
	font-size:11px;
}
.pz-quest-panel-lnk A {
	display:block;
	color: #323232;
	padding:10px 0 0 17px;
	text-decoration:underline;
	background:transparent url(/primagaz/16/static/arrowPink.gif) no-repeat 6px 14px;
	position:relative;
}
.pz-quest-path-q {
	float:left;
	color: #D12A84;
	font-weight:bold;
	background:transparent url(/primagaz/16/static/arrowPink.gif) no-repeat 0 3px;
	padding:0 0 0 10px;
}
.pz-quest-path-r {
	float:left;
	margin:0 0 0 4px;
	color:#323232;
}
.pz-quest-panel {
	clear:both;
	font:normal 12px Arial;
	margin:8px 20px 15px 10px;
}

.pz-quest-panel-lib {
	color: #1B82B9;
	font:bold 13px Arial;
	padding:0 0 5px 5px;
}

#qButtons {
	margin:-1px 0 0 336px;
}
.gwt-RadioButton input {
	float:left;
	position:relative;
}
.gwt-RadioButton label {
	float:left;
	width:465px;
	padding:2px 0 3px 3px;
	position:relative;
}

.gwt-PushButton-up, .gwt-PushButton-up-hovering, .gwt-PushButton-up-disabled, .gwt-PushButton-down, .gwt-PushButton-down-hovering, .gwt-PushButton-down-disabled {
	background:url(/primagaz/16/static/suivantPrecedent.gif) no-repeat scroll 0 0 transparent;
	margin:0;
	text-decoration:none;
	font:normal 13px Arial;
	width:93px;
	text-align:center;
	height:22px;
	color:white;
}
.gwt-PushButton-up {
	cursor:pointer;
}
.gwt-PushButton-up-hovering {
	cursor:pointer;
}
.gwt-PushButton-up-disabled {
	cursor:default;
	background-position:0 -22px;
}
.gwt-PushButton-down {
	cursor:pointer;
}
.gwt-PushButton-down-hovering {
	cursor:pointer;
}

