@charset "utf-8";
/*------------------------------------------------------------------------------------*/
/* POP IN  RÉGLAGES POUR IE*/
/*------------------------------------------------------------------------------------*/
.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.7;
	-moz-opacity: 0.7;
	filter: alpha(opacity=70); 
	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:600px;
	top: 22%;
	left: 26%; 
	/*margin: -120px 0 0 -280px; */
	text-align: center;
	border: 2px solid #FFF;
	background-image: url("../_ico/centre_blanc.png");
}


.pop_in .popin_loader{
	min-height:195px;
	max-height:auto;
	width:600px;
	top: 33%;
	left: 26%; 
	/*margin: -120px 0 0 -280px; */
	text-align: center;
}

.header_popin{
	width:600px;
	height: 16px;
	display:block;
	padding:0;
	background-color: #000000;
	/*background-image: url("../_ico/header-popin-bg.jpg");*/
	background-repeat: repeat;
	float:left;
}

.pop_in_legend fieldset {
	padding: 1em;
	margin: 10px 0px 0px 30px;
}

.pop_in_legend legend {
	font-weight: bold;
	font-size: 12px;
	color:#000000;
	letter-spacing:1px;
	padding-bottom:1px;
}

.field_form_pop_in{
	display:block;
	width:auto;
	padding-left: 5px;
	text-align: left;
	float:left;
}

/* ----------------------------------------------------------------------------------------------------- */
/*  POUR OUBLIE PASS*/
/* ----------------------------------------------------------------------------------------------------- */
.pop_in .close_oublie_pass {
	top: -24px;
	right:-12px;
	position: relative;
	z-index: 62;
	float:right;
}

.bloc_oublie_pass{
	width:600px;
	height:auto;
	text-align:center;
}

.bloc_txt_oublie_pass{
	padding-top: 10px;
	padding-bottom: 20px;
	font-weight: bold;
	font-size: 12px;
	text-align:left;
}

.label_oublie_pass{
	display:block;
	width:30%;
	font-weight: bold;
	font-size: 11px;
	color:#000000;
	letter-spacing:1px;
	text-align:right;
	float:left;
	top: 3px;
	position: relative;
}

.bloc_btn_valider_oublie_pass{
	width:80px;
	float:right;
	top: -12px;
	right: 108px;
	position: relative;
}

/* ----------------------------------------------------------------------------------------------------- */
/*  POUR ERREURS*/
/* ----------------------------------------------------------------------------------------------------- */
.pop_in .close_erreur {
	top: -24px;
	right:-12px;
	position: relative;
	z-index: 62;
	float:right;
}

.bloc_erreur{
	width:600px;
	height:auto;
	text-align:center;
}

.bloc_txt_erreur {
	margin: 15px;
	font-weight: bold;
	font-size: 11px;
	color:#000000;
	letter-spacing:0.5px;
}

/* ----------------------------------------------------------------------------------------------------- */
/*  POUR VIDEOS */
/* ----------------------------------------------------------------------------------------------------- */

.pop_in .popin_video{
	min-height:195px;
	max-height:auto;
	width:460px;
	top: 22%;
	left: 33%; 
	/*margin: -120px 0 0 -280px; */
	text-align: center;
	border: 2px solid #FFF;
	background-image: url("../_ico/centre_blanc.png");
}


.header_popin_video{
	width:460px;
	height: 16px;
	display:block;
	padding:0;
	background-color: #000000;
	/*background-image: url("../_ico/header-popin-bg.jpg");*/
	background-repeat: repeat;
	float:left;
}

.pop_in .close_video {
	top: -24px;
	right:-12px;
	position: relative;
	z-index: 62;
	float:right;
}

.bloc_video{
	width:460px;
	height:auto;
	text-align:center;
}


/* ----------------------------------------------------------------------------------------------------- */
/*  POUR DETAIL POSTE  BABY */
/* ----------------------------------------------------------------------------------------------------- */

.pop_in_legend_det_poste fieldset {
	padding: 1em;
	margin: 0px 0px 0px 0px;
}

.pop_in_legend_det_poste legend {
	font-weight: bold;
	font-size: 12px;
	color:#000000;
	letter-spacing:1px;
	padding-bottom:1px;
}

.pop_in .popin_det_poste{
	min-height:195px;
	max-height:auto;
	width:465px;
	top: 22%;
	left: 33%; 
	/*margin: -120px 0 0 -280px; */
	text-align: center;
	border: 2px solid #FFF;
	background-image: url("../_ico/centre_blanc.png");
}


.header_popin_det_poste{
	width:465px;
	height: 16px;
	display:block;
	padding:0;
	background-color: #000000;
	/*background-image: url("../_ico/header-popin-bg.jpg");*/
	background-repeat: repeat;
	float:left;
}

.pop_in .close_det_poste {
	top: -24px;
	right:-12px;
	position: relative;
	z-index: 62;
	float:right;
}

.bloc_det_poste{
	width:465px;
	height:auto;
	text-align:center;
}

