/**************************************************************************
** PROJECT :		CLISSON
** FILE NAME :		sticky.css
** CREATED :		06/02/08						BY :	Ludo Ran						
** CONTENT :		Feuille de styles 
**
***************************************************************************/

.StickySkin {
	margin: 0;
	padding: 0;
	border-collapse: collapse;
	border-spacing: 0;
}
.StickySkin td {
	padding: 0;
	overflow: hidden;
}
.StickySkin td span {
	font-size: 1px;
}
.stkHd { cursor: move; }
.StickySkinContent {
	width: 100%;
	*height: 100%;
	font-size: 11px;
	overflow: auto;
}
.StickySkinContent td {
	font-size: 11px;
}
.contentSticky {
	background-color: #fff;
	overflow: hidden;
}
.titleSticky {
	font: 11px Trebuchet MS;
	font-weight: bold;
	color: #66a237;
	overflow: hidden;
}
.toggleSticky {
	position: absolute;
	top: 12px;
	right: 27px;
	cursor: default;
	z-index: 20000;
}
.closeSticky {
	position: absolute;
	top: 12px;
	right: 13px;
	cursor: default;
	z-index: 20000;
}
.contentSticky input.button {
	width: 70px;
	height: 20px;
	font-size: 11px;
	color: #fff;
	background: url(../images/button.gif) no-repeat;
	border: none !important;
	cursor: pointer;
}

/* AFFICHAGE LEGENDE */

.lgdclis, .lgdclis li { float: left; clear: left; list-style: none; }

.lgdclis a.cligen, .lgdclis a.clitou, .lgdclis a.clivie, .lgdclis a.clieco { width: 150px; font-weight: bold; text-transform: uppercase; padding-left: 20px; }
.lgdclis a.cligen { color: #66a237; background: url(../images/nav/nvm1.gif) no-repeat; }
.lgdclis a.clitou { color: #7b0a10; background: url(../images/nav/nvm2.gif) no-repeat; }
.lgdclis a.clivie { color: #cb6206; background: url(../images/nav/nvm3.gif) no-repeat; }
.lgdclis a.clieco { color: #2d6795; background: url(../images/nav/nvm4.gif) no-repeat; }

.lgdclis a {
	float: left;	
	color: #333;
	text-decoration: none;	
	line-height: 12px;
	margin: 4px 0 0 3px;
	background-color: #fff;
	cursor: text;
}
.lgdclis img { float: left; }
.lgdclis ul { float: left; clear: left; width: 260px; margin-left: 15px; }
.lgdclis ul ul { /*border-color: #f0f;*/ }
.lgdclis a.lgptitle { font-weight: bold; cursor: pointer; }

