input
{
	border: 1px #369 solid;
	background-color: #FFF;
	font-size: 12px;
}

textarea
{
	border: 1px #369 solid;
	background-color: #FFF;
	font-size: 12px;
}

.intro
{
	font-size: 1.1em;
	color: #ad5c33;
	line-height: 1.2em;
	padding:0;
	margin:0 0 5px 0;
}
.minutage
{
	font-size: 1.1em;
	color: #000;
	line-height: 1.2em;
}

a,a:hover,a:link,a:visited
{
	color:black;
}

.question
{
}

.questiontitle
{
	font-size: 1.1em;
	color: #777dad;
	line-height: 1.3em;
	display: block;
	border-bottom: 1px #777dad solid;
	padding: 0px 0px 5px 0px;
	margin: 0px 0px 10px 0px;
}

.questionsubtitle
{
	font-size: 1.0em;
	color: #ad5c33;
	line-height: 1.2em;
	display: block;
	margin: 10px 0px 5px 0px;
}

.radiobutton
{
	display: block;
	height:22px;
	margin : 0px 0px 0px 0px;
	padding : 0px 0px 9px 5px;
	cursor:pointer
}

.radiobutton_over
{
	background-color: #cfcbbd;
}

.radiobutton label,.radiobutton_over label
{
	cursor:pointer; 
	display:block;
	padding : 5px 0px 5px 20px;	
	height:22px;
	line-height:1em;
	background-image: url(../images/forms/notick.gif);
	background-repeat: no-repeat;
	background-position: 0px 2px;
}

.radiobutton label.checked,.radiobutton_over label.checked
{
	cursor:pointer; 
	display:block;
	background-image: url(../images/forms/tick.gif);
	background-repeat: no-repeat;
	background-position: 0px 2px;
}

.checkbox
{
	display: block;
	height:22px;
	margin : 0px 0px 0px 0px;
	padding : 0px 0px 9px 5px;
	cursor:pointer
}

.checkbox_over
{
	background-color: #cfcbbd;
}

.checkbox label,.checkbox_over label
{
	cursor:pointer; 
	display:block;
	padding : 5px 0px 5px 20px;	
	height:22px;
	line-height:1em;
	background-image: url(../images/forms/notick.gif);
	background-repeat: no-repeat;
	background-position: 0px 2px;
}

.checkbox label.checked,.checkbox_over label.checked
{
	cursor:pointer; 
	display:block;
	background-image: url(../images/forms/tick.gif);
	background-repeat: no-repeat;
	background-position: 0px 2px;
}

.checkbox input,.checkbox_over input
{
	position: absolute;
	left: -10;
}

.button_100
{
	width:100px;
	height: 18px;
	overflow: hidden;
	font-size: 0.9em;
	cursor: pointer;
	float:left;
}

.button_200
{
	width:200px;
	height: 18px;
	overflow: hidden;
	font-size: 0.9em;
	cursor: pointer;
	float:left;
}

.button_350
{
	width:350px;
	height: 18px;
	overflow: hidden;
	font-size: 0.9em;
	cursor: pointer;
}

.button_100 a, .button_100 a:link, .button_100 a:visited, .button_100 a:hover
{
	color:black;
	text-decoration: none;
}

.bg_suite
{
	background-image: url(../images/forms/bg_suite.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding: 0px 23px 0px 8px;
	height: 18px;
	text-align:right;
}

.bg_suite_over
{
	background-image: url(../images/forms/bg_suite_over.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding: 0px 23px 0px 8px;
	height: 18px;
	text-align:right;
}

.bg_fin
{
	background-image: url(../images/forms/bg_fin.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding: 0px 8px 0px 23px;
	height: 18px;
}

.bg_fin_over
{
	background-image: url(../images/forms/bg_fin_over.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding: 0px 8px 0px 23px;
	height: 18px;
}

.high_suite
{
	background-image: url(../images/forms/bg_suite_over.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding: 0px 23px 0px 8px;
	height: 18px;
	text-align:right;
}

.bg_retour
{
	background-image: url(../images/forms/bg_retour.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding: 0px 8px 0px 20px;
	height: 18px;
}

.bg_retour_over
{
	background-image: url(../images/forms/bg_retour_over.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding: 0px 8px 0px 20px;
	height: 18px;
}

.bg_abandon
{
	background-image: url(../images/forms/bg_abandon.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding: 0px 8px 0px 20px;
	height: 18px;	
}

.bg_abandon_over
{
	background-image: url(../images/forms/bg_abandon_over.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding: 0px 8px 0px 20px;
	height: 18px;	
}

.bg_button
{
	background-image: url(../images/forms/bg_abandon.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding: 0px 8px 0px 20px;
	height: 18px;	
}

.bg_button_over
{
	background-image: url(../images/forms/bg_abandon_over.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding: 0px 8px 0px 20px;
	height: 18px;	
}

.button_200 a
{
	text-decoration:none;
}

.question_bottom
{
	margin: 20px 0px 0px 0px;
	background-color: #e9e4d3;
}

ul#scrollbar
{
	list-style-type: none;
	margin: 20px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

ul#scrollbar li
{
	width: 24px;
	height: 24px;
	text-align: center;
	display: block;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	color: white;
	font-size: 0.8em;
	cursor:pointer;
}

ul#scrollbar li.selected
{
	background-image: url(../images/forms/bg_scroll.gif);
	background-repeat: no-repeat;
	background-position: 0px 4px;
}

table.notation
{
	width:380px;
	border-collapse;
	border:none;
}

table.notation th
{
	font-weight: normal;
	width: 280px;
}

table.notation tr
{
	margin: 2px 0px 2px 0px;
}

table.notation td
{
	width: 20px;
	height: 20px;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	border: 1px #666 solid;
}
.notes_over { background-color: #FFF; }
.notes_selected { background-color: #FFF; }

div.floatBreak
{
	clear: both;
	height: 0;
	display: block;
	overflow: hidden;
}

.next_bubble
{
	position:absolute;
	z-index:1000;
	height:65px;
	width:267px;
	font-size:0.9em;
	line-height:1.1em;
	padding: 13px 7px 5px 7px;
}
