/* ----- Internet Handheld Style Sheet ----- */ 

 /* ----- Internet Handheld Style Sheet ----- */ 

/* Icones */
@import url("http://www.logiwin.ch/admin/style.php?id=1002");

/* Gestion membres standard */
@import url("http://www.logiwin.ch/admin/style.php?id=1016");

/* Registred Users */
@import url("http://www.logiwin.ch/admin/style.php?id=1017");

/* Slideshow */
@import url("http://www.logiwin.ch/admin/style.php?id=1018"); 


/* ---------- Structure du document ---------- */

/* Base du document */
html	{ 
	font-size: 62.5%; /* equivalent à 10pixels */
	background-color: white;

	}

/* Corps du document */
body {
	position: relative;
	margin: 0; 
	padding: 150px 0 0 0;
	background:  url('/spec/laubersa/images/interface/bois_blanc_01.png') whitesmoke ;
  color: rgb(50,50,50);
	text-align: justify;
	font-family: 'Roboto', verdana, Arial,  sans-serif;
	font-size: 1.5em;
	border: 0px solid red;
	}
#infoContent{
	margin: 0;
	padding: 0;
	border: 0px solid fuchsia;
	}
#infoMsg{  
	min-height: 300px;
	margin: 0;
	padding: 105px 4% 0 4%;
	border: 0px solid  blue;
	}


/* --------- Mise en forme generale ---------- */
/* Titre de niveau 1 */
h1 {	color: rgb(80,80,80);
	padding: 0px;
	text-align: left;
	font-size: 1.6em;
	border: 0px solid black;
	}
/* Titre de niveau 2 */
h2 {	color: rgb(80,80,80);
	text-align: left;
	font-size: 120%;
	font-weight: bold;
	}
/* Titre de niveau 3 */
h3 {	color: rgb(80,80,80);
	text-align: left;
	font-size: 100%;
	}

/* Listes */ 
ol, ul, dl	{
	padding-left: 50px;
	}
/* Images inserees dans les documents */
img	{
	max-width: 100%;
	margin: 0px;
	border: 0px solid black;
	}

/* Liens par defaut */				
a {color: rgb(255,20,20);
	background-color: transparent;
	text-decoration: underline;
	}
/* Lien lors du survol */
a:hover	 {color:black;
	text-decoration: underline ;
	background-color: white;
	}
/* Liens automatiques vers le glossaire */
a.glossLink{ 
	background: rgb(200,20,20);
	}

/* Tables */
table{
	}
td{	text-align: left;
	vertical-align: top;
	padding: 2px
	}
th{	text-align: left;
	vertical-align: top;
	padding: 2px;
	font-weight: bold
	}

/* Formulaires */
button	{
	background: gray;
	color:  white;
	cursor: pointer;
	}
button:hover{
	background: white;
	color: black;
	}
option{
	background: white;
	color: black;
	}
input, select, textarea	{background: none;
	border: 1px solid gray;
	}



/* ---------- Zone de navigation ---------- */

/* Barre de navigation principale */
#navglobal{
	position: absolute;
	top: 60px;
	right: 0;
	z-index: 4;

	background: white;
	margin: 0px auto;  
	padding: 0;
	display: block;
	display: none;
	white-space: nowrap;
	border: 0px solid lime;
	border-top: 5px solid white;
	}
#navglobal li{
	position: relative;
	border: 0px solid yellow;
	list-style-type: none;
	}
/* Mise en page des liens */
#navglobal a{
  display: block;
	background: rgb(120,120,120);
  margin: 0 ;
	padding: 0px 8px 0px 10px;
	text-decoration: none;
	font: 15px arial, sans-serif;
	color: white;
	border: 0px solid rgb(190,170,162);
	}



/* Barre de navigation secondaire #nav2 */
#navglobal ul.nav2	{
	margin: 0px 0px 0px 30px;
	padding: 0;
	/* border: 10px solid olive; */
	}

#navglobal ul.nav2 li	{
	padding: 0;
	border: 0px solid red;
	}


