/* Icones */
@import url("http://www.logiwin.ch/admin/style.php?id=1002");

/* ------------ Structure de base ------------ */

/* Base du document */
html	{ 	background: url('../spec/gbconsult/images/interface/bg.png') 0px 98px repeat-x white ;
	top: 0;
	right: 0;
	}

/* Corps du document */
body {color: #797979;
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular, sans-serif;
	font-size: 12px;
	font-weight: bold;
	padding: 130px 30px 100px 30px;
	margin: 0px;
	min-height: 300px;
	text-align: left;
	position: relative;
	width: 921px;
	margin: 0 auto;
border: 0px solid lime;
	}
#infoContent{}
#infoMsg{border-left: 1px dotted #bfbfbf;
	border-right: 1px dotted #bfbfbf;
	border-bottom: 8px solid #7d9493;
	margin: 10px 191px 10px 163px;
	padding: 194px 10px 10px 20px;
	}

/* ---------- Mise en forme generale ---------- */
/* Titre de niveau 1 */
h1 {color: #252525;
	font-size: small;
	font-weight: bold;
	}
/* Titre de niveau 2 */
h2 {	color: #252525;
	font-size: small;
	font-weight: bold;
	}
/* Titre de niveau 3 */
h3 {	color: #252525;
	font-size: small;
	font-weight: normal;
	}
/* Paragraphes */
p{	
	}
/* Listes */ 
ol, ul, dl	{
	padding-left: 50px;
	padding-right: 170px;
	}
/* Images ins&#65533;r&#65533;es dans les documents */
img	{
	}
/* Liens par d&#65533;faut */											
a {color: #2f683a;
	background-color: transparent;
	text-decoration: underline;
	}
/* Lien lors du survol */
a:hover	 {color: #252525;
	text-decoration: none;
	}

/* 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;
	}
input, select, textarea	{background: none;
	border: 1px solid gray;
	}



/* ---------- Zone de navigation ---------- */
/* Zone principale incluant toutes les barres */
#navglobal{}

/* Barre de navigation principale */
#nav{
	position: absolute;
	left: 20px;
	top: 107px;
	z-index: 5;
	padding: 0px 0px 0px 0px;
	white-space: nowrap;
	border: 0px solid lime;
	}
/* Mise en page du lien dans #nav */
#nav a{
	margin: 0px;
	padding: 0px 6px;
	text-decoration: none;
	font: bold 12px verdana, serif;
	color: #e1e8e2;
	border-left: 1px solid #e1e8e2;
	}
#nav a:first-child{
	border-left: none;
	}
/* Survol du lien dans #nav */
#nav a:hover{
	background: #e1e8e2;
	color: #000;
	}
/* Etat lors du clic sur le lien dans #nav */
#nav a:active{}


/* Barre de navigation secondaire #nav2 */
#nav2	{
	margin: 0px;
	padding: 0px;
	font-size: 13px;
	position: absolute;
	left: 30px;
	top: 129px;
	width: 163px;
	z-index: 2;
	background: #8e9883;
	color: black;
	font-weight: bold;
	list-style-type: none;
	}
/* Mise en page du lien dans #nav2 */
#nav2 a{text-decoration: none;
	color:  #e1e8e2;
	display: block;
	padding: 3px 3px 3px 5px;
	}
/* Survol du lien dans #nav2 */
#nav2 a:hover{
	background:  #8e9883;
	color: black;		
	}
/* Etat lors du clic sur le lien dans #nav2 */
#nav2 a:active{}
/* Puce au survol du lien dans #nav2 */
#nav2 a:hover:before{
	content: '> ';	
	}
#nav2 a.actif{
	color: black;	
	}
/* Titre du menu #nav2 */
#nav2	span.titre{
	display: none;
	padding: 3px;
	font-weight: bold;
	}
/* Mise en &#65533;vidence des accesskeys dans #nav2 */
#nav2	em{ text-decoration: underline;
	font-style: normal;
	}


/* Barre de navigation niveau 3 #nav3*/
#nav3	{}
#nav3 a{}


/* ------------ 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;
	background: url('../spec/lab-mm/images/interface/bgcadre.png') -5px -5px no-repeat;
	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;
	}

/* Inline News */
#Aktuelles-de,
#Aktuelles-fr,
#Aktuelles-en {
	position: absolute;
	top: 155px;
	right: 35px;
	width: 152px;
	z-index: 7;
	font-size: small;
	background: rgb(123,151,78);
	color: rgb(204,224,210);
	padding: 4px 5px 0 5px;
	display: none;
	}
body.de div#Aktuelles-de, 
body.fr div#Aktuelles-fr,
body.en div#Aktuelles-en {
	display: inline;
	}
.inlineNews{
	position: absolute;
	top: 150px;
	right: 30px;
	width: 162px;
	min-height: 415px;
	z-index: 6;
	font-size: x-small;
	background: #a6be81;
	color: #797979;
	padding: 20px 5px 5px 5px;
	}
.inlineNews div{
	border-bottom: dashed 1px #797979;
	}
