@charset "UTF-8";

/* SpryCollapsiblePanel.css - version 0.5 - Spry Pre-Release 1.6.1 */

/* 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;
	border-left: solid 1px #CCC;
	border-right: solid 1px #999;
	border-top: solid 1px #999;
	border-bottom: solid 1px #CCC;
	border-top-color: #666;
	border-right-color: #666;
	border-bottom-color: #666;
	border-left-color: #666;
}

/* This is the selector for the CollapsiblePanelTab. This container houses
 * the title for the panel. This is also the container that the user clicks
 * on to open or close the panel.
 *
 * The name of the class ("CollapsiblePanelTab") used in this selector is not necessary
 * to make the widget function. You can use any class name you want to style an
 * CollapsiblePanel panel tab container.
 */
.CollapsiblePanelTab {
	font: bold 0.7em sans-serif;
	background-color: #DDD;
	border-bottom: solid 1px #CCC;
	margin: 0px;
	padding: 2px;
	cursor: pointer;
	-moz-user-select: none;
	-khtml-user-select: none;
}

/* This is the selector for a CollapsiblePanel's Content area. It's important to note that
 * you should never put any padding on the content area element if you plan to
 * use the CollapsiblePanel's open/close animations. Placing a non-zero padding on the content
 * element can cause the CollapsiblePanel to abruptly grow in height while the panels animate.
 *
 * The name of the class ("CollapsiblePanelContent") used in this selector is not necessary
 * to make the widget function. You can use any class name you want to style a
 * CollapsiblePanel content container.
 */
.CollapsiblePanelContent {
	margin: 20px;
	padding: 20px;
}

/* An anchor tag can be used inside of a CollapsiblePanelTab so that the
 * keyboard focus ring appears *inside* the tab instead of around the tab.
 * This is an example of how to make the text within the anchor tag look
 * like non-anchor (normal) text.
 */
.CollapsiblePanelTab a {
	color: black;
	text-decoration: none;
}

/* This is an example of how to change the appearance of the panel tab that is
 * currently open. The class "CollapsiblePanelOpen" is programatically added and removed
 * from panels as the user clicks on the tabs within the CollapsiblePanel.
 */
.CollapsiblePanelOpen .CollapsiblePanelTab {
	background-color: #EEE;
}

/* This is an example of how to change the appearance of the panel tab when the
 * CollapsiblePanel is closed. The "CollapsiblePanelClosed" class is programatically added and removed
 * whenever the CollapsiblePanel is closed.
 */

.CollapsiblePanelClosed .CollapsiblePanelTab {
 /* background-color: #EFEFEF */
}

/* This is an example of how to change the appearance of the panel tab as the
 * mouse hovers over it. The class "CollapsiblePanelTabHover" is programatically added
 * and removed from panel tab containers as the mouse enters and exits the tab container.
 */
.CollapsiblePanelTabHover,  .CollapsiblePanelOpen .CollapsiblePanelTabHover {
	background-color: #CCC;
}

/* This is an example of how to change the appearance of all the panel tabs when the
 * CollapsiblePanel has focus. The "CollapsiblePanelFocused" class is programatically added and removed
 * whenever the CollapsiblePanel gains or loses keyboard focus.
 */
.CollapsiblePanelFocused .CollapsiblePanelTab {
	background-color: #666;
}
#aebases {
	width: 760px;
	margin-left: 20px;
}
#CONTENEUR #contenu #logiciels #CollapsiblePanel1 .CollapsiblePanelContent a {
	color: #333;
}
#CONTENEUR #contenu #logiciels #CollapsiblePanel1 .CollapsiblePanelContent a2 {
	color: #039;
}

