@charset "utf-8";
html, body{
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
}
body{
	background-color: #C4C4FD;
	font-size: 1em;
}
body, .container, .content, .main{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;
	margin: 0;
}
.container{
	position: relative;
	font-family: Georgia, "Times New Roman", Times, serif;
	/*width: 90%;
	height: 98%;*/	/* old layout */
	width: 100%;
	height: 100%;
	color: #CCC;
	margin: 1% auto;
	background: black url('../images/rideau1.jpg') no-repeat;
	background-size: 100%;
}
.bg{
	width: 50%;
	height: 100%;
	position: absolute;
	background: url('../images/rideau0_reduced.jpg') no-repeat;
	background-size: 200%;
}
#bgRight{
	left: 50%;
	background: url('../images/rideau0_reduced.jpg') no-repeat 100% 0;
	background-size: 200%;	/* repeated bacause of a bug in Firefox */
}
.content{
	position: relative;
	width: 100%;
	height: 100%;
	font-size: 12px;
	text-align: center;
	z-index: 1;
	overflow: scroll;
}
.main{
	position: absolute;
	width: 100%;
	z-index: 2;
	/*background-color: black;*/
}
.main h1{
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 3em;
	font-weight: bold;
	text-align: center;
	padding: 5% 0 0 0;
}
.main img{
	width: 24%;
	height: auto;
	margin: 0 auto;
	margin-top: 7%;
	border: 10px groove #0e1d39;
}
.main h2{
	font-size: 2.5em;
	padding: 5% 0;
	text-shadow: 0 0 10px white;
}
.main h2 a{
	text-decoration: none;
	color: #FFF;
}
.main h2 a:hover{
	color: #C4C4FD;
	text-shadow: 0 0 30px white;
}
/*footer{
	background-color: #B1B1B1;
	height: 10%;
	padding: 1% 0px;
}
footer p{
	font-size: 0.8em;
	text-align: center;
}*/