/*css3 document*/
html {margin: 0; padding: 0;}
body { width: 99%;background-color: #222;font: normal 80%/120% "Helvetica Neue",Helvetica, Verdana, Geneva;}
.srl { background-color: #00FF00; border-bottom: solid 1px red;font-weight: bold;padding: 0 1em;}
.hlpon { font: normal 100%/100% Helvetica Neue ;position: absolute; top: 10px; left: 0; background-color: rgb(200,200,255);width: 1440px;height: 1.2em;overflow: hidden;
						transition: width 2s;
						-moz-transition:width 2s;
						-webkit-transition:width 2s;
						-o-transition:width 2s;}
.hlpoff { font: normal 60%/100% Helvetica Neue ;position: absolute; top: 10px; left: 0;background-color: rgb(200,200,255);width: 32px;height: 1.2em;overflow: hidden;
transition: width 2s;
						-moz-transition:width 2s;
						-webkit-transition:width 2s;
						-o-transition:width 2s;}
header {text-align: center;margin: 0 auto; -webkit-box-reflect: below 1px -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(255, 255, 255, 0.5)));}
.header { width: 50em;text-align: center; font: normal 160% "Arial Black" ;  color: #999; margin: 0.3em auto; padding: 0.3em 0 0 0;
 border-radius: 6px;-moz-border-radius: 6px;-webkit-border-radius: 6px;
 -moz-opacity: 0.8;opacity: 0.8;filter:alpha(opacity=80);
	text-outline: 1px 1px orange;}

img {vertical-align: middle; border: 0px;}
a img { border : 0;margin: 2px;}
a>img {margin: 2px;}
img { margin-top: -2px;}

/*structure*/
/*classe boite de base non placée non dimensionnée - pas de padding ci-dessous pour ne pas "chasser" h2.st*/
.box {  cursor: move, default; background-image: url(../../gr/white2.png);
	border-radius: 6px;-moz-border-radius: 6px;-webkit-border-radius: 6px;-o-border-radius: 6px;}

.wrap {/*pas de display none ici sinon le toggle de fonctionne plus*//* background-image: url(../../gr/white2.png);*/
margin: 1em; padding: 1em; padding-bottom: 0.5em;cursor: inherited; whitespace: nowrap;}

.int { font: normal 90%/120% Helvetica;text-indent: 2em;}

/* id position - pas de padding-top: 1em ici*/
#boxtech 	{ 	position: absolute; top: 50px;left: 20px; width: 320px;}
#boxkrm		{	position: absolute; top: 650px; left: 80px;width: 510px;}
#boxprevi	{	position: absolute; top: 540px; left: 160px; width: 660px;}
#boxdocs	{	position: absolute; top: 580px; left: -200px; width: 320px;}
#boxcred	{	position: absolute; top: 620px; left: -200px; width: 320px;}
#boxfback	{	position: absolute; top: 660px; left: -200px; width: 320px;}

/*elements*/
/*OK*/
h2.st { text-align: right; color: #fff;font-size: 100%; background: url(touch.gif) no-repeat right;height: 1.4em;
 border-radius: 6px;-moz-border-radius: 6px;-webkit-border-radius: 6px; padding-right: 2.8em; cursor: inherited;margin-right: 0.3em;}
 
 
/*.nb { font-family: Webdings;}*/

/*listes*/
ul {list-style-type: none;}
.menu, ul.ex, ul.highlight, p{ font: normal 120%/110%  Helvetica Neue;
text-align: justify;}
li.menuit { font: normal 85%/120%  Helvetica Neue;height: 150%;text-align: right;padding: 0.2em 2em 0.5em 0; }


/*links*/
a:link {
color : #F00;
text-decoration : none;
}
a:visited {
color : #300;
text-decoration : none;
}
a:hover {
color : #C00;
text-decoration : none;
}
a:active {
color : #F00;
text-decoration : none;
}
footer { position: absolute; bottom: 1px; text-align: center;margin: 0.3em auto;width:99%;}


/*style 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(images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(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: rgb(255,255,255); }