/* Mise en page du lien dans #nav2 */
#navglobal ul.nav2 a{
	height: auto;
	display: block;
	background: white;
	color: black;
	margin: 0px;
	padding: 3px 15px 3px 3px;
	text-decoration: none;
	font-size: 90%;
	border: none;
	border-bottom: 1px solid rgb(150,150,150);
	}
#navglobal ul.nav2 li:last-child a{
	border-bottom: none;
	}


/* Barre de navigation niveau 3 #nav3*/
#navglobal ul.nav3	{
	position: relative;
	left: 180px;
	top: -18px;
	width: 180px;
	margin: 0px;
	padding: 0px;
	display: none;
	}
#navglobal ul.nav3.actif	{
	display: inline;
	}
#navglobal ul.nav3 a{
	border-bottom: 1px dotted rgb(211,211,211);
	}

/* Mise en evidence des liens actifs */
#navglobal a.actif{
	font-weight: bold;
	}


/* Mise en evidence des accesskeys */
#navglobal em{ 
	text-decoration: none;
	font-style: normal;
	}
/* Navigateur */
.vousIci{
	display: none;
	}
#navLang{
	display: none;
	}


/* ---------- Bouton menu mobiles ----------  */


#MobileMenu{
	position: absolute;
	top: 26px;
	right: 10px;
	z-index: 99;
	display: block;
	width: 2.8rem;
	height: 2.5rem;
	background-color: white;
	background-image: linear-gradient(to right, rgb(120,120,120), rgb(120,120,120)),
		linear-gradient(to right, rgb(120,120,120), rgb(120,120,120)),
		linear-gradient(to right, rgb(120,120,120), rgb(120,120,120));
	background-position: center top, center, center bottom;
	background-repeat: no-repeat;
	background-size: 100% 20%;
	margin: 0;
	padding: 0;
	font-size: 0px;
	border-radius: 2px;
  cursor: pointer;
	border: 0px double rgb(164,101,66);
	}


/* ---------- Documents divers ---------- */

/* News ?id=50 */
.newsAccroche{
	font-style: italic;
	}
.newsima{border: none;
	float: right;
	}
.newsfeed img{float: none;
	margin: 0px 2px;
	padding: 0px;
	border: none;
	}
.fullNews{
	border-bottom: 1px dotted #B07E4A;
	margin: 5px;
	padding: 5px;
	}

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;
	}


/* Galerie */
ul.galerie li.multiGalerie{
	position: relative;
	display: block;
	min-height: 110px;
	margin: 0 0 7px 0;
	padding: 0 0 7px 120px;
	text-align: left;
	border: 0px solid fuchsia;
	border-bottom: 1px dotted rgb(22,111,153);
	}
ul.galerie li.multiGalerie img{
	position: absolute;
	top: 0;
	left: 0;
	padding: 2px;
	margin: 10px 0 0 0;
	vertical-align: top;
	display: inline;
	border: 1px solid rgb(200,200,200);
	}
ul.galerie li.multiGalerie img:hover{
	border-color: grey;
	}
ul.galerie li a{
	text-decoration: none;
	}
ul.galerie li h2{
	padding: 8px 0 0 0px;
	margin: 0;
	border: 0px solid red;
	}
ul.galerie li p{
	padding: 0 0 0 0px;
	margin: 0;
	display: inline-block;
	border: 0px solid orange;
	}

ul.galerie{
	padding: 0;
	text-align: center;
	padding: 2px;
	margin: 0;
	border: 0px solid grey;
	}

ul.galerie img, .galerieImage img{
	float: none;
	max-width: 650px;
	margin: 5px;
	padding: 2px;
	border: 1px solid rgb(200,200,200);
}
ul.galerie img:hover{
	border-color: grey;
	}


#slideshow{
	width: 100%;
	height: 100%;
	padding: 0;
	text-align: center;
	}

#slideshow input, select{
	background: white;
	border: 1px solid rgb(144,144,144);
	}

