	#faq {
		border-spacing : 0;
		width : 100%;
	}

	#faq td {
		
	}
	
	#faq ul {
		padding-left : 40px;
	}
	
	#faq li{
		padding-bottom : 10px;
	}
	
	#faq td.questions {
		padding : 10px 30px 10px 10px;
	}
	
	th.active, th.inactive {
		font-weight : bold;
		font-size : 12px;
		text-align : center;
		width: 130px;
		border-right: 1px solid grey;
		padding-top: 4px;
		padding-bottom: 4px;
		letter-spacing : 2px;
	}
	
	th.active {
		background-image : url(/images/share/fond_button.gif);
		color : white;
	}
	
	th.inactive {
		background-image : url(/images/en/serve.gif);
		color : white;
	}
	
	#contact_form {
		border : 2px solid black;
		width: 300px;
		height : 250px;
		position : fixed;
		bottom : 100px;
		right : 25px;
		z-index : 10;
		background-color: white; 
		padding : 20px 20px 10px 20px;
	}
	
	.q {
		font-weight : bold;
		font-size : small;
		color : #333333;
		text-decoration : none;
	}
	
	.a {
		font-size : small;
		clear : both;
	}
