h1 ,h2 /*pour les titre*/
{
	text-align:center;
	color: brown;
}	
* /*pour touuut*/
{
	font-family: Verdana
}
*/* changer le fond*/
{
	background-color: beige

}
.flottant
{
	float:left;
}
div
{
	text-align:left;
}
.flottant
{
	float:right;
}
.flottantt
{
	float:left;
}
.dessous
{
	clear:both;
}