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;
}
a:hover {
	border-bottom-style:solid;
	color:#663300;
	background-color:inherit;
	border-color:#663300;
}
img {
	border-style:none;
	border-width:0;
}
#container {
	padding-top:50px;
	width:70%;
	padding-left:15%;
	padding-right:15%;
	margin-bottom:20px;
}
h1 {
	font-size:32px;
	text-align:center;
	margin-top:0;
}
h2 {
	font-size:20px;
	text-decoration:underline;
}
h3 {
	font-size:14px;
	text-decoration:underline;
}
h4 {
	font-size:12px;
	font-weight:bold;
}
div.screenshot {
	color:black;
	background-color:white;
	padding:10px;
	border-style:solid;
	border-color:black;
	border-width:1px;
	text-align:center;
	width:535px;
}
div.screenshot p {
	padding:0;
	margin:5px 0 0 0;
}
.browserOpen * {
	padding-left:18px;
}
.browserOpen a {
	text-decoration:none;
	color:inherit;
	background-color:inherit;
	border-style:none;
}
.browserOpen span {
	background-repeat:no-repeat;
}
.browser {
	display:none;
}
.browserOpen span span, .browser span span {
	display:none;
	font-size:80%;
	padding-left:9px;
}
.folder {
	background-image:url(img/folder.png);
}
.folderZip {
	background-image:url(img/folderZip.png);
}
.folderPicture {
	background-image:url(img/folderPicture.png);
}
.info {
	background-image:url(img/pageInfo.png);
}
.script {
	background-image:url(img/pageJS.png);
}
.css {
	background-image:url(img/pageCSS.png);
}
.picture {
	background-image:url(img/picture.png);
}
.folderInfo {
	background-image:url(img/folderInfo.png);
}
#en {
	display:block;
}
#fr {
	display:none;
}
#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;
}
#validation {
	position:fixed;
	top:90%;
	left:10px;
}
#validation a {
	border-style:none;
}