/* structure */
.container {
	background: url(images/bgcontainer.jpg) repeat-y left;
	margin: 0 auto;
	width: 840px;
}

.gauche {
	float: left;
	width: 420px;
}

.centre{
	float: center;
	width: 840px;
	margin: 0;
	padding-bottom: 10px;
}
.droite{
	float: left;
	width: 420px;
}
/* header */
.header {
	background:  url(images/Header.png) no-repeat;
	height: 195px;
	margin: 10 auto;
	width: 840px;
}

/* Bande de titre     */
#headliner {
	width: 840px;
	height: 195px;
	margin: 20px auto 0px;
	padding: 0px;
	text-align: left;
	}
#headlinergauche {
	width: 520px;
	margin: 10px auto 0px;
	float: left;
	vertical-align: bottom;
	}


#headlinerdroite {
	width: 300px;
	margin: 10px auto 0px;
	float: right;
	}
	
	
#headliner h1 {
	font-size: 40px;
	margin-right: 5px;
	text-align: center;
	color: #330000;
	line-height: 52px;
	/* display: inline; */
	}

.lW { float: left; clear: left; height: 16px; }
.rW { float: right; clear: right; height: 16px; }

/* xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx CSS MENUS xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */
/*Drop-down menu*/

.nav2 a {
background-color:#FFFF66;
color:#000000;
}

.nav2 {white-space:nowrap /*IE hack*/; float:left; width:900px; border:none;  
 font-size:100%;} /*Color navigation bar normal mode*/
.nav2 ul {list-style-type:none;}
.nav2 ul li {
float:left; 
z-index:auto !important 
/*Non-IE6*/; 
z-index:1000 /*IE6*/; 
border-right:solid 1px rgb(175,175,175);
}
.nav2 ul li a {
float:none !important /*Non-IE6*/; 
float:left /*IE-6*/; 
display:block; height:2.1em; 
line-height:2.1em; padding:0 7px 0 7px; 
text-decoration:none; 
font-weight:bold; 

}

.nav2 ul li ul {
display:none; 
border:none;
z-index:500px;
margin:0px;
padding:0px;
line-height:1xp;
list-style:none; 
}

/*Non-IE6 hovering*/
.nav2 ul li:hover {position:relative;} 
.nav2 ul li:hover a { text-decoration:none; } /*Color main cells hovering mode*/
.nav2 ul li:hover ul {
display:block; 
width:15.0em; 
position:absolute; 
z-index:999; 
top:2.0em;
margin-top:0.0em; 
padding:0px;
left:0;
}
.nav2 ul li:hover ul li a {
white-space:normal; 
display:block; width:15.0em;
 height:auto; 
 line-height:1.0em; 
 margin-left:-1px; 
 padding:4px 16px 4px 16px; 
 border-left:solid 1px rgb(175,175,175); 
 border-bottom: solid 1px rgb(175,175,175); 
  
 font-weight:normal; 
 
 } 
 
 /*Color subcells normal mode*/
.nav2 ul li:hover ul li a:hover {
 background-color:#685F48;
text-decoration:none;

} /*Color subcells hovering mode*/

/*IE6 hovering*/
.nav2 table {position:absolute; top:0; left:0; border-collapse:collapse;}
.nav2 ul li a:hover {
	position:relative;
	z-index:9000;
	text-decoration:none;
	
	background-color:#685F48;
} 

/*Color main cells hovering mode*/
.nav2 ul li a:hover ul {
display:block; 
width:15.0em; 
position:absolute; 
z-index:999; 
top:2em /*Non-IE6*/;
t\op:2em !important /*IE-6*/; 
left:0; 
marg\in-top:0.1em;

}

.nav2 ul li a:hover ul li a {
white-space:normal; 
display:block; 
w\idth:15.0em; 
height:1px; 
line-height:1.3em; 
padding:4px 10px 4px 10px; 
border-left:solid 1px rgb(175,175,175); 
border-bottom: solid 1px rgb(175,175,175); 
 
font-weight:normal; 

} /*Color subcells normal mode*/

.nav2 ul li a:hover ul li a:hover {
 
text-decoration:none;
} /*Color subcells hovering mode*/

/* xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx fin CSS MENUS xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */

/* xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx CHROME MENUS xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */

.chromestyle{
width: 99%;
font: bold 12px trebuchet MS;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle ul{
color: #000000;
border: 1px solid #FFFF66;
width: 100%;
background: url(chrome/chromebg.gif) center center repeat-x; /*THEME CHANGE HERE*/
padding: 1px 5px;
margin: 0;
text-align: center; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
padding: 1px 5px;
margin: 0;
text-decoration: none;
border-right: 1px solid #FFFF66;
}

.chromestyle ul li a:hover, .chromestyle ul li a.selected{ /*script dynamically adds a class of "selected" to the current active menu item*/
background: url(chrome/chromebg-over.gif) center center repeat-x; /*THEME CHANGE HERE*/
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;
border: 1px solid #FFFF66; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font:normal 14px Trebuchet MS;
line-height:18px;
z-index:100;
background-color: #FFCC33;
width: 200px;
visibility: hidden;
}

.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
border-bottom: 1px solid #FFFF66; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
font-weight: bold;
color: black;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #FFFF66;
}

/* xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx fin chrome menus xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */

/* standard elements */
* {
	margin: 0;
	padding: 0;
}
a {color: #993300; text-decoration: none; font-weight: bold;}
a:hover {color: #993300; text-decoration: underline; font-weight: bold;}
body {
	background: #006600 url(images/bg.jpg) center top;
	background-attachment: fixed;
	color: #330000;
	font: normal 12px "Trebuchet MS", "Times New Roman", sans-serif;
}
input {
	color: #330000;
	font: normal 12px "Trebuchet MS", "Times New Roman", sans-serif;
}
p,cite,code,ol,ul {
	font-size: 1.2em;
	padding-bottom: 1.2em;
}

ul {margin-left: 1.2em;}
ol {margin-left: 1.2em;}

h2 {font-size: 1.8em;}

blockquote {
	background: #FFCC33;
	border: 3px solid #990000;
	border-radius: 15px;
	-moz-border-radius: 15px;
	khtml-border-radius: 15px;
	-webkit-border-radius: 15px;
	-webkit-box-shadow: 2px 2px 8px rgba(0,0,0,0.6);
	-moz-box-shadow: 2px 2px 8px rgba(0,0,0,0.6);
	color: #333;
	display: block;
	margin-bottom: 1.2em;
	padding: 6px 6px;
}
blockquote p {padding: 3px 0;}
h2,h2,h3 {color: #654;}

img.floatLeft { 
    float: left; 
    margin-top: 2px; 
    margin-bottom: 5px; 
	margin-right: 15px; 
}
img.floatRight { 
    float: right; 
    margin-top: 2px; 
    margin-bottom: 5px; 
	margin-left: 10px; 
}

/* misc */
.clearer {clear: both;}

.lW { float: left; clear: left; height: 15px; }
.rW { float: right; clear: right; height: 15px; }


/* top */
.top {
	background: #567300;
	font: normal 2.4em Verdana,sans-serif;
	height: 60px;
	margin: 0 auto;
	width: 1000px;
}
.top a {
	color: #FFF;
	display: block;
	line-height: 60px;
	text-decoration: none;
	width: 100%;
}
.top span {padding-left: 24px;}


/* item */
.item {clear: both;}

/*
.item .date {
	background: url(img/bgdate.gif) no-repeat;
	color: #FDD;
	float: left;
	height: 40px;
	text-align: center;
	width: 36px;
}
.item .date div {padding-top: 4px;}
.item .date span {font: normal 1.6em serif;}
*/
.item .content {
	float: left;
	/* width: 420px; */
}
.item h2 {
	background: #006600;
	color: #FFF;
	line-height: 40px;
	padding-left: 16px;
}
.item .body {padding: 12px 18px;}

/* table */
table#sample {
    background-color:#006600;
    border: solid #330000 1px;
    width: 380px;
}
table#sample td {
    padding: 3px;
    border: solid #330000 1px;
}
.data {
    color: #330000;
	font-weight: bold;
    text-align: center;
	font-size: 16px;
	line-height: 17px;
    background-color: #ffff66;
}
.dataACTIV {
    color: #330000;
	font-weight: bold;
    text-align: center;
	font-size: 16px;
	line-height: 17px;
    background-color: #FF9900;
}

.toprow {
    font-weight: bold;
	font-style: normal;
    text-align: center;
	font-size: 16px;
    background-color: #ffcc33;
}

.leftcol {
    font-weight: bold;
	font-size: 16px;
    text-align: left;
    width: 220px;
    background-color: #99ff66;
}

/* navigation */
.navigation {
	float: left;
	font-size: 11px;
	margin-left: 1px;
	width: 150px;
}
.navigation h3 {
	background: #006600;
	color: #FFF;
	font-size: 15px;
	line-height: 30px;
	padding-left: 12px;
}
.navigation ul {margin: 0; padding: 0;}

/*
.navigation li {
	border-bottom: 1px solid #FFFFFF;
	list-style: none;
}
.navigation li a {
	background: #FFCC33 url(images/bgnavigation.gif) repeat-x;	
	color: #330000;
	display: block;
	padding: 4px 2px 4px 6px;
	text-decoration: none;
}
.navigation li a:hover {
	background: #FFFF66;
	color: #006600;
}
*/

/* footer */
.footer {
	color: #330000;
	margin: 0px auto 20px;
	text-align: center;
	width: 840px;
}

.footermiddle {
	color: #330000;
	margin: 0px auto 20px;
	text-align: center;
	width: 840px;
    background-color: #ffcc33;
}
/*
.footer a {color: #660000;}
.footer a:hover {color: #330000;}
*/

/*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; background: url(images/prevlabel.gif) left 90% no-repeat; }
#nextLink { right: 0; float: right; background: url(images/nextlabel.gif) right 90% no-repeat; }
/*
#prevLink:hover, #prevLink:visited:hover { background: url(images/prevlabel.gif) no-repeat left 15%; }
#nextLink:hover, #nextLink:visited:hover { background: url(images/nextlabel.gif) no-repeat right 15%; }
*/
#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; }
