body

{

	width: 75%;

	padding: 3px;	

	margin-left: auto;

	margin-right: auto;

	font-family: Arial, verdana, Times, sans-serif;

	background: #73d7e0;

}

#wrapper

{

	background: white;

	margin: 2px;



}

#tete

{

	height: 95px;

	background: url("images/banner.gif") no-repeat left #79dbfe;

	border: 1px solid white;

}

#corps

{

	font-size: 0.9em;

	padding: 12px;

}

#center

{

	text-align: center;

}

h1

{

	text-indent: -50000px;

}

h2

{

	font-family: Arial, verdana, Times, sans-serif;

	padding-top: 20px;

	font-size: 1.4em;

	color: gray;

}

h3

{

	font-family: Arial, verdana, Times, sans-serif;

	padding-top: 16px;

	font-size: 1.2em;

	color: maroon;

}

p

{

	font-size: 1em;

	text-align: justify;

}

.image

{

	float: left;

	border: 1px outset blue;

	margin: 20px;

}

.annonce

{

	font-size: 1.1em;

}

.top

{

	font-size: 0.8em;

	color: gray;

}

.center

{

	font-size: 0.9em;

	color: purple;

	text-align: center;

}

.bottom

{

	font-size: 0.7em;

	color: gray;

	text-align: center;

}
#menul {
	background-color: #0077C3;
	text-align: center;
}
#menul a:hover {
	color: red;
}
#menul li {
	float: left;
	font-size: 11px;
	list-style-type: none;
	margin-bottom: 14px;
}
#menul a {
	display: block;
	width: 100px;
	border: 1px solid black;
	color: blue;
	background: white;
	margin: 0 7px;
	text-decoration: none;
	text-align: center;
}