/* ----- Internet screen 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");


/* ---------- Structure du document ---------- */

/* Base du document */
html	{ 

	}

/* Corps du document */
body {
	width: 960px; /*1180px;*/
	min-height: 460px;
	background:  white;
  color: rgb(50,50,50);
	margin: 0 auto; 
	padding: 465px 0px 20px 0px;
	text-align: justify;
	font-family: verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular, sans-serif;
	font-size: 13px;
	border: 0px solid red;
	}
#infoContent{
  
  border: 0px solid red;
}
#infoMsg{
	margin: 0px 235px 0px 0x;
  padding: 40px 285px 40px 45px;
	min-height: 425px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  border: 1px solid rgb(211,211,211);
	}
/*
div#msgCol1 {
	display: inline-block;
	width: 48%;
	border: 0px solid red;
	vertical-align: top;
	}
#msgCol2 {
	display: inline-block;
	width: 47%;
	border: 0px solid orange;
	vertical-align: top;
	padding: 50px 0 0 30px;
	}
*/
/* --------- Mise en forme generale ---------- */
/* Titre de niveau 1 */
h1 {	color: #67A4DD;
	font-size: 150%;
	}
/* Titre de niveau 2 */
h2 {	color: #67A4DD;
	font-size: 120%;
	font-weight: bold;
	}
/* Titre de niveau 3 */
h3 {	color: #67A4DD;
	font-size: 100%;
	}
/* Paragraphes */
p{
	}
/* Listes */ 
ol, ul, dl	{
	padding-left: 50px;
	}
/* Images inserees dans les documents */
img	{margin: 10px;
	border: 0px solid black;
	}
/* Liens par defaut */
											
a {color: #B12435;
	background-color: transparent;
	text-decoration: underline;
	}
/* Lien lors du survol */
a:hover	 {color:black;
	text-decoration: underline ;
	background-color: #F5F5F5;
	}
/* Liens automatiques vers le glossaire */
a.glossLink{ background: rgb(239,239,239)
	}

/* 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: 388px;
  z-index: 10;
	padding: 7px 0px 7px 20px;
	margin: 13px 0 0 0;
	}
#navglobal li{
	display: inline;
	}
/* Mise en page des liens */
#navglobal a{
	margin: 3px;
	padding: 6px 20px;
	text-decoration: none;
	background: white;
	font: 15px verdana, sans-serif;
	color: #67A4DD;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
	}
/* Mise en evidence des liens actifs */
#navglobal a.actif{
	background: #67A4DD;
	color: white;
	font-weight: bold;
	}
/* Survol du lien  */
#navglobal a:hover{
	background: #67A4DD;
	color: white;
	}
/* Affiche le sous-meu au survol */
#navglobal li:hover ul.nav2,
#navglobal li:hover ul.nav2 ul.nav3{
	display: inline;
  z-index: 11;
	}


/* Liens rubrique ASAM */
li#RubItem1007 a{
	color: #99BA4F
	}
li#RubItem1007 a.actif,
li#RubItem1007 a:hover,
li#RubItem1007 ul.nav2{
	background: #99BA4F
	}
/* Liens rubrique AFAMM */
li#RubItem1008 a{
	color: #F9955A
	}
li#RubItem1008 a.actif,
li#RubItem1008 a:hover,
li#RubItem1008 ul.nav2{
	background: #F9955A;
	}


/* Barre de navigation secondaire #nav2 */
#navglobal ul.nav2	{
	position: absolute;
	left: 0px;
	top: 31px;
	width: 960px;
	background: #67A4DD;
	margin: 0px;
	padding: 7px 0px;
  display: none;
  border: 0px solid red;
	}

#navglobal ul.nav2.actif	{
	display: block;
	border: 0px solid lime;
	}
#navglobal ul.nav2 li{
	position: relative;
  display: inline-block;
  width: 150px;
	margin: 0px;
	padding: 0px;
  text-align: center;
  vertical-align: top;
	border: 0px solid lime;
	} 

/* Mise en page du lien dans #nav2 */

