@charset "utf-8";
/* CSS Document */

div#frameVert {
	width: 125px;
	height: 450px;
	margin-top: 20px;
	margin-left: 0px;
	background-color: #202020;
}

div#frameVert ul, div#frameVert li {
	margin-top: 20px;
	padding: 0px;
	list-style: none;
}

div#frameVert li {
	text-align: center;
}

div#frameVert li a {
	color: #999999;
	text-decoration: none;
}

div#frameVert li a h4 {
	color: #326632;
	text-decoration: none;
}

div#frameVert li a:hover {
	text-decoration: underline;
}

div#frameVert h4 {
	font-size: 1.1em;
	text-align: left;
	margin-bottom: 30px;
	position: relative;
	top: 1em;
}					

div#frameHori {
	width: 850px;
	height: 110px;
	margin-top: -20px;
	margin-left: 125px;
	background-color: #202020;
}

div#frameHori ul, div#frameHori li {
	float: left;
	margin-right: 5px;
	padding: 0px;	
	list-style: none;
}

div#frameHori li {
	width: 164px;
	text-align: center;
}

div#frameHori li a {
	float: center;
	color: #999999;
	text-decoration: none;
}

div#frameHori li a:hover {
	text-decoration: underline;
}

div#frameHori h4 {
	font-size: 1.1em;
	text-align: center;
	margin-bottom: 0px;
	position: relative;
	top: 0.2em;
}	


/* =Hoverbox Code
----------------------------------------------------------------------*/

div#vignettes {
	width: 890px;
	height: 450px;
	margin-top: -460px;
	margin-left: 90px;
}

div#vignettes .hoverbox
{
	cursor: default;
	list-style: none;
}

div#vignettes .hoverbox a
{
	cursor: default;
}

div#vignettes .hoverbox a .preview
{
	display: none;
}

div#vignettes .hoverbox a:hover .preview
{
	display: block;
	position: absolute;
	top: -33px;
	left: -45px;
	z-index: 1;
}

div#vignettes .hoverbox img
{
/*	background: #fff;
	border-color: #aaa #ccc #ddd #bbb;
	border-style: solid;
	border-width: 1px;*/
	border: 0 none;
	color: inherit;
/*	padding: 2px;*/
	margin-top: 22px;
	margin-left: -3px;
	width: 120px;
	height: 90px;
/*	*/
	
}

div#vignettes .hoverbox li
{
	background:url(../../images/res/diapo.png); 
	background-repeat:no-repeat;
/*	background: #eee;*/
/*	border-color: #ddd #bbb #aaa #ccc;
	border-style: solid;
	border-width: 1px;*/
	vertical-align: middle;
	text-align: center;
	
	color: inherit;
	display: inline;
	float: left;
	margin: 0px;
	padding: 3px;
	position: relative;
	width: 135px;
	height: 135px;
}

div#vignettes .hoverbox .preview
{
	border-color: #000;
	width: 250px;
	height: 200px;
}
