body {
	margin-left:0;
	margin-top:0;
	margin-right:0;
	margin-bottom:0;
	background-image:url(/img/bg_point.gif);
	background-repeat:repeat-y;
	color:#999;
}
#global {
	position:absolute;
	left:51px;
	top:50%;
	height:600px;
	margin-top:-300px;
	border:0;
	width:965px;
}
#leftPut {
	position:absolute;
	left:351px;
	top:50%;
	height:600px;
	margin-top:-300px;
	border:0;
	width:345px;
}
#leftPut:hover {
	background-image:url(/img/leftArrow.png);
}
#rightPut {
	position:absolute;
	left:696px;
	top:50%;
	height:600px;
	margin-top:-300px;
	border:0;
	width:345px;
}
#rightPut:hover {
	background-image:url(/img/rightArrow.png);
}
.folder {
	margin-top:10px;
	float:left;
	width:39px;
	height:30px;
	background:url(/img/folder_3_states.gif) no-repeat 0 0;
}
.folder:hover {
	background:url(/img/folder_3_states.gif) no-repeat 0 -30px;
	cursor:pointer;
}
.opened {
	margin-top:10px;
	float:left;
	width:39px;
	height:30px;
	background:url(/img/folder_3_states.gif) no-repeat 0 -60px;
}
.normalText {
	font-family:"Courier New", Courier, monospace;
	font-size:11px;
}
.petitText {
	font-family:"Courier New", Courier, monospace;
	font-size:11px;
}
.vert {
	color:#00e700;
}
.play {
	height:16px;
	width:24px;
	background:url(/img/fleche.gif) no-repeat 0 0;
}
.play:hover {
	background:url(/img/fleche.gif) no-repeat 0 -16px;
}
.playOpen {
	height:16px;
	width:24px;
	background:url(/img/fleche.gif) no-repeat 0 -32px;
}
.pause {
	height:16px;
	width:24px;
	background:url(/img/pause.gif) no-repeat 0 0;
}
.pause:hover {
	background:url(/img/pause.gif) no-repeat 0 -16px;
	cursor:pointer;
}
.pauseOpen {
	height:16px;
	width:24px;
	background:url(/img/pause.gif) no-repeat 0 -32px;
}
.left {
	height:16px;
	width:8px;
	background:url(/img/mono.gif) no-repeat 1px 0;
}
.left:hover {
	background:url(/img/mono.gif) no-repeat 1px -16px;
	cursor:pointer;
}
.mono {
	height:16px;
	width:17px;
	background:url(/img/monoX.gif) no-repeat -4px 0;
}
.right {
	height:16px;
	width:10px;
	background:url(/img/mono.gif) no-repeat -18px 0;
}
.right:hover {
	background:url(/img/mono.gif) no-repeat -18px -16px;
	cursor:pointer;
}
.rewind {
	height:16px;
	width:25px;
	background:url(/img/rewind.gif) no-repeat 3px 0;
}
.rewind:hover {
	background:url(/img/rewind.gif) no-repeat 3px -16px;
	cursor:pointer;
}
.pdf {
	height:16px;
	width:26px;
	background:url(/img/pdf.gif) no-repeat 0 0;
}
.pdf:hover {
	background:url(/img/pdf.gif) no-repeat 0 -16px;
}
.aro {
	height:16px;
	width:26px;
	background:url(/img/arobase.gif) no-repeat 0 0;
}
.aro:hover {
	background:url(/img/arobase.gif) no-repeat 0 -16px;
}
.what {
	height:16px;
	width:26px;
	background:url(/img/what.gif) no-repeat 0 0;
}
.what:hover {
	background:url(/img/what.gif) no-repeat 0 -16px;
}
.wopened {
	float:left;
	height:16px;
	width:26px;
	background:url(/img/what.gif) no-repeat 0 -32px;
}
#layout {
	width:89900px;
	height:600px;
	z-index:999;
	
}
/*#layout:hover {
	cursor:e-resize;
}*/
#wrapper {
	width:690px;
	overflow:hidden;
	margin-left:1px;

}
#minus:hover {
	cursor:pointer;
}
#malus:hover {
	cursor:pointer;
}
a:link {
	color:#999;
	text-decoration:none;
}
a:hover {
	color:#00e700;
	text-decoration:none;
}
a:visited {
	color:#999;
	text-decoration:none;
}
a:visited:hover {
	color:#00e700;
	text-decoration:none;
}
.greyColor {
	background-color:#efefef;
}
.scrollbar-vert {
	background-color:#EFEFEF;
	height:130px;
	width:10px;
	float:left;
}
.handle-vert {
	height:30px;
	width:10px;
	background:url(/img/handle.gif) no-repeat;
}
