@charset "utf-8";
/* CSS Document */


/*---------------------------------*/
/*FAQ PROPERTIES           */
/*-------------------------------*/

#titre
{
	width				:	100%;
	height				:	20px;
	background-image	:	url(../images/faq/faq_title.jpg);
	background-repeat	: 	no-repeat;
}

/*
#blocContainer
{
	margin-top			:	20px;
	margin-left			:	10px;
	padding-top			:	10px;
	padding-left		:	10px;
	height				:	120px;
	background-image	:	url(../images/faq/faq_bandeau.jpg);
	background-repeat	: 	no-repeat;
}
*/


#blocContainerTop
{
	margin-top			:	20px;
	margin-left			:	10px;
	/*padding-top			:	10px;
	padding-left		:	10px;*/
	width				:	960px;
	height				:	8px;
	background-image	:	url(../images/faq/faq_bandeau_haut.jpg);
	background-repeat	: 	no-repeat;
	overflow			:	hidden;
}


#blocContainerCentre
{
	margin-left			:	10px;
	padding-left		:	10px;
	width				:	960px;
	height				:	115px;
	background-image	:	url(../images/faq/faq_bandeau_centre.jpg);
	background-repeat	: 	no-repeat;
}


#blocContainerBottom
{
	margin-left			:	10px;
	padding-left		:	10px;
	width				:	960px;
	height				:	10px;
	background-image	:	url(../images/faq/faq_bandeau_bas.jpg);
	background-repeat	: 	no-repeat;
}



table, table a
{
	color				:	#FFFFFF;
}

.question
{
	width				:	450px;
}

#subtitle, #subtitle2, #selectionQuestion, #selectionReponse
{
	margin-left			:	20px;
}

#subtitle2
{
	padding-top			:	20px;
}

#selectionQuestion,  #selectionReponse
{
	padding-top			:	5px;
}

.puceFaq
{
	width				:	15px;
	height				:	15px;
	background-image	:	url(../images/faq/faq_puce.png);
	background-repeat	:	no-repeat;
	margin				:	0px;
	padding				:	0px;
}

.hidden
{
	display				:	none;
}