p.galerieImage a{
	background: url('/interface/fermer.png') no-repeat bottom right;
	border: 0px solid red;
	}

p.galerieImage img{
	max-width: 96%;
	border: 1px solid white;

	}
div.galeryLegend{
	display: block;
	border: 0px solid red;
	}
div.galeryLegend p,
div.galeryLegend h2{
	margin: auto;
	text-align: left;
	border: 0px solid orange;
	}
div.galeryLegend p{
	margin: 0 auto 50px auto;
	border: 0px solid fuchsia;
	}
div.galeryLegend h2{
	display: block;
	margin-top: 0px;
	border: 0px solid lime;
	}

/* Livre d'or ?id=12 */

.livredor label{display: block;
	 }
.livredor{margin-left: 20px;
	 }

/* Glossaire ?id=35 */
.glossTitre{text-decoration: none;
	}
.glossLink{
	font-weight: bold;
	}

/* Plan de site ?id=1026 */

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;
	}


/* Page de liens ?id=5 */
/* Position des images en survol*/
#cible{
	position: relative;
	top: 350px;
	right: 100px;
	max-height: 100px;
	border: 1px solid purple;
	}



/* Liens par theme */

div#liens ul li a{
	display: inline;
	padding-top: 25px;
	}

#liens a:hover img{
	margin-top: 1.2em;
	max-width: 200px;
	max-height: 100px;
	background: white;
	border: 0px solid purple;
	} 


/* ---- Profil utilisateur ?id=1005&no=xyz ---- */
.userProfil{}
.persodata{}
.persodata .Nom{}
.persoImage{}
.userProfilNav{}

table.MemberListing{
	position: relative;
	font-size: 90%;
	border: 0px solid blue;
	}
table.MemberListing tr>td{
	white-space: nowrap;
	margin: 2px;
	padding: 3px 10px 3px 3px;
	border-bottom: 6px solid white;
	}
table.MemberListing tr:hover{
	background: rgb(245,245,245);
	}
table.MemberListing tr td:first-child{
	padding-left: 40px;
	}
table.MemberListing tr td:first-child a{
	text-decoration: none;
	display: inline-block;
	color: rgb(40,40,40);
	}
table.MemberListing tr>td:first-child a span{
	font-weight: bold;
	display: block;
	color: #006E9F;
	}
table.MemberListing tr>td:first-child a:hover{
	background: transparent;
	}

table.MemberListing tr>td:first-child div{
	position: absolute;
	left: 4px;
	width: 30px;
	height: 30px;
	overflow: hidden;
	margin: 0 5px 0 0;
	border: 0px solid lime;
	}
table.MemberListing tr>td:first-child div img{
	width: 30px;
	height: 30px;
	padding: 0px;
	margin: 0px;
	border: none;
	vertical-align: middle;
	}
table.MemberListing tr>td:first-child div:hover{
	width: auto;
	height: auto;
	}
table.MemberListing tr>td:first-child div:hover img{
	width: auto;
	height: auto;
	max-width: 60px;
	background: white;
	padding: 1px;
	border: 1px solid rgb(210,210,210);
	}

/* ------ Agenda - Prochainement ?id=27 ------ */
/* Tableau g&#65533;n&#65533;ral */
table#agenda{}
/* Date  de l'event */
td.agendaDebut{}
/* Titre de l'event */
h3.agendaTitre{}
/* Description de l'event */
p.agendaDescript{}
/* Lieu de l'event */
p.agendaLieu{}

/* ----- Agenda - Liste des evenements ?id=48 ----- */
/* Tableau g&#65533;n&#65533;ral */
table#agenda_liste{}

/* ----- Agenda - Calendrier ?id=47 ----- */
/* Tableau g&#65533;n&#65533;ral */
.calendrier{}
/* Jour avec event */
a.hasAnEvent{}
/* Jour sans event */
a.hasNoEvent{}
/* Zone de filtre */
#agendaFiltre{}
/* Liste de choix du filtre */
select#mois{}
select#annee{}
/* Zone d'affichage des events */
.events{}
/* Description de l'event */
.agendaJour{}
/* Dates d'inscription */
#agenda_dates_lieu{}
/* Lien pour inscription */
a.Inscription{}
/* Logo des partenaires */
#agendaPart{}

