.overlay_zone_connexion {
	background-color: #000000;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}
.dialog{
	background:url(/images/fond_popup_connexion.gif) no-repeat;
    /*background-color:white;*/
    /*border:#a1a1a1;*/
    /*border: 1px solid #00a6e2;*/
	padding:0 20px 0 20px;
	/*background:no-repeat url(/images/bg-noninscrit.gif);*/
}
.fermer{
    padding-bottom:5px;
    font-size:10px;
    text-align:right;
}
.zone_connexion_nw {
	/*background: transparent url(zone_connexion/left-top.gif) no-repeat 0 0;	*/		
  width:10px;
  height:0px;
}

.zone_connexion_n {
  /*background: transparent url(zone_connexion/top-middle.gif) repeat-x 0 0;	*/		
  height:0px;
}

.zone_connexion_ne {
  /*background: transparent url(zone_connexion/right-top.gif) no-repeat 0 0;	*/		
  width:25px;	  
  height:2px;
}

.zone_connexion_w {
  /*background: transparent url(zone_connexion/frame-left.gif) repeat-y top left;	*/		
  width:0px;
}

.zone_connexion_e {
  /*background: transparent url(zone_connexion/frame-right.gif) repeat-y top right;	*/		
  width:0px;	  
}

.zone_connexion_sw {
  /*background: transparent url(zone_connexion/bottom-left-c.gif) no-repeat 0 0;*/			
  width:7px;
  height:7px;
}

.zone_connexion_s {
  /*background: transparent url(zone_connexion/bottom-middle.gif) repeat-x 0 0;*/			
  height:7px;
}

.zone_connexion_se, .zone_connexion_sizer  {
 /* background: transparent url(zone_connexion/bottom-right-c.gif) no-repeat 0 0;		*/	
  width:7px;
  height:7px;
}

.zone_connexion_sizer {
	cursor:se-resize;	
}

.zone_connexion_close {
	width: 23px;
	height: 23px;
	/*background: transparent url(zone_connexion/button-close-focus.gif) no-repeat 0 0;	*/	
	position:absolute;
	top:0px;
	right:11px;
	cursor:pointer;
}

.zone_connexion_minimize {
	width: 23px;
	height: 23px;
	/*background: transparent url(zone_connexion/button-min-focus.gif) no-repeat 0 0;*/			
	position:absolute;
	top:0px;
	right:55px;
	cursor:pointer;
}

.zone_connexion_maximize {
	width: 23px;
	height: 23px;
	/*background: transparent url(zone_connexion/button-max-focus.gif) no-repeat 0 0;		*/	
	position:absolute;
	top:0px;
	right:33px;
	cursor:pointer;
}

.zone_connexion_title {
	float:left;
	height:14px;
	font-size:14px;
	text-align:center;
	margin-top:2px;
	width:100%;
	color:#123456;
}

.zone_connexion_content {
	font-family:Arial,Helvetica,sans-serif;
	/*color:#ffffff;*/
	overflow:auto;
	/*background:#000000;*/
}

/* For alert/confirm dialog */
.zone_connexion_window {	
	font-family:Arial,Helvetica,sans-serif;
	/*background: #000000;*/
	margin-left:auto;
	margin-right:auto;
	width:420px;
}

.zone_connexion_message {
	font-family:Arial,Helvetica,sans-serif;
	width:100%;
	padding-bottom:10px;
}

.zone_connexion_buttons {
	display:none;
	width:100%;
}

.zone_connexion_buttons input {
	width:20%;
	margin:10px;
}

.zone_connexion_progress {
	float:left;
	margin:auto;
	width:100%;
	height:16px;
	/*background: #FFF url('alert/progress.gif') no-repeat center center*/
}

.zone_connexion_wired_frame {
	background: #000000;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}







.invite_connexion{
	display:none;
	color:#ffffff;
}
.orange{
	color:#f47f1b;
}
.message_z_nonlog{
	font-size:18px;
	font-weight:bold;
	padding-bottom:10px;
}
.zone_lien_non_log{
	float:left;
	width:220px;
}
.zone_connexion_non_log{
	float:right;
	width:185px;
}
.zone_connexion_non_log .pseudo{
	width:118px;
	height:16px;
	border: 1px solid #4D5154;
	color:#a1a1a1;
	margin-bottom:8px;
}
.zone_lien_non_log p{
	margin:0;
	padding:0;
}
.zone_connexion_non_log form,p{
	margin:0;
	padding:0;
}
.zone_connexion_non_log a{
	color:#4A6AAD;
	text-decoration:none;
	font-size:10px;
}
.zone_connexion_non_log a:hover{
	color:#4A6AAD;
	text-decoration:underline;
	font-size:10px;
}
.zone_connexion_non_log .password{
	width:77px;
	height:16px;
	border: 1px solid #686868;
	color:#a1a1a1;
}
.zone_connexion_non_log .connexion{
	background:no-repeat url("/images/btn-ok-con.jpg");
	border:0;
	width:79px;
	height:20px;
}
.btn_close{
	color:#f47f1b;
	float:right;
	cursor:pointer;
}


