/*
* ehpad.css
* Sites des EHPAD
* VectorStream
*
*  AA 04/06/13
*
*  Description:
*    css de la page principale
*/

html {
	height: 100%;
}

body {
  color: #000000;
  
	text-align: center;
	font-family: Arial, Verdana, Sans Serif;
	font-size: 13px;
	
	
	height: 100%;
  margin: 0 auto;
  padding: 0;
  text-align: center;
}

.background_classic {
  background: #a48f7e;
}
.background_backoffice {
  background: #3a5c66 ;
}


a {
  color : #4876FF;
  text-decoration : none;
}
a:visited {
  color : #4876FF;
  text-decoration : none;
}
a:hover {
  color : #0033cc;
  text-decoration : none;
}



.overall {
  width: 930px;
  border: 0px solid #00ff00;  margin: 0 auto;
}

.portail_fond {
  width : 930px;
  height: 630px;
  background: url(../img/portail-fond-2.png)  no-repeat;
  float: left;
  
}
.portail_titre {
    color: #F88A11;
    float: left;
    font-size: 27px;
    font-weight: bold;
    height: 34px;
    margin-left: 89px;
    margin-top: 96px;
    width: 763px;
}

.portail_texte_presentation {
  float: left;
  width : 530px;
  min-height: 90px;
  margin-left: 300px;
  margin-top: 30px;
  
  color: #5f7b7f;
  font-size: 17px;
  font-weight: bold;
  text-align:left;
  Line-Height: 15pt;

}

.portail_texte_question {
  float: left;
  width : 530px;
  min-height: 24px;
  margin-left: 320px;
  margin-top: 10px;
  color: #f88a11;
  font-size: 18px;
  font-weight: bold;
  text-align:left;
  Line-Height: 15pt;
}

.portail_texte_boutons {
  float: left;
  width : 535px;
  min-height: 40px;
  margin-left: 320px;
  margin-top: 10px;
  color: #f88a11;
  font-size: 13px;
  font-weight: bold;
  text-align:left;
  Line-Height: 15pt;


}
.portail_texte_boutons_bt {
  float: left;
  width:150px;
  min-height: 100px;
  text-align: center;
}
.portail_texte_boutons_bt_text_haut {
  float: left;
  width:150px;
  min-height: 40px;
}
.portail_texte_boutons_bt_text_bt {
  float: left;
  width:150px;
  min-height: 40px;
}
.portail_texte_boutons_bt_text_bt a{
  width:143px;
  height:141px;
  display:block;
  margin-left:5px;
  background-position: 0px 0px;
}
.portail_texte_boutons_bt_text_bt a:hover{
  background-position: 0px -141px;
}

.bt_clairesfontaines {
  color: #ba0969;
}
.bt_clairesfontaines a {
  background: url(../img/portail-boutons-st-vulbas.png)  no-repeat;
}

.bt_maisonasoie {
  color: #f16f06;
}
.bt_maisonasoie a {
  background: url(../img/portail-boutons-tenay.png)  no-repeat;
}

.bt_fontelune {
  color: #7877d6;
}
.bt_fontelune a {
  background: url(../img/portail-boutons-fontelune.png)  no-repeat;
}



.portail_texte_boutons_bt_text_bas {
  float: left;
  width:150px;
  min-height: 50px;
  line-height: 10pt;
}



.portail_texte_coche {
  float: left;
  width : 300px;
  min-height: 40px;
  margin-left: 412px;
  margin-top: 0px;
  color: #f88a11;
  font-size: 16px;
  font-weight: bold;
  text-align:left;
  Line-Height: 10pt;


}
/*
** 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: 14px;
	position: fixed;
	top: 50%; left: 50%;
	z-index: 99999;
  color:#000000;
  -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: 0px solid #9d928c;
  

  background: url("../img/portail-fond-2.png") no-repeat scroll #C3E9E5;
  background-position: -307px -90px;

  
  
  
  behavior: url(script/pie/PIE.htc);
  
  
  text-align: justify;
 -moz-hyphens: auto;
    line-height: 17px;
  
}

/*bt de fermeture*/
.popup_bt_close {
  background: url("../img/croix_close.png") no-repeat;
  width: 42px;
  height: 42px;
  float: right;
}
.close {
  background: url("../img/croix_close.png") no-repeat;
  width: 24px;
  height: 24px;
  float: right;
  position : relative;
  left:18px;
  top:-3px;
}


.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;
}
