.overlay_dialog {
	background-color: #000;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}

.overlay___invisible__ {
  background-color: #000;
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
}

.dialog_nw {
	width: 16px;
	height: 13px;
	/*background: transparent url('../img/credits/top_left.gif') no-repeat 0 0;	*/
	line-height:0;font-size:1px;	
}

.dialog_n {
	/*background: white;	*/
	/*height: 13px;*/
	line-height:0;font-size:11px;
	color:#fff;
	text-align:right;
}
.dialog_n a:hover{text-decoration:none;}
.dialog_ne {
	width: 16px;
	height: 13px;
	/*background: transparent url('../img/credits/top_right.gif') no-repeat 0 0;*/
	line-height:0;font-size:1px;		
}

.dialog_e {
	width: 2px;
	background: white;	
}

.dialog_w {
	width: 2px;
	background: white;	
}

.dialog_sw {
	width: 16px;
	height: 4px;
	/*background: transparent url('../img/credits/bottom_left.gif') no-repeat 0 0;	*/
	background: white;		
	line-height:0;font-size:1px;		
}

.dialog_s {
	background: white;		
	height: 4px;
	line-height:0;font-size:1px;		
}

.dialog_se {
	width: 16px;
	height: 4px;
	/*background: transparent url('../img/credits/bottom_right.gif') no-repeat 0 0;	*/		
	background: white;		
	line-height:0;font-size:1px;		
}

.dialog_content {
	overflow:auto;
	color: #DDD;
	font-family: vardana, sans-serif;
	font-size: 11px;
	background-color:1b1c19;
}

.top_draggable, .bottom_draggable {
  cursor:move;
}

.status_bar {
  font-size:12px;
}
.status_bar input{
  font-size:12px;
}
/* DO NOT CHANGE THESE VALUES*/
.dialog {
	display: block;
	position: absolute;
}

.dialog table.table_window  { 
  border-collapse: collapse; 
  border-spacing: 0; 
  width: 100%;
	margin: 0px;
	padding:0px;
}

.dialog table.table_window td , .dialog table.table_window th { 
  background-color:#1b1c19;
  /*padding: 0; */
}

.dialog .title_window {
  -moz-user-select:none;
}



/*----------------------------------------------- MODELE SITE -------------------------------------------------*/
/*#credits_cache{display:none;}
#newsletter_cache{display:none;}
#sitemap_cache{display:none;}
*/
.contenu_credits{ color:#fff; text-align:left; width:640px}
.contenu_credits form td.head{ background:#0c0d0b;}
.contenu_credits form input{ background:#1b1c19; border-collapse:collapse; border:1px #0c0d0b; color:#fff;}
.contenu_credits a{color:red; font-weight:bold; text-decoration:none;}
.contenu_credits a:hover{color:red; font-weight:bold; text-decoration:none;}
.margin_l_10{margin-left:10px;_margin-left:3px;}



/*------------------------------------------------ /MODELE SITE ------------------------------------------------*/

a img {border:none;}