
/*......General Styles......*/
	
html,body {
	width:100%;
	height:100%;
	margin:0;
}
body {
	background:#e1e1e1;
	color:#222222;
}
a {
	color:#756426;
	background:inherit;
	text-decoration:none;
}
a:hover,a:active {
	color:#222222;
	background:inherit;
}
a:visited {
	color:#7b7665;
	background:inherit;
}
p {
	margin:0.8em 0;
}

/*......Navigation......*/

#navigation {
	height:1.6em;
	text-align:right;
	padding-right:0.2em;
}
#navigation h2 {
	display:none;
}
#navigation ul {
	margin:0;
	padding:0;
	cursor:default;
	list-style-type:none;
}
#navigation li {
	display:inline;
}
#navigation a {
	font-size:1.1em;
	font-family:Arial, Verdana, Helvetica, sans-serif;
	color:#606060;
	background:inherit;
}
#navigation a:hover {
	color:#222222;
	background:inherit;
	text-decoration:none;
}

/*......General Layout......*/

#vcontenu {
	position:relative;
	width:100%;
	height:100%;
	font:62.5%/1.6em Arial, Verdana, Helvetica, sans-serif;
}

/*......Layout, First Container......*/
	
#vposcontenu {
	position:absolute;
	left:0;
	top:25px;
	width:100%;
	text-align:center;
	z-index:2;
}


#vposcontenu {
	top:50%;
	margin-top:-21em;
}

#contenu {
	width:100%;
}
#page-0 {
	position:relative;
	width:100%;
	margin:0 auto;
	height:41em;
	color:inherit;
	background:#eaeaea;
	z-index:4;
}
#imgcont {
	width:66.3em;
	height:41em;
	color:inherit;
	background:#ffffff;
	margin:0 auto;
	overflow:hidden;
}
#imgcont img {
	border:0;
	width:66.3em;
	height:41em;
}

/*......Layout, Second Container......*/
#vdesc {
	position:absolute;
	top:100%;
	width:100%;
	font-size:1.2em;
	line-height:1.8em;
	color:inherit;
	background:#ffffff;
}
#page-1 {
	position:relative;
	width:44em;
	margin:0 auto;
}
.about {
	width:20em;
	text-align:justify;
	padding:20% 0 15% 0;
}
.about h2 {
	display:none;
}
#abouten {
	float:left;
}
#aboutfr {
	float:right;
}
.desc {
	margin-top:2em;
	font-style:italic;
	text-align:left;
}
.linktoprint {
	font-style:normal;
	color:#752626;
	background:inherit;
}
.linktoprint:hover,.linktoprint:active{
	color:inherit;
	background:inherit;
}
.linktoprint:visited {
	color:#7a6464;
	background:inherit;
}
em {
	font-weight:normal;
	font-style:normal;
}
ul {
	margin:0;
	padding:0;
	list-style-type:none;
	
}