.overlay_dialog {
	background-color: #666666;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}

.overlay___invisible__ {
  background-color: #666666;
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
}

.dialog_nw {
	width: 9px;
	height: 23px;
	background: transparent url(default/top_left.gif) no-repeat 0 0;		
}

.dialog_n {
	background: transparent url(default/top_mid.gif) repeat-x 0 0;	
	height: 23px;
}

.dialog_ne {
	width: 9px;
	height: 23px;
	background: transparent url(default/top_right.gif) no-repeat 0 0;		
}

.dialog_e {
	width: 2px;
	background: transparent url(default/center_right.gif) repeat-y 0 0;	
}

.dialog_w {
	width: 2px;
	background: transparent url(default/center_left.gif) repeat-y 0 0;		
}

.dialog_sw {
	width: 9px;
	height: 19px;
	background: transparent url(default/bottom_left.gif) no-repeat 0 0;			
}

.dialog_s {
	background: transparent url(default/bottom_mid.gif) repeat-x 0 0;		
	height: 19px;
}

.dialog_se {
	width: 9px;
	height: 19px;
	background: transparent url(default/bottom_right.gif) no-repeat 0 0;			
}

.dialog_sizer {
	width: 9px;
	height: 19px;
	background: transparent url(default/sizer.gif) no-repeat 0 0;	
	cursor:se-resize;	
}

.dialog_close {
	width: 23px;
	height: 23px;
	background: transparent url(../img/close.gif) no-repeat 0 0;			
	position:absolute;
	top:15px;
	right:0px;
	cursor:pointer;
	z-index:1000;
}

.dialog_minimize {
	width: 23px;
	height: 23px;
	background: transparent url(../img/minimize.gif) no-repeat 0 0;			
	position:absolute;
	top:20px;
	right:35px;
	cursor:pointer;
	z-index:1000;
}

.dialog_maximize {
	width: 23px;
	height: 23px;
	background: transparent url(../img/maximize.gif) no-repeat 0 0;			
	position:absolute;
	top:15px;
	right:18px;
	cursor:pointer;
	z-index:1000;
}
.dialog_title {
	float:left;
	height:14px;
	font-family: Tahoma, Arial, sans-serif;
	font-size:12px;
	text-align:center;
	width:100%;
	color:#000;
}

.dialog_content {
	overflow:hidden;
	color: #232323;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 10px;
}

.top_draggable, .bottom_draggable {
  cursor:move;
}

.status_bar {
  font-size:12px;
}
.status_bar input{
  font-size:12px;
}

.wired_frame {
	display: block;
  position: absolute;
  border: 1px #000 dashed;
}

/* 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;
}

.top{ 
	border-bottom:0px;
	background-image:url(../img/bckg_title_popup.gif);
	background-repeat:repeat-x;
	background-position:top left;
	height:38px;
}

.mid{
	border-top:0px;
	background-color:#585858;
	opacity : 0.95;
    filter : alpha(opacity=95); 
}

.dialog table.table_window td , .dialog table.table_window th { 
  padding: 0; 
}

.dialog .title_window {
  -moz-user-select:none;
}


/*********************************************/

.titre_popup{
	height:38px;
	line-height:36px;
	color:#FFFFFF;
	font-size:15px;
	font-weight:bold;
}

.libelle_form{
	color: #DDD;
	font-weight:bold;
	font-size:12px;
	text-align:right;
}

.input_form{
	width:250px;
	height:16px;
	border:1px solid #D3D3D3;
}

.textarea_form{
	width:300px;
	height:100px;
	border:1px solid #D3D3D3;
	overflow:auto;
} 

.table_form{
	margin-left:30px;
	margin-top:30px;
}      

.dialog table.table_window td .table_form td{
	padding-bottom:10px;
} 

td.bt_valider{
	text-align:right;
}       

.pageAnimateur{
	float:left;
	width:100%;
	padding:10px 0px 20px 0px;
}                       

.descAnimateur{
	float:left;
	width:350px;
	padding:0px 0px 0px 0px;
	font-size:10px;	
	color: #DDD;
	text-align:justify;
}

.descAnimateur span{
	font-size:11px;
	color:#FFFFFF;
	font-weight:normal;
}

.imgAnimateur{
	float:left;
	border:1px solid #FFFFFF;
	display:block;
	margin-bottom:4px;
}

.img_animateur_container{
	float:left;
	width:89px;
	padding:0px 10px;
}

.img_animateur_container a, .img_animateur_container  a:hover{
	color:#ECA93C;
	font-weight:bold;
}

.vote{
	font-size:10px;
	color:#DDD;
	padding:10px 10px 10px 10px;
}

