.overlay_geoportail {
   background-color: #85BBEF;
   filter:alpha(opacity=60);
   -moz-opacity: 0.6;
   opacity: 0.6;
}

.geoportail_nw {		
   width:10px;
   height:25px;
	border-top: 3px solid #069;
	border-left: 3px solid #069;
	background: #fff;
}

.geoportail_n {	
   height:25px;
	border-top: 3px solid #069;
	background: #fff;
}

.geoportail_ne {	
   width:10px;	  
   height:25px;
	border-top: 3px solid #069;
	border-right: 3px solid #069;
	background: #fff;
}

.geoportail_w {		
   width:9px;
	border-left: 3px solid #069;
	background: #fff;
}

.geoportail_e {		
   width:10px;	  
	border-right: 3px solid #069;
	background: #fff;
}

.geoportail_sw {		
   width:4px;
   height:4px;
	border-bottom: 3px solid #069;
	border-left: 3px solid #069;
	background: #fff;
}

.geoportail_s {	
   height:4px;
	border-bottom: 3px solid #069;
	background: #fff;
}

.geoportail_se, .geoportail_sizer  {	
   width:4px;
   height:4px;
	border-bottom: 3px solid #069;
	border-right: 3px solid #069;
	background: #fff;
}

.geoportail_sizer {
   cursor:se-resize;	
}

.geoportail_close {
   width: 23px;
   height: 23px;
   background: transparent url(/imgs/visu/3D/administrations/ico_win_close.gif) no-repeat 0 0;			
   position:absolute;
   top:4px;
   right:0px;
   cursor:pointer;
   z-index:1000;
}

.geoportail_minimize {
   width: 23px;
   height: 23px;
   background: transparent url(/imgs/visu/3D/administrations/ico_win_moins.gif) no-repeat 0 0;			
   position:absolute;
   top:4px;
   right:16px;
   cursor:pointer;
   z-index:1000;
}

.geoportail_maximize.maximized{
  background: transparent url(/imgs/visu/3D/administrations/ico_win_moins.gif) no-repeat 0 0;		
}

.geoportail_maximize {
   width: 23px;
   height: 23px;
   background: transparent url(/imgs/visu/3D/administrations/ico_win_plus.gif) no-repeat 0 0;			
   position:absolute;
   top:4px;
   right:16px;
   cursor:pointer;
   z-index:999;
}

.geoportail_title {
	font: 101% Arial,Helvetica,sans-serif;
   float:left;
   height:14px;
	text-align: left;
	font-size: 0.75em;
   margin-top:2px;
   width:100%;
   color: #595E61;
	text-transform: uppercase;
}

.geoportail_content {
   overflow:auto!important;
   color: #000;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 1em;
   /*font: 12px arial;*/
   background:#FFF;
	border: 0.5px #EEE solid;
}

.geoportail_content * {
	padding: 0 5px;
}

.geoportail_content ul {
	margin-left: 17px;
}

.geoportail_content li {
	list-style-type: square;
	font-size: 0.95em;
	padding: 0;
}

.geoportail_content hr {
	border: none;
	border-top: 1px dotted #000;
	margin: 8px 0;
}

/* For alert/confirm dialog */
.geoportail_window {
   border:1px solid #F00;	
   background: #FFF;
   padding:20px;
   margin-left:auto;
   margin-right:auto;
   width:400px;
}

.geoportail_message {
   font: 12px arial;
   text-align:center;
   width:100%;
   padding-bottom:10px;
}

.geoportail_buttons {
   text-align:center;
   width:100%;
}

.geoportail_buttons input {
   width:20%;
   margin:10px;
}

.geoportail_progress {
   float:left;
   margin:auto;
   text-align:center;
   width:100%;
   height:16px;
   background: #FFF url('alert/progress.gif') no-repeat center center
}

.geoportail_wired_frame {
   background: #FFF;
   filter:alpha(opacity=60);
   -moz-opacity: 0.6;
   opacity: 0.6;	
}