#navglobal ul.nav2 a{
  display: block;
  text-decoration: none;
	font-size: 100%;
  font-weight: normal;
	color: white;
	padding: 3px 0px;
	margin: 0px;
	background: transparent;
  white-space: nowrap;
  border-radius: 0px;
	border-right: 1px solid white;
	}
#navglobal ul.nav2 li:last-child a{
	border-right: 0px solid white;
	}
#navglobal ul.nav2 li a.actif{
	font-weight: bold;
	}
#navglobal ul.nav2 li a:hover{
  color: black;
  text-decoration: underline;
	}

#navglobal ul.nav2 ul {
  display: none;
  margin: 0px;
  padding: 5px 0 0 0;
  border: 0px solid red;
	}
#navglobal ul.nav2.actif:hover ul {
 	display: block;
	}




/* Barre de navigation niveau 3 #nav3*/
#navglobal ul.nav3 li a{
	display: block;
  padding: 0 6px;
  text-align: left;
	font-size: 85%;
	border-left: none;
	}
#navglobal ul.nav3 li{
  border-right: 0px solid red;
	}
#navglobal ul.nav3.actif li a.actif{
  font-weight: bold;
  border: 0px solid lime;
	}




/* Mise en evidence des accesskeys */
#navglobal	em{ text-decoration: underline;
	font-style: normal;
	}
/* Navigateur */
.vousIci{
  position: absolute;
	margin: 18px 0 0 34px;
  font-size: 85%;
  border: 0px solid red;
	}
.vousIci a{
  color: #AC1534;
	text-decoration: none;
	}


/* ---------- Langues ----------  */
#navLang{
  
	position: absolute;
	top: 0px;
	z-index: 5;
  width: 935px; 
	margin: 0 auto; 
  padding: 5px;
  color: white;
  text-align: right;
  font-size: 0px;
  border-bottom-right-radius: 10px;
  border: 0px solid red
	}
#navLang a:first-child{
  padding: 10px 10px;
  border-bottom-left-radius: 10px;
  border: 0px solid red;
	}
#navLang a,
#navLang a.actif:hover{
  background: white;
  color: rgb(20,20,20);
  text-decoration: none;
  font-size: 12px;
	}
#navLang a:hover{
  color: white;
  background: rgb(20,20,20);
	}
#navLang a:last-child{
  padding: 10px 10px;
  border-bottom-right-radius: 10px;
  border: 0px solid red;
	}
#navLang a.actif,
#navLang a.actif:hover{ 
  color: #A81C1F;
  cursor: ;
	}

/* ---------- 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: 1px dotted gray;
	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: 87px;
	margin: 0 0 7px 0;
	padding: 0 0 7px 120px;
	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: 5px 0 0 0;
	vertical-align: top;
	display: inline;
	float: left;
	border: 1px solid rgb(200,200,200);
	}
ul.galerie li a{
	text-decoration: none;
	}
ul.galerie li h2{
	padding: 0px;
	margin: 0;
	border: 0px solid red;
	}
ul.galerie li p{
	padding: 0px;
	margin: 0;
	display: inline-block;
	border: 0px solid orange;
	}



ul.galerie{
	padding: 0;
	text-align: left;
	padding: 2px;
	margin: 0;
	border: 1px solid grey;
	border: 0px solid blue;
	}

ul.galerie img, galerieImage img{
	float: none;
	padding: 2px;
	border: 1px solid rgb(200,200,200);
	}

#show{float: none;
	}
.galerieLegende textarea{}



/* 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: absolute;
	top: 50px;
	right: 190px;
	}


/* Liens par theme */

div#liens ul li a{
	display: block;
	padding-top: 5px;
	}

#liens a:hover img{
	padding-top: 5px;
	} 


/* ---- Profil utilisateur ?id=1005&no=xyz ---- */
.userProfil{}
.persodata{}
.persodata .Nom{}
.persoImage{}
.userProfilNav{}

table.MemberListing{
  position: relative;
	background: ;
  font-size: 90%;
  border: 0px solid blue;
	}
