/* 	CSS document
*	Ekoya(c)-2008
*	5 juin 08
*/

.themes_faq
{
	background: url(../images/centreFaq.jpg) repeat-y;
	width: 642px;
	overflow: auto;
}
.questions_faq
{
	background: url(../images/centreFaq.jpg) repeat-y;
	width: 642px;
	overflow:hidden;
}
.questions_faq h3 
{
	margin-left: 30px;
	margin-bottom: 25px;
}
.themes_faq table
{
	border-collapse: collapse;
	background: none;
}
.themes_faq td.themes
{
	line-height: 22px;
	padding-left: 75px;
	width:425px;
	background-image: url(../images/flecheGrise.png);
	background-repeat: no-repeat;
	background-position: 40px 4px;
}
.bas_theme
{
	margin-bottom: 20px;
}
.question {
	margin-left: 30px;
	margin-bottom: 5px;
	width: 600px;
}
.reponse {
	margin-left: 45px;
	margin-bottom: 10px;
	line-height: 14px;
	width: 550px;
}
a {
	text-decoration: none;
	}
.themes_faq a:hover, .themes_faq a.selection  {
	color: #B70110;
	font-weight: bold;
}
.questions_faq .contacter 
{
	display: block;
	background: url(../images/boutonContacter.jpg) no-repeat;
	width: 134px;
	height: 35px;
	padding-top: 5px;
	margin-left: 485px;
	margin-top: 18px;
	text-align: center;
}