/*
 * CSS pour questionnaires
 * SGL - Sextans
 * 2009-08-24
 */
#wp_questionnaire {
	font:normal 1em/1.333em Verdana, arial, sans-serif;
	margin-top:20px;
	width:560px;
	color:#6d6f64;
	display:none;
}

#wp_questionnaire sup {
	vertical-align: top; 
	position: relative;
	top: -2px; 
}

#wp_questionnaire #nav {
	padding:0 5px;
	height:1.667em;
}
#wp_questionnaire #nav a {
	background:#8cb8c6 url(../images/ul/questionnaires/boutons/fleche_precedent.gif) left top no-repeat;
	color:#fff;
	font-weight:bold;
	text-align:center;
	width:112px;
	height:18px;
	padding:2px 0 0;
	text-decoration:none;
}
#wp_questionnaire #nav a:hover {
	text-decoration:underline;
}

#wp_questionnaire #nav a.precedent {
	float:left;
}
#wp_questionnaire #nav a.suivant {
	float:right;
	background-image:url(../images/ul/questionnaires/boutons/fleche_suivant.gif);
}

#wp_questionnaire #questions { }

#wp_questionnaire .page { }

#wp_questionnaire .page div {
	margin-left:480px;
	width:70px;
	height:20px;
	background:#e8eff6 url(../images/ul/questionnaires/tuiles/page.gif) left top no-repeat;
	text-align:center;
	font-weight:bold;
	font-size:1em;
	color:#8cb8c6;
	padding:5px 0 0;
}

#wp_questionnaire .wp_question {
	display:none;
}

#wp_questionnaire .question {
	background:#e8eff6 url(../images/ul/questionnaires/tuiles/question_haut.gif) left top no-repeat;
}

#wp_questionnaire .question .content {
	padding:12px 12px 12px;
}

#wp_questionnaire .question form {
	margin:0;
	padding:0;
}

#wp_questionnaire .question h2 {
	color:#8cb8c6;
	font:bold 1.083em/1.091em Verdana, Arial, Helvetica, sans-serif;
	margin:0 60px 10px 0;
	text-transform:none;
}

#wp_questionnaire .question .desc table td {
	vertical-align:top;
}

#wp_questionnaire .question .desc ol {
	margin-top:0;
	line-height:1.083em;
}
#wp_questionnaire .question .desc ol li {
	margin-bottom:0.417em;
}

#wp_questionnaire .question input.choix {
	float:left;
}

#wp_questionnaire .question label.choix {
	margin:0 0 10px 25px;
	display:block;
}
#wp_questionnaire .question label.choix_dernier {
	margin-bottom:0;
}

#wp_questionnaire .question label.invalide {
	color:#c80606;
	text-decoration:line-through;
}
#wp_questionnaire .question label.valide {
	color:#00af10;
}

#wp_questionnaire .confirmation { }

#wp_questionnaire .confirmation .content {
	background:transparent url(../images/fr/questionnaires/tuiles/confirmation_haut.gif) left top no-repeat;
	padding:40px 30px 10px 40px;
}
#wp_questionnaire .confirmation_en .content {
	background-image:url(../images/en/questionnaires/tuiles/confirmation_haut.gif);
}

#wp_questionnaire .confirmation .bas {
	background:transparent url(../images/ul/questionnaires/tuiles/confirmation_bas.gif) left top no-repeat;
	height:19px;
}

#wp_questionnaire .question_bas {
	margin-bottom:15px;
}

#wp_questionnaire .question_bas .vide {
	background:transparent url(../images/ul/questionnaires/tuiles/question_bas.gif) left top no-repeat;
	height:11px;
}