table.MemberListing a{
  background: ;
  color: black;
	}
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: ;
	overflow: hidden;
	margin: 0 5px 0 0;
	border: 0px solid lime;
	}
table.MemberListing tr>td:first-child div img{
	width: 23px;
	padding: 0px;
	margin: 0px;
	border: none;
	vertical-align: middle;
	}
table.MemberListing tr>td:first-child div:hover{
	width: auto;
  height: auto;
  z-index: 3;
	}
table.MemberListing tr>td:first-child div:hover img{
	width: auto;
  height: auto;
  max-width: 120px;
  background: white;
  padding: 1px;
	border: 1px solid rgb(210,210,210);
	}

/* Portraits accompagnateurs */
div#elevePortrait img{
  width: 189px;
  float: left;
  margin: 0 15px 0 0;
	border: 0px solid black;
	}

#loginForm{
	display: none;
	}

/* ------ 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{}


/* Recherches sur le web */
#searchoptions{
	white-space: nowrap;
	}
#searchForm{
	position: absolute;
	top: 520px;
	z-index: 1;
  width: 970px; 
	margin: 0 auto; 
	border: 0px solid lime;
}
div#search{
  width: 194px; 
  background: #F9F9F9;
	margin: 0 auto; 
  padding: 8px 8px 8px 12px;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
	border: 1px solid #D9D9D9;
	}
div#search input{
	width: 180px;
  padding-left: 10px;
  margin-right: -10px;
	font-size: 80%;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
	border: 4px solid #DAEDFE;
	}
div#search button{
  background: #DAEDFE;
  color: rgb(80,80,80);
  font-size: 80%;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
	border: 4px solid #DAEDFE;
	
	}
 /* Pour Yahoo! */
#search input#p{
	background-image: none ;
	}

/* Right Sidebar */
div#RightSidebar{
	position: absolute;
  top: 566px;
  z-index: 3;
  width: 214px;
  margin-left: 744px;
  overflow: hidden;
  border: 0px solid red;
	}
.inlineNews{
  width: 180px;
  background: #F9F9F9;
  margin: 0 0 0 0px;
  padding: 0 22px 2px 12px;
  font-size: 90%;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  border: 1px solid #D9D9D9;
	}
.inlineNews h3{
	color: rgb(80,80,80);
	}
#InlineCalendar{
  width: 190px;
  height: 185px;
  background: #F9F9F9;
  margin: 5px 0 0 0px;
  padding: 12px;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  border: 1px solid #D9D9D9;
	}


/* ---------- Fin des document ---------- */

/* Illustrations (pour tous les documents)*/
div#illustrations {
	border: 0px solid red;
	position: absolute;
	top: 0px;
	left: 0px;
  z-index: 1;
	margin: 0;
	width: 100%;
  height: 432px;
  background-position:  center top;
  background-repeat: no-repeat;
  background-attachment: scroll;
	overflow: hidden;
  border: 0px solid red;
	}
div#illustrations img{
	border: none;
	margin: 0px;
  clear: both;
  display: none;
	}

/* Fonctions (imprimer, recommander, etc.) */
#fonctions{
  text-align: right;
	position: relative;
  top: -30px;
	padding: 0px 280px 0px 0px;
	border: 0px solid red;
	display: block;
	font-size: 85%;
	}
#fonctions a, address a{
	text-decoration: none;
	}


/* Zone de collecte des e-mails pour la newsletter */
#newsletterForm {
	position: absolute;
	top: 402px;
	z-index: 1;
  width: 935px; 
	margin: 0 auto; 
	border: 0px solid lime;
  }
.newsletter{
  width: 280px; 
  float: right;
	background: white;
	margin: 0px;
	padding: 8px 10px;
  font-size: 90%;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
	border: 0px solid red;
	}
/* Champs de saisie */
.newsletter input{
	border: 1px solid #808080;
  font-size: 90%;
	}
.newsletter button{
  font-size: 90%;
	background: #ADABAC;
	border: 1px solid #808080;
	}


