@charset "UTF-8";

/* SpryAccordion.css - version 0.4 - Spry Pre-Release 1.6.1 */

/* Copyright (c) 2006. Adobe Systems Incorporated. All rights reserved. */

/* This is the selector for the main Accordion container. For our default style,
 * we draw borders on the left, right, and bottom. The top border of the Accordion
 * will be rendered by the first AccordionPanelTab which never moves.
 *
 * If you want to constrain the width of the Accordion widget, set a width on
 * the Accordion container. By default, our accordion expands horizontally to fill
 * up available space.
 *
 * The name of the class ("Accordion") used in this selector is not necessary
 * to make the widget function. You can use any class name you want to style the
 * Accordion container.
 */
.Accordion { overflow: hidden; background: url(../images/guide-bio-pave-bg.gif) repeat-y; outline:none;}

/* This is the selector for the AccordionPanel container which houses the
 * panel tab and a panel content area. It doesn't render visually, but we
 * make sure that it has zero margin and padding.
 *
 * The name of the class ("AccordionPanel") used in this selector is not necessary
 * to make the widget function. You can use any class name you want to style an
 * accordion panel container.
*/
.AccordionPanel {
	margin: 0px;
	padding: 0px;
}

/* This is the selector for the AccordionPanelTab. This container houses
 * the title for the panel. This is also the container that the user clicks
 * on to open a specific panel.
 *
 * The name of the class ("AccordionPanelTab") used in this selector is not necessary
 * to make the widget function. You can use any class name you want to style an
 * accordion panel tab container.
 *
 * NOTE:
 * This rule uses -moz-user-select and -khtml-user-select properties to prevent the
 * user from selecting the text in the AccordionPanelTab. These are proprietary browser
 * properties that only work in Mozilla based browsers (like FireFox) and KHTML based
 * browsers (like Safari), so they will not pass W3C validation. If you want your documents to
 * validate, and don't care if the user can select the text within an AccordionPanelTab,
 * you can safely remove those properties without affecting the functionality of the widget.
 */
.AccordionPanelTab { border:0; margin: 10px 50px 0 50px; padding: 2px 0px 0px 25px; cursor: pointer; -moz-user-select: none; -khtml-user-select: none; font: 16px "Lucida Sans Unicode", "Lucida Grande", sans-serif; color: #0a823b; background: #f9f1d8 url(../images/guide-bio-fleche.gif) no-repeat; }

/* This is the selector for a Panel's Content area. It's important to note that
 * you should never put any padding on the panel's content area if you plan to
 * use the Accordions panel animations. Placing a non-zero padding on the content
 * area can cause the accordion to abruptly grow in height while the panels animate.
 *
 * Anyone who styles an Accordion *MUST* specify a height on the Accordion Panel
 * Content container.
 *
 * The name of the class ("AccordionPanelContent") used in this selector is not necessary
 * to make the widget function. You can use any class name you want to style an
 * accordion panel content container.
 */
.AccordionPanelContent { overflow: auto; margin: 10px 50px 0 50px; padding: 10px; height:auto; background-color:#fdf9ef; color: #0a823b; }
.AccordionPanelContent p { margin: 0; padding: 10px 0 5px 5px; color: #0a823b; }
.AccordionPanelContent ul { margin: 0; padding: 10px 0 5px 5px; color: #0a823b; font-weight: bold; }
.AccordionPanelContent ul li{ margin: 0; padding: 2px 0 2px 10px; color: #0a823b; list-style: square inside; font-weight: normal; }
.AccordionPanelContent strong { margin: 0; padding: 0; color: #0a823b; font-weight: bold; }

/* 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 { color:#0a823b; background: #f9f1d8 url(../images/guide-bio-fleche2.gif) no-repeat 0px 3px; font: 16px "Lucida Sans Unicode", "Lucida Grande", sans-serif; margin: 5px 50px; padding: 2px 0px 0px 25px;}

/* 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: #0a823b;
}
.AccordionPanelOpen .AccordionPanelTabHover {
	color: #0a823b;
}

/* 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: #f9f1d8;
	color:#0a823b;
}

/* 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: #f9f1d8;
	color:#0a823b;
}

#Accordion-container-cinq-cles.Accordion-container { background: none; width: 474px; padding: 0; }
#Accordion-container-cinq-cles .Accordion { background: none; }
#Accordion-container-cinq-cles .AccordionPanelTab { border:0; margin: 5px 10px 0 10px; padding: 2px 0px 0px 20px; cursor: pointer; -moz-user-select: none; -khtml-user-select: none; font: 16px "Lucida Sans Unicode", "Lucida Grande", sans-serif; color: #b50000; background: url(../images/cinq-cles-fleche-closed.gif) no-repeat left 6px; }
#Accordion-container-cinq-cles .AccordionPanelOpen .AccordionPanelTab { color:#b50000; background: url(../images/cinq-cles-fleche-open.gif) no-repeat 0px 6px; font: 16px "Lucida Sans Unicode", "Lucida Grande", sans-serif; margin: 5px 10px; padding: 2px 0px 0px 20px;}

#Accordion-container-cinq-cles .AccordionPanelContent { overflow: auto; margin: 5px 0; padding: 0 0 20px 0; height:auto; background: url(../images/cinq-cles-bottom-panel.gif) center bottom no-repeat; color: #614343; }
#Accordion-container-cinq-cles .AccordionPanelContent p { font-size: 12px; margin: 0; padding: 5px 15px; color: #614343; }
#Accordion-container-cinq-cles .AccordionPanelContent p a { color: #614343; text-decoration: underline; }
#Accordion-container-cinq-cles .AccordionPanelContent ul { font-size: 12px; margin: 0; padding: 5px 0 5px 5px; color: #614343; font-weight: bold; }
#Accordion-container-cinq-cles .AccordionPanelContent ul li{ font-size: 12px; margin: 0; padding: 2px 0 2px 10px; color: #614343; list-style: square inside; font-weight: normal; }
#Accordion-container-cinq-cles .AccordionPanelContent strong { font-size: 12px; margin: 0; padding: 0; color: #614343; font-weight: bold; }

#Accordion-container-cinq-cles .AccordionPanelContent p.cinq-cles-encart1 { font-size: 12px; padding: 15px 0; color: #b50000; text-align: center; background: url(../images/cinq-cles-encart1.gif) center center no-repeat; }
#Accordion-container-cinq-cles .AccordionPanelContent p.cinq-cles-encart1 strong { font-size: 12px; color: #b50000; }
#Accordion-container-cinq-cles .AccordionPanelContent p.cinq-cles-encart1 a { color: #b50000; text-decoration: underline; }

#Accordion-container-cinq-cles .AccordionPanelContent p.cinq-cles-encart2 { font-size: 12px; padding: 15px 0; color: #b50000; text-align: center; background: url(../images/cinq-cles-encart2.gif) center center no-repeat; }
#Accordion-container-cinq-cles .AccordionPanelContent p.cinq-cles-encart2 strong { font-size: 12px; color: #b50000; }
#Accordion-container-cinq-cles .AccordionPanelContent p.cinq-cles-encart2 a { color: #b50000; text-decoration: underline; }

#Accordion-container-cinq-cles .AccordionPanelContent p.cinq-cles-bouton-promo { padding: 0; }

