#container {
	text-align:left;
	background-color : #fffff0;
	position: relative;
}
#texte {
	background: #fffff0;
}
#texte hr {
	color: #ff0000; 
}
#texte td {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	background: #fffff0;
}
#texte sup {
	font-size: 70%;
 	vertical-align: super;
 	}
#texte sub {
	font-size: 70%;
 	vertical-align: sub;
 }