/* Logo */
#logo{
	position: absolute;
	top: 0px;
  z-index: 53;
	max-width: 915px;
  height: 65px;
	margin: 0 auto; 
  border: 0px solid red;
	}
#logo	img{
  background: white;
  margin: 0px 0px 0px 35px;
  padding: 10px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  border: 0px solid red;
	}

#logo a:hover,
a#ASAM_Top_Logo:hover,
a#UIMLA:hover{
  background: transparent;
	}

a#ASAM_Top_Logo{
	position: absolute;
	top: 0px;
  z-index: 4;
  padding-left: 345px;
	}
a#ASAM_Top_Logo img:hover{
  border-color: #99BA4F;
	}
a#ASAM_Top_Logo img,
a#UIMLA img{
  height: 53px;
	margin: 0;
  padding: 5px 5px 3px 5px;
	background: white;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
	border: 4px solid white;
  border-top: none;
	}

a#UIMLA{
	position: absolute;
	top: 0px;
  z-index: 3;
  padding-left: 450px;
}
a#UIMLA img:hover{
  border-color: rgb(220,220,220);
	}


/* Coordonnees du client */
address	{
	text-align: center;
	margin: 5px 0 5px 0;
	display: none;
	border-top: 1px solid rgb(211,211,211);
	border-bottom: 1px solid rgb(211,211,211);
	font-size: 80%;
	font-style: normal;
	color: black;
	}

/* Icones en fin de document (XHTML, CSS, WAI)*/
ul#validation {
	text-align: center;
	margin: 0;
	padding: 10px;
	}


/* Sociabilisation */
#boutons{
	position: absolute;
	top: 475px;
  z-index: 3;
	margin-left: 750px;
	}

/* Footer ASAM */
div#footerASAM{
	background: #F9F9F9;
  padding: 10px 30px 10px 48px;
  border-radius: 10px;
  border: 1px solid #D1D1D1;
	}
span#UIMLA_address,
span#AFAMM_address,
span#ASAM_address,
#Raiffeisen{
  width: 288px;
  display: inline-block;
  vertical-align: top;
  margin-top: 20px;
	border: 0px solid red;
	}
span#UIMLA_address img,
span#AFAMM_address img,
span#ASAM_address img{
  float: left;
  margin: 0 10px 50px 0;
	border: 0px solid red;
	}
#Raiffeisen img{
	display: block;
  /*width: 250px;*/
  margin: 10px 0 0 0;
  border: 0px solid ;
	}



#ModifTag{
	top: 80px;
	}


ul#champiOptions{
	display: none;
	}


/* ------------------ Responsive Design ------------------- */

/* Source: http://designspartan.com/info_generale/responsive-design-definition-fonctionnement-ressources-et-tutoriels/ */

/* Smartphones (portrait and landscape) ----------- */
@media only screen
and (min-device-width : 320px)
and (max-device-width : 480px) {
/* Styles */
}

/* Smartphones (landscape) ----------- */
@media only screen
and (min-width : 321px) {
/* Styles */
	.class {
		background: #FFE11A;
	}
}

/* Smartphones (portrait) ----------- */
@media only screen
and (max-width : 320px) {
/* Styles */
}

/* iPads (portrait and landscape) ----------- */
@media only screen
and (min-device-width : 768px)
and (max-device-width : 1024px) {
/* Styles */
}

/* iPads (landscape) ----------- */
@media only screen
and (min-device-width : 768px)
and (max-device-width : 1024px)
and (orientation : landscape) {
/* Styles */
}

/* iPads (portrait) ----------- */
@media only screen
and (min-device-width : 768px)
and (max-device-width : 1024px)
and (orientation : portrait) {
/* Styles */
}

/* Desktops and laptops ----------- */
@media only screen
and (min-width : 1224px) {
/* Styles */
}

/* Large screens ----------- */
@media only screen
and (min-width : 1824px) {
/* Styles */
}

/* iPhone 4 ----------- */
@media
only screen and (-webkit-min-device-pixel-ratio : 1.5),
only screen and (min-device-pixel-ratio : 1.5) {
/* Styles */
}