/* ---------- Elements speciaux ---------- */	
/* Galerie dans la page */
.inlineGalery{width: 180px;
	float: left;
	}
.inlineGalery img{float: none;
	margin: 5px;
	padding: 0;
	}
.inlineGalery img:hover{}
.inlineGalery a:hover{}

/* ---------- Fin des document ---------- */


/* Illustrations (pour tous les documents)*/
div#illustrations {
	position: absolute;
	top: 110px;
	left: 0px;
	z-index: 2;
	max-width: 100%;
	height: 150px;
	background-image: none!important;
	margin: 0;
	padding: 0;
	text-align: center;
	overflow: hidden;
	border: 0px solid red;
	}
div#illustrations img{
	min-height: 150px;
	margin: 0;
	padding: 0;
	border: none;
	}

/* Fonctions (imprimer, recommander, etc.) */
#fonctions{
	background:  white;
	display: block;
	padding: 5px 4%;
	text-align: right;
	font-size: 85%;
	border: 0px solid red;
	}
#fonctions a, address a{
	text-decoration: none;
	}

/* Recherches sur le web (activation depuis les parametres) */
#searchoptions{
	white-space: nowrap;
	}
div#search{
	position: absolute;
	top: 155px;
	right: 20px;
	white-space: nowrap;
	border: red solid 0px;
	text-align: right;
	}
div#search button, div#search input{
	border: 1px solid rgb(211,211,211);
	font-size: 80%;
	
	}
div#search input#q{
	width: 180px;
	
	}


/* Zone de collecte des e-mails pour la newsletter */
.newsletter{
	margin: 0px;
	padding: 2px;
	font-weight: bold;
	position: relative;
	top: -35px;
	background: white;
	z-index: 3;
	border: red solid 0px;
	width: 350px;
	}
/* Champs de saisie */
.newsletter input{
	
	}

/* Logo */
#logo	{
	position: absolute;
	top: 0px;
	width: 100%;
	display: block;
	background: white;
	margin: 0;
	text-align: left;
	border: 0px solid lime;
	}
#logo	img{
	height: 50px;
	padding: 10px 4%;
	border: 0px solid red;
	}

/* Coordonnees du client */
address	{
	padding: 8px 4%;
	margin: 0;
	text-align: left;
	font-size: 80%;
	font-style: normal;
	border: 0px solid red;
	}
address span	{
	vertical-align: top;
	display: inline-block;
	border: 0px solid red;
	}
address span	a{
	color: ;
	border: 0px solid red;
	}

/* Icones en fin de document (XHTML, CSS, WAI)*/
ul#validation {
	text-align: center;
	margin: 0;
	padding: 10px;
	font-size: 30%;
	}


/* n° phone */
#phoneMe{
	position: absolute;
	top: 70px;
	z-index: 3;
	width: 100%;
	height: 30px;
	background: white;
	margin: 0; 
	padding: 10px 0 0 0;
	text-align: right;
	border: 0px solid orange;
	}
#phoneMe span{
	padding: 0 10px 0 0;
	}
#phoneMe img{
	height: 18px;
	margin: 0 10px 0 0;
	padding: 0 0 0 0;
	border: 0px solid pink;
	}
#phoneMe a{
	margin: 0;
	padding: 0;
	color: #ff0000;
	text-decoration: none;
	font-size: 20px;
	}



/* Homepage personnalisée */
.docId #illustrations,
.docId8 #illustrations,
.docId h1,
.docId8 h1{
	display: none;
	}
.docId body,
.docId8 body {
	padding-top: 0;
	}


.docId #infoMsg,
.docId8 #infoMsg{  
	padding-top: 0;
	border: 0px solid  blue;
	}