
#Acc2 .Content {
	height: 340px;
	width:100%;
}




span.AccordionPanelContent {
	display: block;
}

/* Here's an example of an accordion Aqua Gradient theme that uses
 * different class names from the ones used in SpryAccordion.css,
 * to style the different parts of the accordion.
 */
.AquaAccordion {
	margin-left:10px;
	margin-top:5px;
	width:620px;
	overflow: hidden;
	font-family: Arial,Helvetica,sans-serif
	font-size: 11px;
}

.AquaAccordion .Tab {
	height: 24px;
	background-image: url(../images/accordeon.jpg);
	background-repeat: repeat-x;
	margin: 0px;
	padding-top: 3px;
	cursor: pointer;
	-moz-user-select: none;
	-khtml-user-select: none;
	text-align: left;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFFFFF;
}

.AquaAccordion .Content {
	overflow: auto;
	margin: 0px;
	padding: 0px;
}

.AquaAccordion .hover {
	color: #333333;
}

.AquaAccordion .open {
	/* Add properties here. */
}

.AquaAccordion .closed {
	/* Add properties here. */
	
}

.AquaAccordion .focused {
	/* Add properties here. */	

}
