/* CSS Document */

body {
	margin: 0;
	padding: 0;
	font-family:  "Bitstream Vera Sans","Lucida Grande",verdana, sans-serif;
	font-size: 100.1%;
	font-size: 76%;
	background: #9cc;
	text-align: justify;
}

div#container{
	
}

div#header{
	top:0px;
	left: 220px;
	position: fixed;
	font-family: "Lucida Bright", Lucidabright, Georgia, "Bitstream Vera Serif", serif;
}

div#cover{
	margin-left: 5px;
	background: #FFF;
	position: fixed;
	top: 70px;
	left:10px;
}

div#inscription{
	margin-left: 5px;
	background: #FFF;
	position: fixed;
	top: 230px;
	left:10px;

}

div#inscription2{
	margin-left: 5px;
	background: #FFF;
	position: fixed;
	top: 390px;
	left:10px;

}
	
a
{
	cursor: default;
}

 a .preview,  a .preview2,  a .preview3
{
	display: none;
}

a:hover .preview
{
	display: block;
	position: absolute;
	top: -60px;
	left: 158px;
	z-index: 1;
}

a:hover .preview2
{
	display: block;
	position: absolute;
	top: -220px;
	left: 158px;
	z-index: 1;
}

a:hover .preview3
{
	display: block;
	position: absolute;
	top: -380px;
	left: 158px;
	z-index: 1;
}

img
{
	background: #fff;
	border-color: #aaa #ccc #ddd #bbb;
	border-style: solid;
	border-width: 1px;
	color: inherit;
	padding: 2px;
	vertical-align: top;
	width: 150px;
	height: 150px;
}


.preview, .preview2, .preview3
{
	border-color: #000;
	width: 474px;
	height: 632px;
}


a .alt { display: none; }

div#header a {text-decoration: none;}
div#header a:link {color: #000; background-color:#FFF;}
div#header a:visited {color: #000; background-color:#FFF;}
div#header a:hover {color:#000; background-color:#FFF;}
div#header a:active {color: #000; background-color:#FFF;}



div#text{
	position: fixed;
	top: 120px;
	left: 220px;
	width: 60%;
	background: #fff;
	padding: 5px;
}

div#text2{
	position: fixed;
	bottom: 10px;
	left: 220px;
	width: 60%;
	background: #fff;
	padding: 5px;
	font: 76% "Bitstream Vera Sans","Lucida Grande",verdana, sans-serif; justify;
}
	