#CONTENEUR #contenu #logiciels #CollapsiblePanel1 .CollapsiblePanelContent {
	color: #000;
}
#CONTENEUR #contenu #logiciels #CollapsiblePanel1 .CollapsiblePanelContent a {
	color: #333;
}
#b1 {
	height: 200px;
	width: 600px;
	border: thin groove #333;
}
#CONTENEUR #contenu #aebases #CollapsiblePanel2 .CollapsiblePanelContent #b2 {
	border: thin groove #333;
	height: 200px;
	width: 600px;
}
#CONTENEUR #contenu #aebases #CollapsiblePanel2 .CollapsiblePanelContent #b3 {
	border: thin groove #333;
	height: 200px;
	width: 600px;
}
#CONTENEUR #contenu #aebases #CollapsiblePanel2 .CollapsiblePanelContent #b4 {
	height: 200px;
	width: 600px;
	border: thin groove #333;
}
#CONTENEUR #contenu #aebases #CollapsiblePanel2 .CollapsiblePanelContent #b5 {
	height: 200px;
	width: 600px;
	border: thin groove #333;
}
#CONTENEUR #contenu #aebases #CollapsiblePanel2 .CollapsiblePanelContent #b6 {
	height: 200px;
	width: 600px;
	border: thin groove #333;
}
#CONTENEUR #contenu #aebases #CollapsiblePanel2 .CollapsiblePanelContent #b7 {
	height: 200px;
	width: 600px;
	border: thin groove #333;
}
#CONTENEUR #contenu #aebases #CollapsiblePanel2 .CollapsiblePanelContent a {
	color: #333;
}
#aefacile {
	width: 760px;
	margin-left: 20px;
}
#f1 {
	height: 500px;
	width: 600px;
}
#f1 {
	border: thin groove #333;
}
#CONTENEUR #contenu #aefacile #CollapsiblePanel3 .CollapsiblePanelContent #f2 {
	height: 500px;
	width: 600px;
	border: thin groove #333;
}
#CONTENEUR #contenu #aefacile #CollapsiblePanel3 .CollapsiblePanelContent #f3 {
	height: 500px;
	width: 600px;
	border: thin groove #333;
}
#CONTENEUR #contenu #aefacile #CollapsiblePanel3 .CollapsiblePanelContent #f4 {
	height: 500px;
	width: 600px;
	border: thin groove #333;
}
#CONTENEUR #contenu #aefacile #CollapsiblePanel3 .CollapsiblePanelContent #f5 {
	height: 500px;
	width: 600px;
	border: thin groove #333;
}
#CONTENEUR #contenu #aefacile #CollapsiblePanel3 .CollapsiblePanelContent #f6 {
	height: 500px;
	width: 600px;
	border: thin groove #333;
}
#CONTENEUR #contenu #aefacile #CollapsiblePanel3 .CollapsiblePanelContent #f7 {
	height: 500px;
	width: 600px;
	border: thin groove #333;
}
#CONTENEUR #contenu #aefacile #CollapsiblePanel3 .CollapsiblePanelContent #f8 {
	height: 500px;
	width: 600px;
	border: thin groove #333;
}
#CONTENEUR #contenu #aefacile #CollapsiblePanel3 .CollapsiblePanelContent #f9 {
	height: 500px;
	width: 600px;
	border: thin groove #333;
}
#CONTENEUR #contenu #aefacile #CollapsiblePanel3 .CollapsiblePanelContent #f10 {
	height: 535px;
	width: 600px;
	border: thin groove #333;
}
#CONTENEUR #contenu #aefacile #CollapsiblePanel3 .CollapsiblePanelContent #f11 {
	height: 500px;
	width: 600px;
	border: thin groove #333;
}
#CONTENEUR #contenu #aefacile #CollapsiblePanel3 .CollapsiblePanelContent #f12 {
	height: 500px;
	width: 600px;
	border: thin groove #333;
}
#CONTENEUR #contenu #aefacile #CollapsiblePanel3 .CollapsiblePanelContent #f13 {
	height: 500px;
	width: 600px;
	border: thin groove #333;
}
#CONTENEUR #contenu #aefacile #CollapsiblePanel3 .CollapsiblePanelContent #f14 {
	height: 520px;
	width: 600px;
	border: thin groove #333;
}
#CONTENEUR #contenu #aefacile #CollapsiblePanel3 .CollapsiblePanelContent #f15 {
	height: 500px;
	width: 600px;
	border: thin groove #333;
}
#CONTENEUR #contenu #aefacile #CollapsiblePanel3 .CollapsiblePanelContent a {
	color: #333;
}
#aenormal {
	width: 760px;
	margin-left: 20px;
}
#CONTENEUR #contenu #aenormal #CollapsiblePanel4 .CollapsiblePanelContent #f16 {
	height: 500px;
	width: 600px;
	border: thin groove #333;
}
#CONTENEUR #contenu #aenormal #CollapsiblePanel4 .CollapsiblePanelContent #f17 {
	height: 500px;
	width: 600px;
	border: thin groove #333;
}
#CONTENEUR #contenu #aenormal #CollapsiblePanel4 .CollapsiblePanelContent #f18 {
	height: 500px;
	width: 600px;
	border: thin groove #333;
}
#CONTENEUR #contenu #aenormal #CollapsiblePanel4 .CollapsiblePanelContent #f19 {
	height: 500px;
	width: 600px;
	border: thin groove #333;
}
#CONTENEUR #contenu #aenormal #CollapsiblePanel4 .CollapsiblePanelContent #f20 {
	height: 500px;
	width: 600px;
	border: thin groove #333;
}
#CONTENEUR #contenu #aenormal #CollapsiblePanel4 .CollapsiblePanelContent #f21 {
	height: 500px;
	width: 600px;
	border: thin groove #333;
}
#CONTENEUR #contenu #aenormal #CollapsiblePanel4 .CollapsiblePanelContent #f22 {
	height: 500px;
	width: 600px;
	border: thin groove #333;
}
#CONTENEUR #contenu #aenormal #CollapsiblePanel4 .CollapsiblePanelContent #f23 {
	height: 500px;
	width: 600px;
	border: thin groove #333;
}
#CONTENEUR #contenu #aenormal #CollapsiblePanel4 .CollapsiblePanelContent #f24 {
	height: 500px;
	width: 600px;
	border: thin groove #333;
}
#CONTENEUR #contenu #aenormal #CollapsiblePanel4 .CollapsiblePanelContent #f25 {
	height: 500px;
	width: 600px;
	border: thin groove #333;
}
#CONTENEUR #contenu #aenormal #CollapsiblePanel4 .CollapsiblePanelContent #f26 {
	height: 500px;
	width: 600px;
	border: thin groove #333;
}
#CONTENEUR #contenu #aenormal #CollapsiblePanel4 .CollapsiblePanelContent #f27 {
	height: 500px;
	width: 600px;
	border: thin groove #333;
}
#CONTENEUR #contenu #aenormal #CollapsiblePanel4 .CollapsiblePanelContent #f28 {
	height: 500px;
	width: 600px;
	border: thin groove #333;
}
#CONTENEUR #contenu #aenormal #CollapsiblePanel4 .CollapsiblePanelContent #f29 {
	height: 500px;
	width: 600px;
	border: thin groove #333;
}
#CONTENEUR #contenu #aenormal #CollapsiblePanel4 .CollapsiblePanelContent #f30 {
	height: 500px;
	width: 600px;
	border: thin groove #333;
}
#CONTENEUR #contenu #aenormal #CollapsiblePanel4 .CollapsiblePanelContent #f31 {
	height: 500px;
	width: 600px;
	border: thin groove #333;
}
#CONTENEUR #contenu #aenormal #CollapsiblePanel4 .CollapsiblePanelContent #f32 {
	height: 500px;
	width: 600px;
	border: thin groove #333;
}
#CONTENEUR #contenu #aenormal #CollapsiblePanel4 .CollapsiblePanelContent #f33 {
	height: 500px;
	width: 600px;
	border: thin groove #333;
}
#CONTENEUR #contenu #aenormal #CollapsiblePanel4 .CollapsiblePanelContent #f34 {
	height: 500px;
	width: 600px;
	border: thin groove #333;
}
#CONTENEUR #contenu #aenormal #CollapsiblePanel4 .CollapsiblePanelContent #f35 {
	height: 500px;
	width: 600px;
	border: thin groove #333;
}
#CONTENEUR #contenu #aenormal #CollapsiblePanel4 .CollapsiblePanelContent #f36 {
	height: 500px;
	width: 600px;
	border: thin groove #333;
}
#CONTENEUR #contenu #aenormal #CollapsiblePanel4 .CollapsiblePanelContent #f37 {
	height: 500px;
	width: 600px;
	border: thin groove #333;
}
#CONTENEUR #contenu #aenormal #CollapsiblePanel4 .CollapsiblePanelContent a {
	color: #333;
}
#aedur {
	width: 760px;
	margin-left: 20px;
}
#CONTENEUR #contenu #aedur #CollapsiblePanel5 .CollapsiblePanelContent #f38 {
	height: 500px;
	width: 600px;
	border: thin groove #333;
}
#CONTENEUR #contenu #aedur #CollapsiblePanel5 .CollapsiblePanelContent #f39 {
	height: 500px;
	width: 600px;
	border: thin groove #333;
}
#CONTENEUR #contenu #aedur #CollapsiblePanel5 .CollapsiblePanelContent #f40 {
	height: 500px;
	width: 600px;
	border: thin groove #333;
}
#CONTENEUR #contenu #aedur #CollapsiblePanel5 .CollapsiblePanelContent #f41 {
	height: 500px;
	width: 600px;
	border: thin groove #333;
}
#CONTENEUR #contenu #aedur #CollapsiblePanel5 .CollapsiblePanelContent #f42 {
	height: 500px;
	width: 600px;
	border: thin groove #333;
}
#CONTENEUR #contenu #aedur #CollapsiblePanel5 .CollapsiblePanelContent #f43 {
	height: 500px;
	width: 600px;
	border: thin groove #333;
}
#CONTENEUR #contenu #aedur #CollapsiblePanel5 .CollapsiblePanelContent #f44 {
	height: 500px;
	width: 600px;
	border: thin groove #333;
}
#CONTENEUR #contenu #aedur #CollapsiblePanel5 .CollapsiblePanelContent #f45 {
	height: 500px;
	width: 600px;
	border: thin groove #333;
}
#CONTENEUR #contenu #aedur #CollapsiblePanel5 .CollapsiblePanelContent #f46 {
	height: 500px;
	width: 600px;
	border: thin groove #333;
}
#CONTENEUR #contenu #aedur #CollapsiblePanel5 .CollapsiblePanelContent #f47 {
	height: 500px;
	width: 600px;
	border: thin groove #333;
}
#CONTENEUR #contenu #aedur #CollapsiblePanel5 .CollapsiblePanelContent #f48 {
	height: 500px;
	width: 600px;
	border: thin groove #333;
}
#CONTENEUR #contenu #aedur #CollapsiblePanel5 .CollapsiblePanelContent a {
	color: #333;
}
#aesupp {
	width: 760px;
	margin-left: 20px;
}
#CONTENEUR #contenu #aesupp #CollapsiblePanel6 .CollapsiblePanelContent a {
	color: #333;
}
#basex3ds {
	width: 760px;
	margin-left: 20px;
}
#CONTENEUR #contenu #basex3ds #CollapsiblePanel7 .CollapsiblePanelContent #b8 {
	height: 180px;
	width: 600px;
}
#CONTENEUR #contenu #basex3ds #CollapsiblePanel7 .CollapsiblePanelContent #b8 {
	height: 180px;
	width: 600px;
	border: thin groove #333;
}
#CONTENEUR #contenu #basex3ds #CollapsiblePanel7 a {
	color: #333;
}
#tdfacil {
	width: 760px;
	margin-left: 20px;
}
#CONTENEUR #contenu #tdfacil #CollapsiblePanel8 .CollapsiblePanelContent #f48 {
	height: 500px;
	width: 600px;
	border: thin groove #333;
}
#CONTENEUR #contenu #tdfacil #CollapsiblePanel8 .CollapsiblePanelContent #f49 {
	height: 500px;
	width: 600px;
	border: thin groove #333;
}
#CONTENEUR #contenu #tdfacil #CollapsiblePanel8 .CollapsiblePanelContent #f50 {
	height: 1500px;
	width: 600px;
	border: thin groove #333;
}
#CONTENEUR #contenu #tdfacil #CollapsiblePanel8 .CollapsiblePanelContent a {
	color: #333;
}
#tdnorrmal {
	width: 760px;
	margin-left: 20px;
}
#CONTENEUR #contenu #tdnorrmal #CollapsiblePanel9 .CollapsiblePanelContent #f51 {
	height: 500px;
	width: 600px;
	border: thin groove #333;
}
#CONTENEUR #contenu #tdnorrmal #CollapsiblePanel9 .CollapsiblePanelContent #f52 {
	height: 500px;
	width: 600px;
	border: thin groove #333;
}
#CONTENEUR #contenu #tdnorrmal #CollapsiblePanel9 .CollapsiblePanelContent #f53 {
	height: 500px;
	width: 600px;
	border: thin groove #333;
}
#CONTENEUR #contenu #tdnorrmal #CollapsiblePanel9 .CollapsiblePanelContent #f54 {
	height: 500px;
	width: 600px;
	border: thin groove #333;
}
#CONTENEUR #contenu #tdnorrmal #CollapsiblePanel9 .CollapsiblePanelContent a {
	color: #333;
}
#tdduur {
	width: 760px;
	margin-left: 20px;
}
#CONTENEUR #contenu #tdduur #CollapsiblePanel10 .CollapsiblePanelContent #f55 {
	height: 500px;
	width: 600px;
	border: thin groove #333;
}
#CONTENEUR #contenu #tdduur #CollapsiblePanel10 .CollapsiblePanelContent #f56 {
	height: 500px;
	width: 600px;
	border: thin groove #333;
}
#CONTENEUR #contenu #tdduur #CollapsiblePanel10 .CollapsiblePanelContent #f57 {
	height: 500px;
	width: 600px;
	border: thin groove #333;
}
#CONTENEUR #contenu #tdduur #CollapsiblePanel10 .CollapsiblePanelContent a {
	color: #333;
}
#tdsuppp {
	width: 760px;
	margin-left: 20px;
}
#CONTENEUR #contenu #tdsuppp #CollapsiblePanel11 .CollapsiblePanelContent a {
	color: #333;
}

