/* --------------------------------------------------------- */
/* Feuille de style des gabarits pour Zimbreiro  */
/* --------------------------------------------------------- */


/* ------------------------------------------
/* Typographie generale (style transversaux)
/* ------------------------------------------ */
html { font-size: 100%; height:100% } /* Cf.: http://pompage.net/pompe/definir-des-tailles-de-polices-en-CSS/ */
body { font-size: 0.8125em; font-family:Arial; color: #333; }

/* Titraille / Intertitres */
h1,h2,h3,h4,h5,h6 { margin: 0; padding: 0; font-weight: normal; font-size: 1em; font-family: Helvetica, arial; }
h1 { font-size: 2em; color: #000; font-weight: bold; /*border-top:dotted 1px #bfb395; border-bottom:dotted 1px #bfb395;*/  }
h2 { font-size: 1.6em; font-weight: bold; }
h2, h2 a, h2 a:focus, h2 a:hover, h2 a:active { color: #003; }
h3 { font-size: 1.20em; font-weight: bold; }
h5 { font-size:3em; font-variant:small-caps; font-weight:bold}



/* Autres enrichissements typo */
strong { font-weight: bold; }
em { font-style: italic; }
abbr, acronym { border-bottom: 1px dotted; cursor: help; }
small { font-size: 0.90em; color: #666; }
dfn { font-weight: bold; color: #666; }
del { text-decoration: line-through; }
ins { color: red !important; text-decoration: none; }
sup, sub { font-size: .8em; font-variant: normal; }


.couleur_pied{color:#CCCCCC;}
.colgauche {width:421px; padding-left:11px;}
.turquoise {color:#0b8384;}
.orange {color:#e87611;}

/* ------------------------------------------
/* Disposition a l'ecran des blocs principaux
/* ------------------------------------------ */
body { background: #333; margin: 0; padding: 0; text-align: center; }

#page {background-color:#FFFFFF; background-image:url(images/fond_page.jpg); background-repeat:repeat-y; /*#d5d6bb;*/ position: relative; width: 1000px; margin: 0 auto; text-align: left; }

#entete { width: 100%; margin: 0; /*border-bottom: 1px dotted #FFF;*/ }
#naventete { width: 100%; height:33px; margin: 0; background-image:url(images/fond_barre.jpg); background-position:top; background-repeat:no-repeat;}

#bloc_photo {
	position:absolute;
	background-color:#FFFFFF;
	left:454px;
	top:344px;
	width:535px;
	height:439px;
	z-index:1;
}

#bloc_photo2 {
	background-color:#FFFFFF;
	float:right;
}

#bloc_photo_contact {
	position:absolute;
	background-color:#FFFFFF;
	left:454px;
	top:328px;
	width:535px;
	height:239px;
	z-index:1;
}

#navgauche {position:absolute; left: 0; width:200px; height:100px;}

#conteneur_gauche { position: absolute; clear: both; margin-top:5px; margin-left: 11px; float: left; width: 421px; overflow: hidden; min-height:1200px;  }

#navtop a:hover {background:#333333; color:#999999;}
/*FIN DES CONTENEURS PROPRES A HUMATERRA*/
#navigation {position:absolute; width: 195px;height:inherit; overflow: hidden; ; margin-top:0px; padding-left: 3px; clear: both; border-bottom:dotted 1px #bfb395; }
#extra { float: left; clear: right; width: 100%; margin-top: 0; overflow: hidden; }

#pied { background:#000; clear: both; width: 100%; margin: 0; padding: 0.40em 0; border-top: 1px solid #8B6F92; text-align: center; font-size: 0.90em; }
#pied img { vertical-align: middle; }
#pied a, a:hover,a:active {color:#CCCCCC}

/* Couleurs des liens
---------------------------------------------- */
a { color: #000; text-decoration: none; }
a:focus,a:hover,a:active { background-color:#999999; color:#FFFFFF; text-decoration: none; }
.decal {margin-left:11px;}
#naventete a:hover,a:active {background-color:#999999; color:#FFFFFF; text-decoration: underline;}
/*.menu a:hover { color:#3366CC;}*/
#navigation a {color:#CCCCCC}
#navigation a:hover {color:#FFF; text-decoration:underline;}

/* LIGHTBOX
---------------------------------------------- */
#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(lightbox/images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(lightbox/images/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }
