ol, ol.liste_question {
	padding-left: 20px;
}

ol.liste_question li, ol.liste_question li:first-line{
	text-decoration: none;
}

ol.liste_question li a:hover{
	text-decoration: underline;
}

ol.questions_reponses {
	padding-left: 0px;
	font-weight: bold;
}

ol.questions_reponses li {
	margin: 20px auto;
}

div.question {
	border-top: solid 1px #cfcfcf;
	border-bottom: solid 1px #cfcfcf;
	background: #BFDAED;
	background-image: url('../images/background_bleuclair.png');
	background-repeat: repeat-x;
	background-position: bottom;
	padding: 5px;
}

div.question a{
	font-weight: bold;
}

div.reponse {
	padding: 5px;
	border-top: solid 1px #efefef;
	border-left: dashed 1px #efefef;
	border-right: dashed 1px #efefef;
	background: #fcfcfc;
	background-image: url('../images/background_blancgris.png');
	background-repeat: repeat-x;
	background-position: top;
}

div.retour {
	font-size: 8px;
	text-transform: uppercase;
	text-align: right;
	border-top: dotted 1px #cfcfcf;
	border-bottom: solid 1px #cfcfcf;
	background: #efefef;
	background-image: url('../images/background_blancgris.png');
	background-repeat: repeat-x;
	background-position: bottom;
	padding-right: 5px;
}

div.retour a{
	color: #afafaf;
}

div.retour a:hover {
	color: #4f4f4f;
	text-decoration: underline;
}
