@charset "UTF-8";
/* SpryCollapsiblePanel.css - Revision: Spry Preview Release 1.4 */
/* Copyright (c) 2006. Adobe Systems Incorporated. All rights reserved. */
/* This is the selector for the main CollapsiblePanel container. For our
 * default style, the CollapsiblePanel is responsible for drawing the borders
 * around the widget.
 *
 * If you want to constrain the width of the CollapsiblePanel widget, set a width on
 * the CollapsiblePanel container. By default, our CollapsiblePanel expands horizontally to fill
 * up available space.
 *
 * The name of the class ("CollapsiblePanel") used in this selector is not necessary
 * to make the widget function. You can use any class name you want to style the
 * CollapsiblePanel container.
 */
.CollapsiblePanel{
margin: 0px;
padding: 0px;
background:url(../../fonctions/degrade.php?l=400&h=25&sens=2&r1=232&v1=227&b1=223&r2=255&v2=255&b2=255);
}
.CollapsiblePanelTab{
margin: 0px;
padding: 0px;
cursor: pointer;
-moz-user-select: none;
-khtml-user-select: none;
background-image:url(../../images/ouvrir.png);
background-repeat:no-repeat;
background-position:right;
}
.CollapsiblePanelContent{
background-color: #f8f5f0;
margin: 0px;
padding: 0px;
border:solid 1px #eeeeee;
border-top:0px;
}
.CollapsiblePanelOpen .CollapsiblePanelTab{
background-image:url(../../images/fermer.png);
background-repeat:no-repeat;
background-position:right;
}