/*
* ehpad.css
* Sites des EHPAD
* VectorStream
*
*  AA 04/06/13
*
*  Description:
*    css du popup pour les pages de style classic
*/



/*
** Popup
*/

#fade { /*--Masque opaque noir de fond--*/
	display: none; /*--masqué par défaut--*/
	background: #000;
	position: fixed; left: 0; top: 0;
	width: 100%; height: 100%;
	opacity: .80;
	z-index: 9999;
}
img.btn_close {
	float: right;
	margin: -55px -55px 0 0;
}
/*--Gérer la position fixed pour IE6--*/
*html #fade {
position: absolute;
}
*html .popup_block {
position: absolute;
}

.popup_block_bo {
	display: none; /*--masqué par défaut--*/
	background: #fff;
	padding: 20px;
	border: 20px solid #ddd;
	float: left;
	font-size: 1.2em;
	position: fixed;
	top: 50%; left: 50%;
	z-index: 99999;
  color:#374c4f;
  -moz-box-shadow: 0px 0px 1px #343434;
  -webkit-box-shadow: 0px 0px 1px #343434;
  -o-box-shadow: 0px 0px 1px #343434;
  box-shadow: 0px 0px 1px #343434;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid #374c4f;
  background:#d9d9d9;
  background: -webkit-gradient(linear, left top, left bottom, from(#d9d9d9), to(#d9d9d9));
  background: -webkit-linear-gradient(#d9d9d9, #d9d9d9);
  background: -moz-linear-gradient(#d9d9d9, #d9d9d9);
  background: -o-linear-gradient(#d9d9d9, #d9d9d9);
  background: -ms-linear-gradient(#d9d9d9, #d9d9d9);
  background: linear-gradient(#d9d9d9, #d9d9d9); 
  behavior: url(script/pie/PIE.htc);
}

.popup_block {
	display: none; /*--masqué par défaut--*/
	padding: 5px 20px;
	border: 20px solid #9d928c;
	float: left;
	font-size: 1.2em;
	position: fixed;
	top: 50%; left: 50%;
	z-index: 99999;
  color:#9d928c;
  -moz-box-shadow: 0px 0px 1px #343434;
  -webkit-box-shadow: 0px 0px 1px #343434;
  -o-box-shadow: 0px 0px 1px #343434;
  box-shadow: 0px 0px 1px #343434;
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
  border-radius: 7px;
  border: 1px solid #9d928c;
  
  background: url(../img/icone_exclamation.png) #ded7d1 no-repeat;
  background-position: 30px 10px;

  
  
  
  behavior: url(script/pie/PIE.htc);
}
.popup_block h2 {
  margin : 12px 0px 5px 0px;
  text-align: center;
  width:100%;
  font-size:18px;
}
.popup_block_input_text {
  background-color: #F0EBE7;
  border: 1px solid #A7A39A;
  color: #7A8485;
  height: 25px;
  width: 261px;
  padding-left:5px;
  font-size:20px;
}
.popup_block_input_text_objet {
  background-color: #F0EBE7;
  border: 1px solid #A7A39A;
  color: #7A8485;
  /*height: 24px;*/
  width: 429px;
  
  font-size: 20px;
  height: 25px;
  padding-left:5px;
  
}
.popup_block_input_textarea {
  background-color: #F0EBE7;
  border: 1px solid #A7A39A;
  color: #7A8485;
  height: 200px;
  width: 476px;
}
.popup_block_input_radio {
  background-color: #F0EBE7;
  border: 1px solid #A7A39A;
  color: #7A8485;
}

/*-----------*/

/*-----------------------*/



.privat_popup_bt {
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  width: 100px;
  height: 30px;
  /*left: 180px;*/
  /*margin-top: 15px;*/
  color:#f8fefe;
  -moz-box-shadow: 0px 0px 0px #343434;
  -webkit-box-shadow: 0px 0px 0px #343434;
  -o-box-shadow: 0px 0px 0px #343434;
  box-shadow: 0px 0px 0px #343434;
  color:#f8fefe;
  border: 1px solid #8d9999;
  background:#9ba6a2;
  background: -webkit-gradient(linear, left top, left bottom, from(#a8b4b4), to(#9ba6a2));
  background: -webkit-linear-gradient(#a8b4b4, #9ba6a2);
  background: -moz-linear-gradient(#a8b4b4, #9ba6a2);
  background: -o-linear-gradient(#a8b4b4, #9ba6a2);
  background: -ms-linear-gradient(#a8b4b4, #9ba6a2);
  background: linear-gradient(#a8b4b4, #9ba6a2); 
  font-weight:bold;
  
  position:relative;
  /*z-index : 99;*/
  display:block;
  text-align:center;
  
  behavior: url(script/pie/PIE.htc);
  
  
  
}
.privat_popup_bt p{
  margin-top: 7px;
  color: #F8FEFE;
}

.privat_popup_bt:hover {

  -moz-box-shadow: 0px 0px 1px #343434;
  -webkit-box-shadow: 0px 0px 1px #343434;
  -o-box-shadow: 0px 0px 1px #343434;
  box-shadow: 0px 0px 1px #343434;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  color:#f8fefe;
  border: 1px solid #8d9999;
  background:#9ba6a2;

  background: -webkit-gradient(linear, left top, left bottom, from(#9ba6a2), to(#a8b4b4));
  background: -webkit-linear-gradient(#9ba6a2, #a8b4b4);
  background: -moz-linear-gradient(#9ba6a2, #a8b4b4);
  background: -o-linear-gradient(#9ba6a2, #a8b4b4);
  background: -ms-linear-gradient(#9ba6a2, #a8b4b4);
  background: linear-gradient(#9ba6a2, #a8b4b4); 
  behavior: url(script/pie/PIE.htc);
}


.tablepopup {
 border-width:0px; 
 border-style:solid; 
 border-color:black;
 border-collapse:collapse;
 
}
.tablepopup td{
 border-width:0px; 
 border-style:solid; 
 border-color:black;
 text-align:center;
 padding-left:10px;
 padding-right:10px;
}
.tablepopup td.tablepopup_gauche{
 text-align:right;
}
.tablepopup td.tablepopup_droite{
 text-align:left;
}

.tablepopup td.tablepopup_droite label {
  margin-left:4px;

}


.tablepopup_lignevide {
  height:13px;
}
