/* ****************************** ***
*  STYLES SUOMI // 33h33
********************************** */

html {
    margin: 0;
	padding: 0;
	background: #000;
	font-family: "Trebuchet MS", Tahoma, Helvetica, sans-serif; 	
	font-size: 100%; ;
}

body {
margin: 0;
	padding: 0; /* pour Opera qui met des valeurs par défaut */
	text-align: center ; /* permet de centrer avec IE */
	background-color:#000; 
	font-family: Trebuchet MS, Tahoma, Helvetica, sans-serif; 
	color:#fff;
	font-size: 0.7em ;
}

a {
	color: #069;
	font-weight: bold;
}

a img 
{
	border: 0;
}

a:hover {
	color: #ccc;
	text-decoration: underline;
}
	
/* BLOC PAGE */

div#page {
	width: 1000px;
	
	margin: 0 auto; /* centre les blocks */
	position: relative;
	padding: 0;
	text-align: left; /* rétablit l'alignement à gauche */
}


/* ******************************
*   HEADER
* ************************** */	
	
div#header {
	background: #000 url(../layout/header2.jpg) no-repeat;
	width:1000px;
	height: 361px;
	color: #fff;
	/*position: relative;*/
	margin: 0;
	padding: 0;
}	
	
div#header h1 {
	color: #fff;
font-family: Trebuchet MS, Tahoma, Helvetica, sans-serif; 

	font-size:1.8em ;
}

div#main {
	width:1000px;
	height:100%;
	/*border-left: #e5e5e5 1px solid;*/
	padding: 0;
	margin: 0;
}


/* ******************************
*  MENU GAUCHE
* ************************** */	

div#menu {
	float: left;
	overflow: auto;
	min-height: 100%;
	width: 220px;
	background: #000;
	margin:0;
	padding: 0;	
	/*filter: alpha(opacity=70);  
    moz-opacity: 0.7;
    khtml-opacity: 0.7;
    opacity: 0.7;*/
}	

div#menu h3 {
    width: 214px;
	height: 20px;
	padding-left: 2px;
	margin: 0;
	background: #333;
	font-family: "Trebuchet MS", Tahoma, Helvetica, sans-serif; 
	color:#eee;
	font-size: 1.16em;
	font-weight: bold;	
	text-transform: uppercase;	
	border : 1px solid #ccc;
}

div#menu p  {
    color:#eee;
	padding: 2px;
	margin: 0;
text-align: justify;
	
	
}
/*
ul.menu {
	margin: 0;
	padding: 0;
	list-style: none;
	
}

ul.menu li a {
	display: block;
	height: 20px;
	padding-left: 10px;
	margin: 2px;
	color: #666;
	font: 0.84em Verdana, Arial, Helvetica sans-serif;
	line-height: 2em;
	font-weight: bold;
	text-decoration: none;
	
}

ul.menu  li a:hover {
	background: url(../interface/pict_carre_menu.gif) left no-repeat;
}

*/

/* ******************************
*   CONTENU   content
* ************************** */
div#content {
	/*overflow: auto;    */
	float: right;
	width: 745px;
	margin-left: 10px;
	/*padding: 0;*/
	padding-bottom : 20px;
}

	
/* les titres */
div#content h2 {
	padding-right: 15px;
	margin-top: 5px;
	color: #fff;
	font-size: 2em;
	font-variant: small-caps;

}

.lettrine {
	font-size: 1.2em; 
	font-weight: bold;
	color: #9c3;	
}

div#vid {
	
	float: right;
	width: 745px;
	margin-left: 10px;
	font-weight: bold;
	font-variant: small-caps;
	margin-bottom : 20px;

}

.vid
{
	border:1px solid #ccc;
	
	float: left;
	margin: 9px;
	
	}

#titre {
font-weight: bold;
	font-variant: small-caps;
}

/* ******************************
*   FOOTER
* ************************** */
	
div#footer {
	clear:both;
	left: 10px;
	width: 1000px;
	bottom: 0;
	background : #000;
	color: #fff;
	font-size: 1em;
	border-top: #fff 1px solid;
	
}
	
div#footer p {
	margin: 5px 0 0 0;
	text-align: center;
}



/* ******************************
*   LIGHTBOX
* ************************** */

#lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	
	}

#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: transparent url(../images/blank.gif) no-repeat; /* 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/prev.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/next.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: #069; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em; color: #666;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;	}		
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	}
	
	

.vignette
{
	border:2px solid #eee;
	width:50px;
	height:50px;
	background-color: #222;
	float: left;
	margin: 9px;
	
	}
	