<style>

body	{background:white;}

caption	{font-size:21;}

A:hover {color:orange; font-weight:bold;}

a	{color:blue;
	font-weight:bold;
	text-decoration:none;
	border:0;}

.title	{position:absolute;
	left:10;
	top:0;
	font-size:60;
	color:black;}

.eng	{position:absolute;
	left:500;
	top:30;}

.g0	{background:ffffff;}
.g1	{background:f9f9f9;}
.g2	{background:f0f0f0;}
.g3	{background:e0e0e0; font-weight:bold;}
.g4	{background:d0d0d0; font-weight:bold;}

.bold	{font-weight:bold;
	font-size:20;}

/* Barre titre */
.1	{position:absolute;
	background:red;
	height:10;
	width:100%;
	left:0;
	top:0;}

.2	{position:absolute;
	background:orange;
	height:10;
	width:100%;
	left:0;
	top:10;}

.3	{position:absolute;
	background:yellow;
	height:32;
	width:100%;
	left:0;
	top:20;}

.4	{position:absolute;
	background:lime;
	height:10;
	width:100%;
	left:0;
	top:52;}

.5	{position:absolute;
	background:blue;
	height:10;
	width:100%;
	left:0;
	top:62;}

</style>