body
{
	background	:beige;
	color		:black;
	font-family	:Arial;
	font-size	:12pt;
}
.lang
{
	background	:teal;
	color		:white;
	text-align	:center;
	border-radius:15px;
}
h1,h2,h3
{
	color			:teal;
}
.picto
{
	background	:white;
	text-align	:center;
}
pre
{
	font-family	:Arial;
}
a:link, a:visited
{
	color		:red;
	text-decoration	:none;
}
a:active, a:hover 
{
	color		:orange;
	text-decoration	:yes;
}