h3.newsTitre{color:  #797979;
	font-weight: bold;
	font-size: 11px;
	padding-bottom: 0;
	margin-bottom: 3px;
	}
p.newsAccroche{
	margin-top: 0;
	margin-bottom: 3px;
	}
.inlineNews p{
	margin-top: 0;
	margin-bottom: 5px;
	color: white;
	font-weight: normal;
	}
p.newsDate{
	margin-top: 0;
	margin-bottom: 3px;
	}

/* Galerie ?id=*/
.galerie{}

.galerie img, galerieImage img{border: none;
	margin: 0 8px 8px 0;
	}

img#show{
	border: none;
	position: absolute;
	top: 129px;
	left: 193px;
	z-index: 7;
	}
.galerieBouton{
	position: absolute;
	left: 30px;
	top: 290px;
	z-index: 10;
	width: 161px;
	text-align: center;
	margin: 0px;
	}
/* attention: gros bug sur MSIE voir feuille IE7 */
.galerieBouton input{
	font-size: 16px;
	font-weight: bolder;
	color: black;
	border: 1px solid #8e9883;
	margin: 0;
	padding: 0;
	cursor: pointer;
	display: inline;
	width: 23px;
	overflow: hidden;
	}
.galerieBouton input:hover{
	color: white;
	text-align: center;
	border: 1px solid #a6be81;
	}
.galerieBouton input#autoplay{
	font-size: 14px;
	width: 52px;
	}
select#slide {
	color: black;
	margin: 10px 0 0 5px;
	width: 148px;
	background: rgb(201,205,191);
	display: block
	}
.galerieLegende textarea{
	
	}
div.galeryLegend{
	display:none;
	}
.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 */
.siteMap{
	}
.siteMap h2{}
.siteMapRub{
	border-top: 1px dashed #060606;
	margin-top: 20px;
	padding-top: 10px;
	display: block;
	} 
.siteMap a{}

/* Page de liens ?id=5 */
/* Position des images en survol*/
#cible{position: absolute;
	top: 50px;
	right: 190px;
	}



/* ---------- Fin des document ---------- */

/* Illustrations (definie pour tous les documents)*/
#illustrations img{
	position: absolute;
	top: 129px;
	left: 193px;
	border: none;
	margin: 0;
	padding: 0;
	}

/* Fonctions (imprimer, recommander, etc.) */
#fonctions{text-align: right;
	padding: 100px 170px 10px 10px;
	}

/* Recherches sur le web (doit &#65533;tre activ&#65533;e depuis les param&#65533;tres!) */
#searchoptions{display: inline;
	position: absolute;
	top: 35px;
	right: 0px; 
	white-space: nowrap;
	}

/* Zone de collecte des e-mails pour la newsletter */
.newsletter{
	margin: 0px;
	padding: 2px;
	font-weight: bold;
	position: absolute;
	top: 130px;
	right: 10px;
	width: 136px;
	text-align: center;
	border: solid 1px #333;
	overflow: hidden;
	}
/* Champs de saisie */
.newsletter input{
	width: 136px;
	text-align: center;
	overflow: hidden;
	display: block;
	margin: 5px 0px
	}



/* Langues */
#navLang{border: none;
	position: absolute;
	top: 110px;
	right: 85px;
	z-index: 6;
	font-size: x-small;
	color: #e1e8e2;
	}
#navLang a{
	color: #e1e8e2;
	text-decoration: none;
	}
#navLang a.actif{ color: black;
	}

/* Coordonnees du client */
address	{
	margin: 0px 0px 0px 160px;
	font-style: normal;
	font-size: x-small;
	}
address	span span{
	color: #2f683a;
	font-weight: bold;
	}
body address>span{display: none;}
body.fr address span.fr{display: inline;}
body.de address span.de{display: inline;}
body.en address span.en{display: inline;}

/* special Babey */
#sitemapLink{
	position: absolute;
	top: 110px;
	right: 30px;
	z-index: 6;
	font-size: x-small;
	;
	}
#sitemapLink a{
	color: #e1e8e2;
	text-decoration: none;
	}
	
#babey a{
	position: absolute;
	top: 594px;
	right: 30px;
	width: 172px;
	z-index: 6;
	font-size: x-small;
	text-decoration: none;
	color: #c8c8c8;
	}

#bgnav2	{
	margin: 0px;
	padding: 0px;
	font-size: 13px;
	position: absolute;
	left: 30px;
	top: 129px;
	width: 163px;
	height: 229px;
	background: #8e9883;
	color: black;
	font-weight: bold;
	}

/* Icones en fin de document (XHTML, CSS, WAI, LAB-CMS)*/
.validation {}

/* Logos multilangues */
#logo-en img,
#logo-fr img,
#logo	img{display: none;}

body.en #logo-en img, 
body.fr #logo-fr img,
body.de #logo	img{display: inline;
	position: absolute;
	top: 31px;
	right: 222px;
	margin: 0;
	padding: 0;
	border: none;
	}
