/* Menu accordéon jQUERY pour FIREFOX */

	dl { width: 128px; }
	dl,dd { margin: 0; }
	
	/* Rubrique */
	dt {
	font-size: 10.5px; /* Différence IE-FF */
	font-family: "Franklin Gothic Medium", Arial;
	/*font-weight:bold;*/
	text-transform:uppercase;
	/*padding: 2px; 
	margin: 5px; */
	
	cursor:pointer;
	background: url(/images/icones/fleche_droite.gif) no-repeat scroll 3px 4px;
	display:block;
	
	margin-left:10px;
	margin-top:5px;
	padding:0px;
	text-indent:16px;

	}
	dt a { 
	color:#666666;
	text-decoration: none;
	text-transform:uppercase;
	 }

	/* Section */	
	dd {
	font-size: 10.5px; /* Différence IE-FF */
	font-family: "Franklin Gothic Medium", Arial;
	font-weight:normal;	
	text-transform:uppercase;
	/*letter-spacing: 0.2px;*/
	line-height: 17px;

	}
	dd a { color: #666666; text-decoration:none  }
	/*dd a:hover { color: #FF0000;}*/
	/*dd a:hover.selected {color:#0033FF;	background-color:#000000; }*/
	ul { 
	list-style-image: url(/images/icones/fleche_droite6.gif); 
	padding-left: 15px; 
	margin-left:13px; /* Différence IE-FF */
	margin-top:5px;
	margin-bottom:5px; }

