/* Focused windows */
.overlay_accor {
	background-color: #85BBEF;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}
.accor_nw {
	background:#FFF;			
	width:10px;
	height:10px;
	border-top:1px solid #876E46;
	border-left:1px solid #876E46;
}

.accor_n {
	background:#FFF;		
	height:10px;
	border-top:1px solid #876E46;
}

.accor_ne {
	background:#FFF;		
	width:10px;	  
	height:10px;
	border-top:1px solid #876E46;
	border-right:1px solid #876E46;
}

.accor_w {
	background:#FFF;
	width:10px;
	border-left:1px solid #876E46;
}

.accor_e {
	background:#FFF;		
	width:10px;	  
	border-right:1px solid #876E46;
}

.accor_sw {
	background:#FFF;		
	width:10px;
	height:10px;
	border-bottom:1px solid #876E46;
	border-left:1px solid #876E46;
}

.accor_s {
	background:#FFF;	
	height:10px;
	border-bottom:1px solid #876E46;
}

.accor_se, .accor_sizer {
	background:#FFF;		
	width:10px;
	height:10px;
	border-bottom:1px solid #876E46;
	border-right:1px solid #876E46;
}

.accor_sizer {
	cursor:se-resize;	
}

.dialog
{
	padding-bottom: 30px;
}
table.mid.table_window td
  {
    padding-bottom: 20px;
  }
.accor_close {
	
	width: 19px;
	height: 19px;
	background: transparent url(accor/close.gif) no-repeat 0 0;			
	position:absolute;
	bottom: 7px;
	right:40px;
	cursor:pointer;
	z-index:1000;	
	padding-left: 14px;
	font-family: verdana;
	font-size: 10px;
	font-weight: bold;
}

.accor_title {
	float:left;
	height:14px;
	font-family: Tahoma, Arial, sans-serif;
	font-size:8px;
	text-align:center;
	margin-top: 0px;
	width:100%;
	color:#000;
}

.accor_content {
	overflow:auto;
	color: #222;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 10px;
	background:#fff;
	/*overflow: visible;*/
}
.accor_content img{
  display: none;
}
.accor_s .status_bar {
  padding-bottom:14px;
}

#chambre-et-tarif .accor_close{
	width:30px;
}

/* FOR IE */
td.accor_content {
	padding-bottom: 20px !important;
}
