@charset "utf-8";

.header_log {
	margin-left: 10px;
}

hr{
/* border:1px solid #ccc; */
 padding:0px;
 margin:1px;
}

.spacer_title{
	padding-bottom:0px;
}

.spacer_fieldset{
	padding-bottom:5px;
}

.spacer_list{
	padding-bottom:10px;
}

.spacer_fieldset_pop{
	padding-bottom: 0px;
}

/*------------------------------------------------------------------------------------*/
/* POP IN  RÉGLAGES POUR FF */
/*------------------------------------------------------------------------------------*/
.pop_in {
	height:100%;
	left:0pt;
	position:fixed;
	top:0pt;
	width:100%;
	z-index:60;
}

.pop_in .background {
	background-color:#000000;
	height:100%;
	left:0pt;
	opacity: 0.9;
	-moz-opacity: 0.9;
	filter: alpha(opacity=90); 
	position:fixed;
	top:0pt;
	width:100%;
	z-index:60;
	display: block;
}

.pop_in .content {
	position: absolute;
	z-index: 61;
	padding: 0px;
}

.pop_in .close {
	/*
	margin:7px 9px 0pt 0pt;*/
	top: 28px;
	right:168px;
	position: relative;
	z-index: 63;
	float:right;
}

.pop_in .popin_form{
	min-height:195px;
	max-height:auto;
	width:500px;
	top: 20%;
	left: 30%; 
	/*margin: -120px 0 0 -280px; */
	text-align: center;
	border: 2px solid #FFF;
	background-image: url("../../shared_wp/wp_ico_admin/centre_blanc.png");
}

.header_popin{
	width:500px;
	height: 16px;
	display:block;
	padding:0;
	/*background-color: #000000;*/
	background-image: url("../../shared_wp/wp_ico_admin/header-popin-bg.jpg");
	background-repeat: repeat;
	float:left;
}

.field_form_pop_in{
	display:block;
	width:auto;
	padding-left: 5px;
	text-align: left;
	float:left;
}

/* ----------------------------------------------------------------------------------------------------- */
/*  génériques */
/* ----------------------------------------------------------------------------------------------------- */
.pop_in .close_gen {
	top: -24px;
	right:-12px;
	position: relative;
	z-index: 62;
	float:right;
}

.bloc_gen{
	width:500px;
	height:auto;
	text-align:left;
}

/* ----------------------------------------------------------------------------------------------------- */
/*  POUR POP IN ERREURS ET  MASSAGE SERVEUR */
/* ----------------------------------------------------------------------------------------------------- */

.header_popin_erreur{
	width:580px;
	height: 16px;
	display:block;
	padding:0;
	/*background-color: #000000;*/
	background-image: url("../../shared_wp/wp_ico_admin/header-popin-bg.jpg");
	background-repeat: repeat;
	float:left;
}

.pop_in .popin_form_erreur{
	min-height:195px;
	max-height:auto;
	width:580px;
	top: 26%;
	left: 26%; 
	/*margin: -120px 0 0 -280px; */
	text-align: center;
	border: 2px solid #FFF;
	background-image: url("../../shared_wp/wp_ico_admin/centre_blanc.png");
}

.bloc_erreur{
	width:580px;
	height:auto;
	text-align:center;
}

.bloc_txt_erreur {
	margin: 15px;
	font-weight: bold;
	font-size: 11px;
	color:#000000;
	letter-spacing:0.5px;
}
