h1
{
	text-align: center;
	text-decoration: underline;
}
ul
{
	width: 300px;
	text-align: left;
	font-size: x-large;
}
#menu
{
	width: 1000px;
	float: right;
	text-align: right;
}
p
{
	text-align: center;
	font-size: x-large;
}
h2,h3
{
	text-align: center;
}
.mid
{
	width: 1500px;
	float: center;
	text-align:center;
	background-color: yellow;

}
#la 
{
	text-decoration: underline;
	text-decoration: bold;
}
.droite
{
	text-align: left;
	float: right;
	width: 50%;
	float: top;
}
.gauche
{
	text-align: left;
	float: left;
	width: 50%;
}
.clear{clear: both;}