.overlay_geoportail_bull {
   background-color: #85BBEF;
   filter:alpha(opacity=60);
   -moz-opacity: 0.6;
   opacity: 0.6;
}

.geoportail_bull_nw {
	width:10px;
	/*height:25px;*/
	border-top: 3px solid #069;
	border-left: 3px solid #069;
	background: #fff;
}

.geoportail_bull_n {	
   	/*height:25px;*/
	border-top: 3px solid #069;
	background: #fff;
}

.geoportail_bull_ne {	
    width:10px;	  
   	/*height:25px;*/
	border-top: 3px solid #069;
	border-right: 3px solid #069;
	background: #fff;
}

.geoportail_bull_w {		
    width:9px;
	border-left: 3px solid #069;
	background: #fff;
}

.geoportail_bull_e {		
    width:10px;	  
	border-right: 3px solid #069;
	background: #fff;
}

.geoportail_bull_sw {		
    width:4px;
    height:0px;
	border-bottom: 3px solid #069;
	border-left: 3px solid #069;
	background: #fff;
}

.geoportail_bull_s {	
    height:0px;
	border-bottom: 3px solid #069;
	background: #fff;
}

.geoportail_bull_se, .geoportail_bull_sizer  {	
    width:4px;
    height:0px;
	border-bottom: 3px solid #069;
	border-right: 3px solid #069;
	background: #fff;
}

.geoportail_bull_sizer {
    cursor:se-resize;	
}

.geoportail_bull_loading {
	background-color: #fff;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 0.7em;
	padding: 8px;
	border: 2px solid #069;
}

.geoportail_bull_close {
   width: 23px;
   height: 23px;
   background: transparent url(/imgs/visu/2D/administrations/ico_win_close.gif) no-repeat 0 0;			
   position:absolute;
   top:4px;
   right:0px;
   cursor:pointer;
   z-index:1000;
}

.geoportail_bull_close_img {
   position:absolute;
   top:5px;
   right:18px;
   cursor:pointer;
}

.geoportail_bull_minimize {
   width: 23px;
   height: 23px;
   background: transparent url(/imgs/visu/2D/administrations/ico_win_moins.gif) no-repeat 0 0;			
   position:absolute;
   top:4px;
   right:16px;
   cursor:pointer;
   z-index:1000;
}

.geoportail_bull_maximize.maximized{
   background: transparent url(/imgs/visu/2D/administrations/ico_win_moins.gif) no-repeat 0 0;		
}

.geoportail_bull_maximize {
   width: 23px;
   height: 23px;
   background: transparent url(/imgs/visu/2D/administrations/ico_win_plus.gif) no-repeat 0 0;			
   position:absolute;
   top:4px;
   right:16px;
   cursor:pointer;
   z-index:999;
}

.geoportail_bull_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_bull_content {
    overflow:hidden; /* auto */
    color: #000;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 1em;
   /*font: 12px arial;*/
   background:#FFF;
}

.geoportail_bull_content * {
	padding: 0 5px;
}

.geoportail_bull_content ul {
	margin-left: 17px;
}

.geoportail_bull_content li {
	list-style-type: square;
	font-size: 0.95em;
	padding: 0;
}

.geoportail_bull_content hr {
	border: none;
	border-top: 1px dotted #000;
	margin: 8px 0;
}

.geoportail_bull_content h4 {
	text-align: center;
}

/* For alert/confirm dialog */
.geoportail_bull_window {
   border:1px solid #F00;	
   background: #FFF;
   padding:20px;
   margin-left:auto;
   margin-right:auto;
   width:400px;
}

.geoportail_bull_message {
   font: 12px arial;
   text-align:center;
   width:100%;
   padding-bottom:10px;
}

.geoportail_bull_buttons {
   text-align:center;
   width:100%;
}

.geoportail_bull_buttons input {
   width:20%;
   margin:10px;
}

.geoportail_bull_progress {
   float:left;
   margin:auto;
   text-align:center;
   width:100%;
   height:16px;
   background: #FFF url('alert/progress.gif') no-repeat center center
}

.geoportail_bull_wired_frame {
   background: #FFF;
   filter:alpha(opacity=60);
   -moz-opacity: 0.6;
   opacity: 0.6;	
}

/*body*/#wc2D_sheet {
    font: 101% Arial,Helvetica,sans-serif;
    color: #000;
    background: #FFF;
    margin: 30px 0 0 0;
}

#wc2D_sheet img {
/*	position: absolute;
	top : 2px;
	left: 2px;*/
	float: left;
}

#wc2D_sheet h4 {
	color: #85BBEF;
  	font-size: 0.7em;
	padding-bottom: 5px;
	border-bottom : 1px dotted #595E61;
}

#wc2D_sheet p {
	margin-top: -6px;
	font-size: 0.7em;
}

#wc2D_sheet a:link, #wc2D_sheet a:visited {
	display: block;
	font-size: 1.0em;
	color: #006596;
	font-weight: bold;
	text-decoration: none;
	/*margin-bottom: -8px;*/
}

#wc2D_sheet a:hover {
	color: #595E61;
	text-decoration: underline;
}

/* ABA 21/06/07 : suppression du header et du footer ; voir aussi htc-dev.js */
#wc2D_sheet_row1, #wc2D_sheet_row3 {
	display: none;
}
#wc2D_sheet_row2 {
	padding-top: 5px;
	padding-bottom: 5px;
	border-top: 3px solid #069;
	border-bottom: 3px solid #069;
}
/*body*/#wc2D_sheet {
  margin: 0px 0px 0px 0px;
}
#wc2D_sheet img {
	margin-top: 5px;
}
/* /ABA 21/06/07 */

