/* ----- Internet screen style sheet ----- */ 

/* Icones */
@import url("https://www.logiwin.ch/admin/style.php?id=1002");

/* Gestion membres standard */
@import url("https://www.logiwin.ch/admin/style.php?id=1016");

/* Registred Users */
@import url("https://www.logiwin.ch/admin/style.php?id=1017");

/* Calendrier */
@import url("../admin/style.php?id=26");


/* ---------- Structure du document ---------- */

/* Base du document */
html	{
	background: rgb(245,245,245);
}

/* Corps du document */
body {color: black;
	background: rgb(252,252,252);
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular, sans-serif;
	font-size: 13px;
	padding: 0px;
	margin: 0 auto; 
	border: 10px solid white;
	border-top: 1px solid white;
	border-bottom: 1px solid white;
	position: relative;
	max-width: 977px;
	background: white;
	}
#infoContent{
	margin: 0;
	padding:  0;
	border: 0px solid fuchsia;
	}
#infoMsg{
	
	margin: 0px 168px 0px 210px;
	padding: 0px 10px 20px 10px;
	min-height: 500px;
	}
#msgCol1 {
	display: inline-block;
	width: 385px;
	border: 0px solid red;
	}
#msgCol2 {
	display: inline-block;
	width: 182px;
	border: 0px solid orange;
	vertical-align: top;
	}

/* Texte */
h1{	
	color: black;
	font-size: 140%;
	}
h2{	margin: 15px 0px 0px 0px;
	font-size: 110%;
	}

.evidence{font-weight: bolder;
	}
.centre	{text-align: center;
	}

/* liens */
a	 {color: rgb(45,138,9);
	}
a:hover	{text-decoration: none;
	color: red;
	}

/* images */
img{border: none;
	}

/* Tables */
table{
	padding: 0px;
	margin: 0;
	border-collapse: collapse;
	}
td{	text-align: left;
	vertical-align: top;
	padding: 2px
	}
th{	text-align: left;
	vertical-align: top;
	padding: 2px;
	font-weight: bold
	}


/* ---------- Zone de navigation ---------- */

/* Barre de navigation principale */

ul#navglobal	{ 
	position: absolute;
	top: 82px;
	left: 0px;
	width: 100%;
	height: 28px;
	z-index: 5;
	background: rgb(155,205,56) url('../spec/lab-immo/images/interface/bg-nav.png') repeat-y;
	margin: 0px;
	padding: 0px;
	white-space: nowrap;
	display: block;
	}
#navglobal li{
	display: inline;
	margin: 0;
	}


/* Mise en page des liens */
ul#navglobal a{text-decoration: none;
	padding: 6px 7px 6px 5px;
	color: white;
	border-right: 1px solid white;
	}
ul#navglobal>li:first-child>a{
	margin-left: 20px;
	border-left: 1px solid white;
	}
/* Survol du lien  */
ul#navglobal a:hover{
	color: rgb(45,138,9);
	}
/* Lien actif niveau 1 */
ul#navglobal>li>a.actif{
	/*font-weight: bold;*/
	line-height: 30px;
	background:  rgb(155,205,56);

}
/* Lien actif */
ul#navglobal a.actif{
	font-weight: bold;
	}




/* Barre de navigation secondaire #nav2 */

ul#navglobal ul.nav2{
	position: absolute;
	left: 20px;
	top: 125px;
	width: 171px;
	min-height: 270px;
	z-index: 3;
	background: rgb(240,255,204);
	margin: 0px;
	padding: 0px;
	border: 1px solid white;
	font-weight: normal;
	display: none;
	}
#navglobal ul.nav2.actif{
	display: inline;
	}
/* Mise en page du lien dans #nav2 */
ul#navglobal ul.nav2 a{
	padding: 4px 8px;
	display: block;
	border: none;
	border-bottom: 1px solid white;
	color: black;
	}
