/* ----- New Menu - alternate style sheet ----- */ 

/* Internet screen style sheet 2010 */

/* Icones */
@import url("http://www.logiwin.ch/admin/style.php?id=1002");

/* ---------- Structure du document ---------- */

/* Base du document */
html	{ 
	background: #025BC9 url('../spec/lab-mm/images/interface_2010/bg_bleu.png') center top fixed;
	/*background: url('../spec/lab-mm/images/interface_2010/nice_girl_on_the_ocean.jpg') right center fixed;*/
	}

/* Corps du document */
body {color: #6E6E6E;
	font-family: verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular, sans-serif;
	font-size: 13px;
	background:  url('../spec/lab-mm/images/interface_2010/bg_body.png');
	background:  white;
	padding: 150px 0px 0px 0px;
	margin: 0px;
	text-align: justify;
	position: relative;
	max-width: 1200px;
	min-height: 460px;
	margin: 0 auto; 
	border: 1px solid rgb(192,192,192);
	}
#infoContent{
}
#infoMsg{
	min-height: 355px;
	margin: 20px 20px 10px 380px;
	}
#msgCol1 {
	display: inline-block;
	width:60%;
	border: 0px solid red;
	}
#msgCol2 {
	display: inline-block;
	width: 33.3333%;
	border: 0px solid orange;
	vertical-align: top;
	padding: 45px 0 0 30px;
	}

/* --------- Mise en forme generale ---------- */
/* Titre de niveau 1 */
h1 {	color: #006E9F;
	font-size: 150%;
	white-space: nowrap;
	}
/* Titre de niveau 2 */
h2 {	color: #1E1E1E;
	font-size: 120%;
	font-weight: bold;
	}
/* Titre de niveau 3 */
h3 {	color: #4F4F4F;
	font-size: 100%;
	}
/* Paragraphes */
p{
	}
/* Listes */ 
ol, ul, dl	{
	padding-left: 50px;
	}
/* Images inserees dans les documents */
img	{margin: 10px;
	border: 1px solid black;
	}
/* Liens par defaut */
											
a {color: #006E9F;
	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(211,211,211);
	}

/* Tables */
table{	/* margin-left: 15px; */
	margin-left: 0px;
	}
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: 100px;
	left: 0px;
	width: 100%;
	min-height: 28px;
	z-index: 9;
	background: #EEEEEE;
	padding: 0px 0px 3px 0px;
	display: block;
	white-space: nowrap;
	margin: 13px 0 0 0;
	list-style-type: none;	}
#navglobal:hover{
	border-bottom: 1px dotted rgb(192,192,192);
	background: #025BC9 url('../spec/lab-mm/images/interface_2010/bg_menu_bleu.png') center bottom no-repeat ;
	}
#navglobal:hover ul{
	display: block;
	}
#navglobal ul{
	display: none;
	}
#navglobal li{
	width: 14.2857%;
	float: left;
	border: 0px solid red;
	}

#navglobal a{
	display: block;
	margin: 3px;
	padding: 3px 6px 2px 6px;
	text-decoration: none;
	background: #DCDCDC;
	font: 15px verdana, sans-serif;
	color: #6E6E6E;
	border: 0px solid orange;
	}

/* Survol du lien  */
#navglobal a:hover{
	background: #006E9F;
	color: white;
	}
/* Mise en evidence des liens actifs */
#navglobal a.actif{
	font-weight: bold;
	}


/* Barre de navigation secondaire #nav2 */

#navglobal ul.nav2{
	margin: 7px 3px 0px 3px;
	padding: 0px;
	border: 0px solid lime;
	}
#navglobal ul.nav2.actif{
	/*background: red;*/
	}
#navglobal ul.nav2 li{
	display: block;
	float: none;
	width: 100%;
	margin: 0;
	padding: 0;
	}


/* Mise en page du lien dans #nav2 */
#navglobal ul.nav2 a{
	text-decoration: none;
	font-size: 100%;
	display: block;
	padding: 3px 5px;
	margin: 0;
	background: transparent;
	color: white;
	border-bottom: 1px dotted rgb(192,192,192);
	border-top: none;
	}
/* Survol du lien dans #nav2 */
#navglobal ul.nav2 a:hover{
	background:  #c0c0c0;
	color: black;	
	}


/* Barre de navigation niveau 3 #nav3 */
#navglobal ul.nav3	{
	margin: 0;
	font-size: 78%;
	border: 0px solid red;
	padding-left: 0px;
	}
#navglobal ul.nav3.actif	{
	}
#navglobal ul.nav3 a{
	padding-left: 15px;
	border-bottom: 1px dotted rgb(192,192,192);
	}



/* Mise en evidence des accesskeys */
#navglobal	em{ text-decoration: underline;
	font-style: normal;
	}


/* Navigateur */
.vousIci{
	margin-left: 380px;
	display: block;
	}

/* ---------- 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 ?id=*/
.galerie{text-align: left;}
.galerie img, galerieImage img{float: none;}

#show{float: none;
	}
.galerieLegende textarea{
	}
.galeryLegend a{display: inline;
	}

/* 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: 100px;
	right: 0px;
	}


/* 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{}

/* ------ 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 {
	border: 0px solid red;
	position: absolute;
	top: 195px;
	left: 0px;
	margin: 0;
	width: 360px;
	text-align: center;
	overflow: hidden;
	}
div#illustrations img{
	border: none;
	margin-left: -50px;
	}

/* Fonctions (imprimer, recommander, etc.) */
#fonctions{text-align: right;
	position: relative;
	padding: 20px;
	border: red solid 0px;
	display: block;
	font-size: 85%;
	}
#fonctions a, address a{
	text-decoration: none;
	}

/* Recherches sur le web (doit etre activee depuis les param&#65533;tres!) */
#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(192,192,192);
	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	img{border: none;
	position: absolute;
	top: 10px;
	right: 20px;
	}

/* Coordonnees du client */
address	{
	text-align: center;
	padding: 20px 5px 20px 5px;
	margin: 5px 0 5px 0;
	display: block;
	border-top: 1px solid rgb(192,192,192);
	border-bottom: 1px solid rgb(192,192,192);
	font-size: 80%;
	font-style: normal;
	color: black;
	}

/* Icones en fin de document (XHTML, CSS, WAI)*/
ul#validation {
	}

/* Taille texte */
#yourSize{position: absolute;
	top: 115px;
	right: 20px;
	z-index: 5;
	}


/* Slogan */
#slogan {
	font-size: 190%;
	position: absolute;
	top: 20px;
	left: 20px;
	color: #006E9F;
	white-space: nowrap;
	}
#slogan span{
	display: block;	
	}
#slo2{
	margin-left: 200px;	
	}
/* Sociabilisation */
#boutons{
	border: 0px solid lime;
	position: absolute;
	top: 460px;
	left: 210px;
	padding-left: 10px;
	text-align: right;
	}


/* Publi Eye Award */
.publicEye{
	
	position: absolute;
	top: 230px;
	right: 20px;
	}