
#viewerDivM{
	visibility: hidden;
  	overflow: hidden;
  	width: 100%;
  	height: 100%;
  	position: absolute;
  	z-index: 15;
  	top: 0px;
  	left: 0px;
  	background-color: black;
  	-moz-opacity: 0.70;
  	opacity: 0.70;
  	FILTER: alpha(opacity=70);
}


.viewerDivContainer{
	top: 0px;
	left: 0px;
	visibility: hidden;
	position: absolute;
	background-color: black;
	border: 1px solid #222222;
	padding: 20px;
	z-index: 16;
}



#viewerMenuDiv{	
	top: 200px;
	left: 200px;
	visibility: hidden;
	position: absolute;
	font-family: arial;
	font-size: 12px;
	font-weight: bold;
	color: #DDDDDD;
	text-align: center;
	vertical-align: middle;
	padding: 0px 0px 0px 0px;
	border: 0px solid #222222;
	width: 173px;
	height: 225px;
	z-index: 17;
}

#viewerMenuContainer{
	position: absolute;
	top:0;
	left:0;
	font-family: arial;
	font-size: 12px;
	font-weight: bold;
	color: #DDDDDD;
	text-align: center;
	vertical-align: middle;
	padding: 0px 0px 0px 0px;
	border: 0px solid #222222;
	width: 173px;
	height: 225px;
	z-index: 18;
	
}

#viewerMenuCdrag{
	cursor: move;
	top:0px;
	left:0px;
	position: absolute;
	font-family: arial;
	font-size: 12px;
	font-weight: bold;
	color: #DDDDDD;
	text-align: center;
	vertical-align: middle;
	padding: 0px 0px 0px 0px;
	border: 0px solid #222222;
	width: 133px;
	height: 20px;
	z-index: 18;
}

#viewerMenuPrec{	
	position: absolute;
	cursor: pointer;
	top:23px;
	left:29px;
	z-index: 19;
}

#viewerMenuSuiv{
	position: absolute;
	cursor: pointer;
	top:23px;
	left:87px;
	z-index: 19;
}

#viewerMenuClose{
	position: absolute;
	cursor: pointer;
	top:0px;
	left:152px;
	z-index: 19;
}

#viewerMenuDock{
	position: absolute;
	cursor: pointer;
	top:0px;
	left:137px;
	z-index: 19;
}

.viewerMenuSeparateur{
	position: absolute;
	left:5px;
	z-index: 19;
}

.viewerMenuPuce{
	position: absolute;
	left:12px;
	z-index: 19;
}

.viewerMenuText{	
	cursor: default;
	position: absolute;
	left: 18px;
	width: 144px;
	overflow: hidden;
	text-align: left;
	z-index:19;
	padding: 2px;
	color: #DDDDDD;
	font-family: tahoma;
	font-weight: bold;
	font-size: 11px;
}

.viewerTextButton{
	background-color: black;
	border: 1px solid #222222;
	font-family: arial;
	font-size: 12px;
	font-weight: bold;
	color: #999999;
	text-align: center;
	width: 140px;
}

.viewerText{
	font-family: arial;
	font-size: 12px;
	font-weight: bold;
	color: #999999;
	text-align: center;
	vertical-align: middle;
}

#viewerBMenuDiv{
	left: 0px;
	visibility: hidden;
	position: absolute;
	color: #DDDDDD;
	width: 100%;
	height: 41px;
	z-index: 17;
}

/* WINDOW */
.cadreHaut{
	background-image:url(cadre_h.gif);
	background-repeat:repeat-x;
}

.cadreLeft{
	background-image:url(cadre_g.gif);
	background-repeat:no-repeat;
	background-position:top;
	background-color:#4a5b93;
}

.cadreRight{
	background-image:url(cadre_d.gif);
	background-repeat:no-repeat;
	background-position:top;
	background-color:#4a5b93;
}

.cadreBackground{
	background-image:url(cadre_background.gif);
	background-repeat:repeat-x;
	background-position:top;
	background-color:#4a5b93;
}

.cadreBottom1{
	background-color:#4a5b93;
}

.cadreBottom2{
	background-color:#293d7a;
}

/* MENU */
.cadreTextBlur{
	cursor: pointer;
	position: relative;
	left: 35px;
	height: 18px;
	font-family:Trebuchet MS, Tahoma, Arial, sans-serif;
	font-size:18px;
	color:#FFFFFF;
	text-decoration:none;
}


.cadreTextFocus{
	cursor: pointer;
	position: relative;
	left: 35px;
	height: 18px;
	font-family: Trebuchet MS, Tahoma, Arial, sans-serif;
	font-size:18px;
	color:#293d7a;
	text-decoration:none;
}

.cadreTextCentre{
	cursor: default;
	position: relative;
	height: 16px;
	font-family:Trebuchet MS, Tahoma, Arial, sans-serif;
	font-size:18px;
	color:#FFFFFF;
	text-decoration:none;
}

.cadreTextCloseFocus{
	font-family: Trebuchet MS, Tahoma, Arial, sans-serif;
	font-size:14px;
	color:#FFFFFF;
	text-decoration:none;
}

.cadreTextCloseBlur{
	font-family: Trebuchet MS, Tahoma, Arial, sans-serif;
	font-size:14px;
	color:#FFFFFF;
	text-decoration:none;
}