/* Survol du lien dans #nav2 */
#navglobal ul.nav2 a:hover{
	color: black;	
	background: rgb(211,211,211);
	}



/* Sous-menu en survol */
 ul#navglobal ul.nav2 li{
	position: relative;
	}
/* Fonctionne pas avec MSIE */
/*
ul#navglobal ul.nav2 li:hover>ul{
	position: absolute;
	left: 171px;
	top: 15px;
	width: 171px;
	display: inline;
	}
*/
ul#navglobal ul.nav2 li:hover>ul.actif{
	position: relative;
	left: 0px;
	top: 0px;
	display: block;
	}



/* Barre de navigation 3 */
ul#navglobal ul.nav2 ul{
	font-size: 95%;
	white-space: nowrap;
	margin: 0;
	padding: 0;
	display: none;
	}
#navglobal ul.nav2  ul.actif{
	display: inline;
	}
ul#navglobal ul.nav3	a{
	padding: 2px 5px 2px 20px;
	text-decoration: none;
	background: rgb(225,255,154);
	font-size: 90%;
	}
ul#navglobal ul.nav3 a:hover{
	background: gray;
	color: white;
	}
ul#navglobal ul.nav3 a.actif{
	font-weight: bold;
	}

/* Barre de navigation 4 */
ul#navglobal ul.nav4	a{
	padding: 2px 5px 2px 30px;
	background: rgb(211,254,103);
	font-size: 85%;
	}

/* Barre de navigation 5 */
ul#navglobal ul.nav5	a{
	padding: 2px 5px 2px 40px;
	background: rgb(196,254,53);
	font-size: 80%;
	}


/* Accesskey des menus */
ul#navglobal a em {
	font-style: normal;
	text-decoration: underline;
	}


/* Navigateur */
.vousIci{
	height: 21px;
	margin: 355px 200px 0px 210px;
	padding: 4px 10px 10px 10px;
	border: 0px solid orange;
	font-size: 85%;
	}


/* Logo */
#logo{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 90px;
	z-index: 2;
	background: white;
	padding: 0px;
	margin: 0px;
	;
	}
#logo	img{border: none;
	padding: 2px 0px 0px 0px;
	margin: 15px 20px 20px 20px;
	}



/* Formulaires */
input, textarea	{border: 1px solid rgb(202,202,198);
	background: none;
	color: black;
	}
button	{border: none;
	background: rgb(231,233,232);
	color: black;
	font-size: smaller;
	cursor: pointer;
	}
button:hover	{border: 1px solid gray;
	background: white;
	color: #3C549F;
	font-weight: bold;
	}



/* News */
.newsAccroche{
	font-style: italic;
	}
div#newsSidebar {
	padding: 3px 5px 25px 5px;
	margin: 0px;
	text-align: left;
	position: absolute;

	top: 5px;
	left: 0px;
	background: white;
	color: black;
	}
div#newsSidebar .dateJour{
	font-style: italic;
	font-size: small;
	}
div#newsSidebar .datePubli{
	font-size: x-small;
	}
.addSidebar{font-weight: bold;
	font-size: medium;
	}
.newsima{border: none;
	float: right;
	}


/* Livre d'or */
form#formlivredor label, form#formlivredor input, form#formlivredor textarea{
	display: block;
	} 


/* Illustrations */
#illustrations img{position: absolute;
	top: 113px;
	left: 0px;
	border: none;
	}


/*Glossaire*/
.glossTitre{text-decoration: none;
	}
.glossLink{
	font-weight: bold;
	}


/* Plan de site */

ul.siteMap{border: 0px solid lime;
	padding-left: 0;
	border-bottom: 1px dotted  rgb(204,204,204);
	}
ul.siteMap>li{border: 0px solid red;
	list-style-type: none;
	margin-bottom: 10px;
	}
ul.siteMap>li>a{border: 0px solid fuchsia;
	font-size: 120%;
	margin-bottom: 10px;
	border-bottom: 1px dotted  rgb(204,204,204);
	display: block;
	}
