body
{
	background-image	:url("back.jpg");
	color		:white;
	font-family	:Arial;
	font-size	:12pt;
}
.lang
{
	background	:black;
	color		:white;
	text-align	:center;
	border-radius:15px;
}
h1,h2,h3
{
	background	:brown;
	color		:white;
	border-radius:30px;
}
.picto
{
	background	:white;
	text-align	:center;
}
.large
{
	color		:white;
	font-family	:Arial;
	font-size	:24pt;
}
.bar
{
	background	:beige;
	color		:brown;
	text-align	:center;
}
tr
{
	background-image	:url("back2.jpg");
	color		:white;
}
pre
{
	font-family	:Arial;
}
a:link, a:visited
{
	color		:yellow;
	text-decoration	:none;
}
a:active, a:hover 
{
	color		:orange;
	text-decoration	:yes;
}
.in
{
	border		:3px solid white;
}
.out
{
	border		:none;
}
