@charset "UTF-8";

/* SpryAccordion.css - Revision: GPS */



.Accordion {
	overflow: hidden;
	width: 220px;
	top: 0px;
}
.AccordionPanelTab {
	cursor: pointer;
	-moz-user-select: none;
	-khtml-user-select: none;
	width: 220px;
	height: 26px;
	background-image: url(../../newjs/tops/gps_arrows152x52.gif);
}
.AccordionPanelTab span {
	height:26px;padding-left:26px;
	float: left;
} 
.AccordionPanelContent {
	overflow: auto;
	height: 450px;
	font-size: 11px;
	line-height: 140%;
	background-color: #f6f6f6;
	clear: both;
}
.AccordionPanelContent ul { margin: 0;	padding: 1.375em; }
.AccordionPanelTabHover { color: #fff; }
.AccordionPanelClosed .AccordionPanelTab h3 { background: url('images/blt_panel_clps.gif') no-repeat left 50%; }
.AccordionPanelContent div {
	margin: 5px 10px;
}


.AccordionPanelContent a:link {
	color: #999;
	text-decoration: none;
	font-weight: bold;
}
.AccordionPanelContent a:visited {
	color: #999;
	text-decoration: none;
	font-weight: bold;
}
.AccordionPanelContent a:hover {
	color: #000;
	font-weight: bold;
	text-decoration: none;
}
.AccordionPanelContent a:active {
	color: #000;
	font-weight: bold;
	text-decoration: none;
}
.go{
	display: block;
	height: 26px;
	float: right;
	width: 68px;
	cursor:pointer;
	background: url(../../newjs/tops/all68x52.png) no-repeat 0 0;
	behavior: url(iepngfix.htc);
	behavior: url("../../csshover3.htc");
}

/*Exemple avec liste UL


<div>
		<ul>
					<li>Revolutionary Vanishing Point</li>
					<li>Multiple layer control</li>
					<li>Smart Objects</li>
					<li>Multi-image digital camera raw file processing</li>
					<li>Image Warp</li>
		</ul>
</div> */

