/* CSS Document */
#centre-bas {
	margin: 29px 0 0 0;
	width: 100%;
}

#centre-bas-titre {
	background-image: url(img/interface/onglet-vert-largerer.gif);
	background-repeat: no-repeat;
	height: 15px;
	width: 688px;
	margin: 0 0 17px 0;
}

#centre-bas-barre-page {
	margin: 10px 0 0 0;
	height: 19px;
	width: 530px;
	background-color: #EAFAE0;
}
#centre-bas-texte-retour {
	color: #507A37;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:0.9em;
	font-weight:bold;
	display: inline;
	float: left;
	padding: 3px 0 0 0;
}
#centre-bas-texte-retour a {
	color: #507A37;
	text-decoration: none;
}
#centre-bas-texte-retour a:hover {
	background-color: #507A37;
	color: #FFFFFF;
}

#centre-bas-libelle {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:1em;
	color:#FFFFFF;
	font-weight:bold;
	text-align: center;
	width: 289px;
	padding: 1px 0 0 0;
}

#liste-questions {
	list-style-type: none;
	width: 90%;
	margin: 0 0 0 0px;
}
#liste-questions li {
	background-image: url(img/interface/picto-conseil-liste.gif);
	background-repeat: no-repeat;
	background-position: 0 6px;
}

.ligne-lien-question {
	background-color: #FFFFFF;
	width: 100%;
	height: 30px;
	border-top: 4px solid #F5F5F5;
	text-decoration: none;
	color: #557733;
	font-weight: bold;
	cursor: hand;
	display: block;
	margin: 0 0 0 15px;
}

.ligne-lien-question:hover {
	background-color: #CAF0B3;
}

.question {
	padding: 0 0 5px 15px;
	font-weight: bold;
	color: #557733;
}

.description {
	padding: 0 0 0 0;
}

#liste-reponses {
	list-style-type: none;
	width: 90%;
	margin: 30px 0 0 0px;
}
#liste-reponses li {
	margin: 10px 0 0 0;
	background-image: url(img/interface/picto-conseil-liste.gif);
	background-repeat: no-repeat;
	background-position: 0 3px;
}