ul.siteMap a{
	text-decoration: none;
	}
ul.siteMap li{
	padding: 1px;
	}

.siteMapRub{
	border-top: 1px dashed gray;
	margin-top: 20px;
	padding-top: 10px;
	display: block;
	} 


/* ---- Page de liens ?id=5 ---- */
#liens	li{
	margin-bottom: 10px;
	list-style-type: none;
	}
#liens	li a{
	display: block;
	}
#cible{position: absolute;
	top: 85px;
	right: 181px;
	z-index: 3;
	}
table#LiensParTheme tr td:first-child{
	width: 180px;	
	}
table#LiensParTheme tr td{
	padding: 5px 0 5px 0;
	border-top: 1px solid rgb(200,200,200);	
	}
table#LiensParTheme tr th{
	padding: 5px 0 5px 0;
	background: rgb(250,250,250);
	}

/* Galerie en ligne */
.inlineGalery img{
	padding: 0px;
	margin: 0px 0px 5px 16px;
	width: 183px;
	border: 1px solid black;
	}


/* Galerie */
ul.galerie{
	padding: 0;
	text-align: left;
	padding: 2px;
	margin: 0;
	border: 0px solid blue;
	}
ul.galerie img{
	padding: 1px;
	text-align: left;
	padding: 1px;
	margin: 0 5px 5px 0;
	border: 1px solid rgb(200,200,200);
	}
ul.galerie li.multiGalerie{
  text-align: left;
	position: relative;
	display: block;
	min-height: 115px;
	margin: 0 0 0px 0;
	padding: 5px;
	border: 0px solid fuchsia;
	border-bottom: 1px dotted rgb(22,111,153);
	}
ul.galerie li.multiGalerie img{
	width: 150px;
  padding: 1px;
	margin: 0;
	vertical-align: top;
	display: inline-block;
	float: left;
	}
ul.galerie li.multiGalerie img:hover{
	border-color: grey;
	}
ul.galerie li.multiGalerie p,
ul.galerie li.multiGalerie h2{
	margin: 0;
  padding: 0 0 0 170px;
	border: 0px solid red;
	}
ul.galerie  li.multiGalerie a{
	text-decoration: none;
	}
#show{float: none;
	}

.galerieLegende textarea{
	font-weight: bold;
	font-family: arial, helvetica, sans-serif;
	height: 20px;
	width: 600px;
	border: none;
	}

/* User Card "mes activit&#65533;s" */
.userCard{
  height: 100px;
  display: block;
  overflow: hidden;
  margin: 10px 0 20px 0;
  padding: 10px 10px 10px 100px;
	border: 1px solid rgb(220,220,220);
	}
.userCard img{
  float: left;
  width: 75px;
  max-height: 100px;
  margin: 0 15px 0px -85px;
  padding: 1px;
	border: 1px solid rgb(210,210,210);
	}
.userCardNom{
  display: block;
  margin: 0 0 5px 0;
	font-weight: bold;
	}
.userCardCell a,
.userCardPhone a{
  display: block;
	color: rgb(50,50,50);
  text-decoration: none;
  font-size: 85%;
	}



/* Lettre de nouvelles */ 
.newsletter{position: absolute;
	top: 10px;
	right: 20px;
	width: 174px;
	height: 47px;
	z-index: 3;
	font-weight: bold;
	border: 1px solid rgb(228,226,219);
	border-top: 3px solid rgb(193,93,5);
	background: rgb(252,251,232);
	overflow: hidden;
	padding: 15px 5px 5px 5px;
	margin: 0px;
	}
.newsletter input{
	background: url('../spec/lab-immo/images/interface/styleRomont/menu.png');
	width: 105px;
	margin: 5px 0;
	background-color: white;
	}
.newsletter button{
	width: 55px;
	height: 20px;
	}


