@charset "UTF-8";
.Accordion {
	border-left: solid 1px gray;
	border-right: solid 1px black;
	border-bottom: solid 1px gray;
	overflow: hidden;
	margin-right: 0px;
	margin-left: 2px;
	padding-bottom: 2px;
	margin-bottom: 5px;
}
.AccordionPanel {
	margin: 0px;
	padding: 0px;
}
.AccordionPanelTab {
	background-color: #8dcb44;
	cursor: pointer;
	-moz-user-select: none;
	-khtml-user-select: none;
	font-size: 120%;
	color: #FFC;
	background-image: url(../images/background.jpg);
	background-repeat: repeat-x;
	margin: 0px;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 15px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #8dcb44;
	border-bottom-color: #8dcb44;
}

.AccordionPanelContentiste {
	overflow: auto;
	margin: 0px;
	padding: 0px;
	height: 325px;
}

/* This is an example of how to change the appearance of the panel tab that is
 * currently open. The class "AccordionPanelOpen" is programatically added and removed
 * from panels as the user clicks on the tabs within the Accordion.
 */
.AccordionPanelOpen .AccordionPanelTab {
	background-color: #8589c8;
}

/* This is an example of how to change the appearance of the panel tab as the
 * mouse hovers over it. The class "AccordionPanelTabHover" is programatically added
 * and removed from panel tab containers as the mouse enters and exits the tab container.
 */
.AccordionPanelTabHover {
	color: #FFC;
	background-color: #8589c8;
	background-image: none;
}
.AccordionPanelOpen .AccordionPanelTabHover {
	color: #FFF;
	background-color: #8589c8;
	background-image: none;
}

/* This is an example of how to change the appearance of all the panel tabs when the
 * Accordion has focus. The "AccordionFocused" class is programatically added and removed
 * whenever the Accordion gains or loses keyboard focus.
 */
.AccordionFocused .AccordionPanelTab {
	background-color: #8589c8;
}

/* This is an example of how to change the appearance of the panel tab that is
 * currently open when the Accordion has focus.
 */
.AccordionFocused .AccordionPanelOpen .AccordionPanelTab {
	background-color: #8589c8;
}
.travel h1 {
	font-size: 150%;
	margin-left: 15px;
}
