/****************************************************************
  Docking Boxes user specific CSS:
*****************************************************************/

/*
Jeu de couleur utilisé dans cette feuille :
   Hex 000000 = RGB   0,   0,   0 = noir
   Hex 222222 = RGB   0,   0,   0 = 
   Hex 292929 = RGB   0,   0,   0 = 
   Hex 333333 = RGB  51,  51,  51 = antracite
   Hex 444444 = RGB  51,  51,  51 = 
   Hex 474747 = RGB  51,  51,  51 = 
   Hex 4B4B4B = RGB  51,  51,  51 = 
   Hex 555555 = RGB 102, 102, 102 = 
   Hex 666666 = RGB 102, 102, 102 = gris foncé
   Hex 777777 = RGB 102, 102, 102 = 
   Hex 7F7F7F = RGB 102, 102, 102 = 
   Hex 999999 = RGB 153, 153, 153 = gris
   Hex B2B2B2 = RGB 153, 153, 153 = 
   Hex CCCCCC = RGB 153, 153, 153 = 
   Hex D3D3D3 = RGB 153, 153, 153 = 
   Hex D8D8D8 = RGB 153, 153, 153 = 
   Hex DDDDDD = RGB 153, 153, 153 = gris clair
   Hex FF6600 = RBG 255, 102,   0 = orange foncé
   Hex FF9933 = RBG 255, 153,  51 = orange
   Hex FFCC66 = RBG 255, 204, 102 = orange moyen
   Hex FFE8B7 = RBG 255, 232, 183 = orange clair
   Hex FFFFFF = RGB 255, 255, 255 = blanc
*/

/* Couleurs de fond et d'avant plan */
/* -------------------------------- */
.dbx-content a, .dbx-content a:visited {color:#FF6600;}
.dbx-content a:hover, .dbx-content a:focus, .dbx-content a:active {color:#FF9933;}
.dbx-content {background-color: #444444;}
.dbx-group {background-color: #222222; color:#FFFFFF;}
.dbx-handle {background-color: #222222; color:#FFFFFF;}
.dbx-tooltip {background:#ffd; color:#000;}


/* Polices de caractére et interligne */
/* ---------------------------------- */
.dbx-content a, .dbx-content a:visited {text-decoration: none;}
.dbx-content a:hover, .dbx-content a:focus, .dbx-content a:active {text-decoration: none;}

/* Alignement */
/* ---------- */
.dbx-content {text-align: left; }

/* Marges et espacements */
/* --------------------- */
.dbx-handle {margin: 0; padding: 6px 0 6px 0;}
/*.dbx-group {padding: 0px 10px 10px 10px;}*/

/* Dimensions */
/* ---------- */
a.dbx-toggle, a.dbx-toggle:visited {width:20px; height:20px;}

/* Positions */
/* --------- */
a.dbx-toggle, a.dbx-toggle:visited {display:block; position:absolute; top:4px; right:3px;}
#dbx-outer {position: relative;}

/* Cadres */
/* ------ */
.dbx-handle {border-style: solid; border-width: 0px 0px 1px; border-color: #FF6600;}
.dbx-content {border-style: solid; border-width: 1px; border-color: #000000;}


/* group container(s) */
#purple-outer {
	border:1px solid #a382c0;
	margin:0 10px 0 0;
	float:left;
	position:relative;/* additional outer containers must also have position:relative */
	}
.dbx-group {
	clear:both;
	}

  
/* handles */
.dbx-handle {
	font:normal normal bold 1em tahoma,sans-serif;
	text-align:center;
	position:relative;
	}
	
/* handle cursors are in a class of their own
   so they only get applied if the script is supported */
.dbx-handle-cursor {
	cursor:move;
	}
	

/* toggle images */
a.dbx-toggle, a.dbx-toggle:visited {
	overflow:hidden;
	background:url(../images/toggle.gif) no-repeat;
	text-indent:-50px;
	text-decoration:none;
	}
	
a.dbx-toggle-open, a.dbx-toggle-open:visited {
	background-position:0 0;
	}
a.dbx-toggle-closed, a.dbx-toggle-closed:visited {
	background-position:0 -20px;
	}
a.dbx-toggle-hilite-open, a.dbx-toggle-hilite-open:visited {
	background-position:-20px 0;
	}
a.dbx-toggle-hilite-closed, a.dbx-toggle-hilite-closed:visited {
	background-position:-20px -20px;
	}


/* keyboard navigation tooltip */
.dbx-tooltip {
	display:block;
	position:absolute;
	margin:36px 0 0 125px;
	width:185px;
	border:1px solid #000;
	font:normal normal normal 0.85em tahoma, arial, sans-serif;
	padding:2px 4px 3px 5px;
	text-align:left;
	}
* html .dbx-tooltip { width:195px; }

/* use CSS2 system colors in CSS2 browsers 
   but not safari, which doesn't support them */
*[class="dbx-tooltip"]:lang(en) {
	border-color:InfoText;
	background:InfoBackground;
	color:InfoText;
	font:small-caption;
	font-weight:normal;
	}


/* inner content area */	
.dbx-content {
	margin:0;
	padding:9px 0 9px 0;
	list-style-type:none;}

.dbx-content ul {padding: 0px 10px;}

.dbx-content li {
	margin:0;
	padding:0 0px 2px 0px;
	list-style-type:none;
	font:normal normal normal 0.85em verdana,sans-serif;
	}


/* toggle state of inner content area */
.dbx-box-closed .dbx-content {
	display:block;
	height:10px;
	padding:0;
	overflow:hidden;
	display: none;
	}


/* additional clone styles */
.dbx-clone {
	opacity:0.8;
	-moz-opacity:0.8;
	-khtml-opacity:0.8;
	filter:alpha(opacity=80);
	}





			