html{
	font-size: 100%;	
}

@page{
	size: 400mm 200mm;
	margin: 4mm 4mm 4mm 4mm;
}
body{
	font-size: 0.625em;
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 5em;
}
#nav {
	position: fixed;
	top: 5em;
	left: 0;
	padding-left: 1em;
	width: 14em;
	height: 53em;
	background: white;
}
#localnav{
	line-height: 1.5em;	
}
.horisonatllist li{
 display: inline;
}

h3{
	margin-top: 0.5em;
	font-size: 1.84em;	
}
ul{
	padding: 0;
	margin: 0;
	list-style: none;
	margin-bottom: 1em;
}
table.post{
	height: 52em;
	display: block;
	float: left;
	border-right: dotted grey 0.2em;
	border-left: dotted grey 0.2em;
	margin-right: 8em;
	padding-right: 1em;
	padding-left: 1em;
	
}
td{
	/*border: solid red 1px;*/
	vertical-align: top;
	padding-left: 7ex;
}
.french{
	padding-top: 2em;
	color: rgb(0,142,175);	
}
.french a{
	color: orange;
}
a{
	color: black;
	text-decoration: none;
}
#content{
	
	margin-left: 15em;
	height: 52em;
}
#content p{
	font-size: 1em;
	padding-bottom: 0.7em;
	margin: 0;
}
.legend {
	
}
img{
	display: block;
	height: 50em;
	border: none;
}
.figure{
	padding: 1em;
	float: left;
	text-align: right;
	overflow: hidden;
	height: 50.4em;
}
.youtubevideo {
	width: 425px;
	height: 344px;
	padding: 1em;
	float: left;
	text-align: right;
	overflow: hidden;
	padding-top: 17em;
}
#welcomemsg{
	font-size: 8em;
	width: 5em;
	min-width: 5em;
	margin: auto;
}
#welcomemsg p{
	margin: 0;
	padding: 0;
}
.selected{
	text-decoration: line-through;	
}
.orange{
	color: orange;
}
.blue{
	color: blue;
}
