body {
	font-family:"Lucida Grande",Arial,Serif;
	font-size:14px;
	color:#663300;
	background-color:#ffffcc;
	padding:0;
	margin:0;
}
a {
	text-decoration:none;
	border-bottom-style:dotted;
	border-width:1px;
	border-color:#996600;
	color:#996600;
	background-color:inherit;
	white-space:nowrap;
}
a:hover {
	border-bottom-style:solid;
	color:#663300;
	background-color:inherit;
	border-color:#663300;
}
img {
	border-width:0;
}
#container {
	padding-top:20px;
	width:70%;
	padding-left:15%;
	padding-right:15%;
}
#loader {
	position:absolute;
	top:0;
	left:-1000px;
}
h1 {
	font-size:32px;
	text-align:center;
	white-space:nowrap;
	position:relative;
}
h1.above {
	top:48px;
	z-index:2;
	margin-bottom:28px;
}
h1.shadow {
	top:-16px;
	left:3px;
	color:#cccc66;
	background-color:inherit;
	z-index:1;
}
h2 {
	font-size:16px;
}
h3 {
	font-size:10px;
}
p {
	margin-bottom:30px;
	margin-left:15%;
	margin-right:15%;
	text-align:center;
}
#en {
	display:block;
}
#fr {
	display:none;
}
small {
	font-size:50%;
}
sup {
	position:relative;
	top:-10px;
	font-size:60%;
	color:#ffffcc;
	background-color:#cc9933;
	padding:0 3px 2px 3px;
	border-style:solid;
	border-color:#996600;
	border-width:1px;
}
h1.shadow sup {
	background-color:#cccc66;
	border-color:#cccc99;
	color:#cccc33;
}
#toolbar {
	background-color:#cc9933;
	color:inherit;
	border-bottom-style:solid;
	border-color:#996600;
	border-width:0 0 1px 0;
	width:100%;
	position:fixed;
	top:0;
	z-index:10;
}
#toolbar table {
	width:100%;
}
#toolbar table tr td.right {
	text-align:right;
}
#toolbar table tr td.right img {
	margin-right:20px;
}
#toolbar a {
	color:#663300;
	background-color:inherit;
	text-decoration:underline;
	border-style:none;
}
.browsers {
	margin-left:10%;
	margin-right:10%;
	color:inherit;
	background-color:#cc9933;
	border-color:#663300;
	border-style:solid;
	border-width:2px;
}
.browsers table {
	border-collapse:collapse;
	width:100%;
}
.browsers table tr td, .browsers table tr th {
	border-style:solid;
	border-width:1px;
	border-color:#663300;
	padding:5px 5px 0 5px;
}
.browsers table tr th {
	width:1%;
	text-align:left;
}
.browsers .ok {
	color:#ffffcc;
	background-color:inherit;
}
.browsers a {
	border-style:none;
	font-size:10px;
	white-space:nowrap;
}
.browsers small {
	text-decoration:underline;
}
.browsers legend {
	padding:5px 10px 0px 10px;
	color:inherit;
	background-color:#cc9933;
	border-color:#663300;
	border-style:solid solid none solid;
	border-width:1px;
}
#validation {
	position:fixed;
	top:90%;
	left:10px;
}
#validation a {
	border-style:none;
}