.fondbottom {
	background-image: url(../images/bottom_shadow.jpg);
	background-repeat: repeat-x;
}
.fond_droit {
	background-image: url(../images/fond_droite.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.fond_gauche {
	background-image: url(../images/fond_gauche.jpg);
	background-position: left top;
	background-repeat: no-repeat;
}
.content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-top: 40px;
	padding-top: 40px;
	padding-left: 15px;
	background-color: #9CDE00;
	width: 392px;
	margin-right: 15px;
	margin-left: 15px;
	padding-right: 15px;
	background-repeat: repeat-y;
}
STRONG {
   color: #000000;
}

UL {
	font-size: 12px;
	text-align: justify;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}

li {
	list-style-type: none;
	background-image:url(../images/puce_1.gif);
	background-repeat: no-repeat;
	background-position: 5px 4px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 20px;

}

.faqquestion UL {
	font-size: 12px;
	text-align: justify;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 30;
	margin-left: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 30px;
	padding-left: 0;
}

.faqquestion li {
	list-style-type: none;
	background-image:url(../images/puce_2.gif);
	background-repeat: no-repeat;
	background-position: 5px 2px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 20px;

}

.faqquestion a:link {
	color: #000000;
	text-decoration: none;
}
.faqquestion a:visited {
	color: #000000;
	text-decoration: none;
}
.faqquestion a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
.faqquestion a:active {
	color: #FFFFFF;
	text-decoration: none;
}

.faqanswer UL {
	font-size: 12px;
	text-align: justify;
	margin-top: 0;

	margin-bottom: 0;
	margin-left: -15px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 90px;
	padding-left: 0;
}


.faqanswer li {
	list-style-type: none;
	background-image:url(../images/puce_3.gif);
	background-repeat: no-repeat;
	background-position: 0px 2px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 35px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;

}

