/* -------------------------------------------------------------------
CLASSES GENERIQUES
------------------------------------------------------------------- */

/* -------------------------------------------------------------------
AUTRES DEFINITIONS
------------------------------------------------------------------- */

/*
 * CONTENU
 */

.lineBoxMainContent{
	padding:10px 0 20px 0;
}

	h1{
		float:left;
		width:707px;
		color:#0068AB;
		font-size:17px;
		font-weight:bold;
		padding:0 0 5px 7px;
	}

	.blocFAQ{
		float:left;
		width:700px;
		margin:0 0 20px 0;
		padding:0 0 0 14px;
	}
	
		.blocFAQ h2{
			float:left;
			width:100%;
			color:#666666;
			font-size:13px;
			font-weight:bold;
			cursor:pointer;
			padding:0 0 5px 0;
		}
		
		.textBlocFAQ{
			float:left;
			width:700px;
			font-size:13px;
			font-weight:normal;
			display:none;
		}
		
	#infosFAQ{
		float:left;
		width:707px;
		padding:0 0 0 7px;
	}
	
	.lineBoxMainContent a{
		font-size:13px;
		font-weight:normal;
		color:#666666;
		text-decoration:underline;
	}
	
	.lineBoxMainContent a:hover{
		font-size:13px;
		font-weight:normal;
		color:#2E6081;
		text-decoration:underline;
	}

