/* ---------------------------------------------------------------------
     styles propres � la faq
------------------------------------------------------------------------*/

@import url(styles.css);

@import url(menu.css);

#faq {

	background-image:url(../elements/fonds/fond_faq.jpg);
	background-repeat:no-repeat;
	background-position : 0 0;
	
width : 840px;
	height : 1121px;
	
}
#contenu{
	position : absolute;
	left:270px;
	top : 290px;
	color : #000;
	font-size : 14px;
	font-family : "Trebuchet MS";
	text-align : left;
	width : 470px;
}
#contenu h1{
	font-size : 14px;
	text-decoration : underline;
	text-align : center;
	margin : 1em 0;
}
#retour_accueil {
	display : block;
	position : absolute;
	background-image:url(../elements/accueil.png);
	background-repeat:no-repeat;
	left:190px;
	top : 680px;
	width : 99px;
	height : 35px;
}
#anim{
	height : 120px;
	width : 190px;
	margin : 0 auto;
	text-align : center;
}
dt a{
text-decoration : underline;
}
dd{
	display : none;
}
#questions{
	height : 550px;
	overflow : auto;
}






