@charset "utf-8";
/*-------------------------------------------------------------*/
/*  Styles du front en fonction du  navigateur (IE ou FF */
/*-------------------------------------------------------------*/
.spacer_gallerie{
	padding-bottom: 3px;
}

#login_box{
	margin:-841px 0 0 760px;
	/* ci desoous a voir lors du decoupage */
	/*margin:-525px 0 0 760px;*/
	padding:10px;
	width:220px;
	background:#EEE;
	border:1px solid #DDD;
	color:#333;
}

#menu_member_box{
	margin:-841px 0 0 760px;
	padding:10px;
	width:220px;
	/*height:204px;*/
	background:#EEE;
	border:1px solid #DDD;
	color:#333;
}

/*-------------------------------------------------------------*/
/*  Styles des boutons  des liste des RD  */
/*-------------------------------------------------------------*/

a.btn_edit{
  font-weight:bold;
  display:block;
  text-indent: 22px;
  background-position: left 2px;
  background-repeat: no-repeat;
  background-image: url("../../shared/_ico_front/bton_editer.png");
  background-color:#DDDDDD;
  width:auto;
  height:19px;
  padding:5px 4px 0px 0px;
  font-size:11px;
  text-align:left;
  border:1px solid #999999;
  color:#999999;
  text-decoration:none;
  float:left;
}
a.btn_edit:hover{
  color:#3CAAE4;
  text-decoration:none;
}

a.btn_logout{
  font-weight:bold;
  display:block;
  text-indent: 22px;
  background-position: left 2px;
  background-repeat: no-repeat;
  background-image: url("../../shared/_ico_front/logout.png");
  background-color:#DDDDDD;
  width:auto;
  height:19px;
  padding:5px 4px 0px 0px;
  font-size:11px;
  text-align:left;
  border:1px solid #999999;
  color:#999999;
  text-decoration:none;
  float:left;
}
a.btn_logout:hover{
  color:#3CAAE4;
  text-decoration:none;
}

a.btn_view_site{
  font-weight:bold;
  display:block;
  text-indent: 22px;
  background-position: left 2px;
  background-repeat: no-repeat;
  background-image: url("../../shared/_ico_front/browser20px.png");
  background-color:#DDDDDD;
  width:auto;
  height:19px;
  padding:5px 4px 0px 0px;
  font-size:10px;
  text-align:left;
  margin:5px 5px auto;
  border:1px solid #CCCCCC;
  color:#999;
  text-decoration:none;
  float:right;
}
a.btn_view_site:hover{
  color:#3CAAE4;
  text-decoration:none;
}

a.btn_go_admin{
  font-weight:bold;
  display:block;
  text-indent: 22px;
  background-position: left 2px;
  background-repeat: no-repeat;
  background-image: url("../../shared/_ico_front/go_admin.png");
  background-color:#DDDDDD;
  width:auto;
  height:19px;
  padding:5px 4px 0px 0px;
  font-size:10px;
  text-align:left;
   margin:5px 5px auto;
  border:1px solid #CCCCCC;
  color:#999;
  text-decoration:none;
  float:right;
}
a.btn_go_admin:hover{
  color:#3CAAE4;
  text-decoration:none;
}

.spacer_fieldset{
	padding-bottom:5px;
}

.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.8;
	-moz-opacity: 0.8;
	filter: alpha(opacity=80); 
	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/_ico_front/centre_blanc.png");
}

.header_popin{
	width:500px;
	height: 16px;
	display:block;
	padding:0;
	/*background-color: #000000;*/
	background-image: url("../../shared/_ico_front/header-popin-bg.jpg");
	background-repeat: repeat;
	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 les infos des clients*/
/* ----------------------------------------------------------------------------------------------------- */
.pop_in .popin_form_nfo_client{
	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/_ico_front/centre_blanc.png");
}


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


/* ----------------------------------------------------------------------------------------------------- */
/*  POUR LES STATS DES COMMERCIAUX */
/* ----------------------------------------------------------------------------------------------------- */
.header_popin_stats_com{
	width:760px;
	height: 16px;
	display:block;
	padding:0;
	/*background-color: #000000;*/
	background-image: url("../../shared/_ico_admin/header-popin-bg.jpg");
	background-repeat: repeat;
	float:left;
}

.pop_in .popin_form_stats_com{
	min-height:195px;
	max-height:auto;
	width:760px;
	top: 18%;
	left: 19%; 
	/*margin: -120px 0 0 -280px; */
	text-align: center;
	border: 2px solid #FFF;
	background-image: url("../../shared/_ico_admin/centre_blanc.png");
}

.bloc_stats_com{
	width:760px;
	height:auto;
	text-align:center;
}