/* Recherche Google */
div#search{
  position: absolute;
	right: 170px;
	top: 87px;
	z-index: 5;
  text-align: right;
  border: 0px solid red;
	}
#search input#q{
	width: 150px;
	background-image: ;
	background-color: white;
  border: 0px solid lime;
	}
#search button{
	width: 30px;
	height: 20px;
	background-image: none;
	overflow: hidden;
	}
#searchoptions{display: block;
	font-size: smaller;
	}
#search label#Qlabel,
div#searchoptions{
  display: none;
	}

/* Slogan de rubrique */
.rubInterf{	
	position: absolute;
	top: 125px;
	left: 20px;
	z-index: 5;
	color: white;
	font-size: 170%;
	font-weight: bold;
	}


/* Affiliations */
#foxy{position: absolute;
	bottom: 310px;
	left: 44px;
	z-index: 2;
	text-align: center;
	}

#googleAD{
	z-index: 5;
	top: 82px;
	/* top: 565px;*/
	position: absolute;
	right: 0px;
	}

/* Horaire CFF */
#cff{padding: 0px 0px 20px 0px;
	width: 340px;
	text-align: right;	
	}
#cff img{border: none;	
	}


/* Pied de page */
#footer{
	height: 22px;
	margin: 0px 168px 18px 210px;
	padding: 3px 10px 0px 0px;
	text-align: right;
	border: 0px solid orange;
	}
#fonctions{
	border: 0px solid red;
	display: inline;
	font-size: 85%;
	}
#boutons{
	border: 0px solid lime;
	position: absolute;
	padding-left: 10px;
	}
address	{
	text-align: center;
	padding: 5px 5px 5px 5px;
	margin-top: 25px;
	background: rgb(236,235,232);
	border-top: rgb(159,158,158) 1px solid;
	border-bottom: rgb(159,158,158) 1px solid;
	font-style: normal;
	font-size: 85%;
	}
#disclaimer{
	text-align: center;
	padding: 12px;
	margin: 0;
	font-size: 75%;
	}

/* Sponsors */
div#sponsors{position: absolute;
	bottom: 215px;
	left: 15px;
	z-index: 1;
	
	width: 180px;
	border: 0px solid red;
	}
div#sponsors img{
	border: 1px solid rgb(228,226,219);
	}

/* Loggin zone */
div.log{margin: 90px 15px 15px 210px;
	}


/* Staut du bien immobilier */
.statut{
	padding: 10px;
	position: absolute;
	right: 425px;
	top: 400px;
	z-index: 5;
	background:  rgb(191,231,32);
	font-size: 35px;
	}


/* Villas Romont */
div.villaRomont a{
	position: absolute;
	top: 113px;
	width: 148px;
	height: 185px;
	right: 0px;
	z-index: 9;
	margin: 0;
	border: 1px solid red;
	color: black;
	background: url('../spec/lab-immo/Romont/Villa_Minergie-P-ECO_Romont.png');
	padding: 45px 5px 0 5px;
	text-decoration: none;
	color: black;
	display: none;
	}


div.villaRomont img{
	position: absolute;
	top: 113px;
	width: 158px;
	right: 0px;
	z-index: 9;
	margin: 0;
	border: 1px solid #BED733;
	color: black;
	padding: 0;
	text-decoration: none;
	color: black;
	display: none;
	}
.compChauffage th,
.compChauffage td{
	border: 1px solid rgb(80,80,80)
	}

/* Navigation au clavier */
a:focus,
.actif a:focus,
ul#navglobal a.actif:focus,
ul#navglobal ul.nav2 a:focus,
ul#navglobal ul.nav3 a:focus,
ul#navglobal ul.nav4 a:focus,
ul#navglobal ul.nav5 a:focus {
	background: red;
	color: white;
	border-color: red;
	}



/* Choix des langues */
#navLang{
	position: absolute;
	top: 87px;
	right: 20px;
	z-index: 99;
	margin: 0;
	display: inline;
	border: 0px solid #BED733;
}





