/*
* 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: 9000;
}
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 {
	display: none; /*--masqué par défaut--*/
	padding: 5px 20px;
	border: 20px solid #374C4F;
	float: left;
	font-size: 1.2em;
	position: fixed;
	top: 50%; left: 50%;
	z-index: 99000;
  color:#3A5C66;
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
  border-radius: 7px;
  border: 1px solid #374c4f;
  
  background: url(../img/icone_bo_user.png) #D9D9D9 no-repeat;
  background-position: 30px 10px;

  
  
  
  behavior: url(script/pie/PIE.htc);
}

.popup_block_icoinfos {
  background: url(../img/icone_bo_infos.png) #D9D9D9 no-repeat;
  background-position: 30px 10px;
}

.popup_block h2 {
  margin : 5px 0px 5px 0px;
  text-align: center;
  width:100%;
  font-size:18px;
}
.popup_block h3 {
  margin : 5px 0px 5px 0px;
  text-align: center;
  width:100%;
  font-size: 16px;
  font-weight: normal;
}
.popup_block_input_text {
  background-color: #F0EBE7;
  border: 1px solid #374C4F;
  color: #7A8485;
  height: 24px;
  width: 266px;
}
.popup_block_input_text_objet {
  background-color: #F0EBE7;
  border: 1px solid #374C4F;
  color: #7A8485;
  height: 24px;
  width: 434px;
}
.popup_block_input_textarea {
  background-color: #F0EBE7;
  border: 1px solid #374C4F;
  color: #7A8485;
  height: 200px;
  width: 476px;
}
.popup_block_input_radio {
  background-color: #F0EBE7;
  border: 1px solid #374C4F;
  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_lignevide {
  height:13px;
}


.popup_block_input_titre {
  background-color: #F0EBE7;
  border: 1px solid #374C4F;
  color: #374C4F;
  height: 24px;
  width: 400px;
}

.popup_bt_upload {
    height: 30px;
    position: relative;
    width: 400px;
}
.popup_bt_upload_titre {
  width:200px;
  height:17px;
  color: #374C4F;
}

.popup_bt_upload_file {
  width:200px;
}
.popup_bt_upload_file_input {
  width:210px;
  
    background-color: #F0EBE7;
    border: 1px solid #374C4F;
    color: #7A8485;
  
}

.popup_bt_upload_right {
    height: 20px;
    position: absolute;
    width: 180px;
    top:0px;
    right:0px;
}
.popup_bt_upload_input {
    position: relative;
    z-index: 2;
	-moz-opacity:0 ;
	filter:alpha(opacity: 0);
	opacity: 0;
    width: 180px;
    height:20px;
}

.popup_bt_upload_txt {
    position: absolute;
    top:0px;
    left:0px;
    
    width: 180px;
    height:20px;
    
  /*padding: 3px 5px 3px 5px;*/
  text-align:center;


  color:#f5ffff;
  -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;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid #7b8587;
  background:#828d91;
  background: -webkit-gradient(linear, left top, left bottom, from(#828d91), to(#566d73));
  background: -webkit-linear-gradient(#828d91, #566d73);
  background: -moz-linear-gradient(#828d91, #566d73);
  background: -o-linear-gradient(#828d91, #566d73);
  background: -ms-linear-gradient(#828d91, #566d73);
  background: linear-gradient(#828d91, #566d73);
  
  pointer :hand;

  behavior: url(script/pie/PIE.htc);
}

.popup_bt_upload_wait {
  position: absolute;
  top:0px;
  left:0px;
  width:404px;
  height:40px;
  background-color:#D9D9D9;
  z-index: 3;
}
