/*********************************************/
/**** L'agence de referencement ****/
/**** css ****/

#page-content {
	background:url('../image/design/bg_faq.gif') no-repeat right bottom #e5e5e5;
}

#faq_list {
	width:860px;
	margin:auto;
}

.question_box {
	padding-bottom:40px;
}

.question_title_box {
	cursor:pointer;
}

.cross {
	float:left;
	width:30px;
}

.cross img {

}
/*
.question_title_box:hover .cross img {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
}*/

.question_title_box h2 {
	float:left;
	width:830px;
	color:#b22f2f;
	font-weight:bold;
	font-size:20px;
	text-align:left;
	line-height:28px;
}

.answer_box {
	color:#1d1d1d;
	font-size:15px;
	text-align:justify;
	padding:15px 0 0 30px;
}

.answer_box ul {
	list-style-type:disc;
	padding-left:15px;
	padding-bottom:15px;
}
.answer_box li {
	padding-top:15px;
}
