table	{	font-size:small;
		border: 0px solid;
		margin: 0px;
		padding: 0px;
		empty-cells: show; }
table th	{	border: 0px solid; }
table td	{	border: 0px solid; }
div#bandeau {text-align:center;
	width:100%;
	height:10%;
	background-color:#DDDDDD;
	}
div#contenu {
	position:relative;
	left:0%;
	bottom:0%;
	width:100%;
	height:100%;
	background-color:#EEEEEE;
	}
div#fenetre1 {
	position:relative;
	left:30%;
	bottom:-10%;
	width:35%;
	height:30%;
	border:2px solid black;
	-moz-border-radius:7px;
	-webkit-border-radius:7px;
	border-radius:7px;
	background-color:#EEEEEE;
	text-align:center;
	}

ul	{
	display: table;
	width: 95%;
	background-color:#DDDDDD;
	}
ul li	{
	display: table-cell;
	}

pol0	{font-family:arial, sans-serif;font-size:150%;}
pol1	{font-family:arial, sans-serif;font-size:250%;}
pol2	{font-family:arial, sans-serif;font-size:70%;}
pol3	{font-family:arial, sans-serif;font-size:xx-small;color:blue;}
pol4	{font-family:arial, sans-serif;font-size:100%;}