#accordeon { margin-bottom: 10px; margin-top: 10px; }
	#accordeon h3 { 
		height: 30px; 
		background-image: url("../../img/GLOBAL/ACCORDEON/fond_accordeon.gif"); 
		background-repeat: no-repeat;
		line-height: 30px;
		text-indent: 10px;
		margin-bottom: 10px;		
		font-size: 18px;
		cursor: pointer;
	}
		#accordeon h3 a { color: #002b5c; }
		
	#accordeon h3.ferme { background-position: 0 -30px; margin-bottom: 5px; }
		#accordeon h3.ferme a { color: #999999; }
	
	#accordeon h3 + div { margin-bottom: 10px; margin-top: 10px; } 
		#accordeon h3 + div p { line-height: 20px; margin-bottom: 10px; } 
