body
{
	background-color: rgb(217,229,241);
	color : rgb(255,255,255);
	font-family: Verdana, Tahoma;
	font-size : 13px;
	font-weight: bold;
	height: 100%;
	margin: 0;
	padding: 0;
	width: 100%;
}
a
{
	color: white;
}
img
{
	border: 0;
	margin: 0;
}
h1
{
	margin: 0;
	padding: 0;
	text-align: center;
}
h3
{
	color: rgb(0,78,158);
	font-size: 16px;
	font-weight: bold;
	margin : 5px;
	padding : 5px 0;
	text-align: center;
}
#hautpage
{
	background-image: url("img/bandeau.gif");
	background-position: bottom center;
	background-repeat: no-repeat;
	height: 40px;
	margin: 0 auto;
	padding: 0;
	width: 808px;
}
#contenu
{
	background-color: rgb(255,255,255);
	background-image: url("img/milieu.gif");
	background-position: center center;
	background-repeat: repeat-y;
	margin: 0 auto;
	min-height: 400px;
	padding: 10px;
	text-align: center;
	width: 788px;
}
#piedpage
{
	background-image: url("img/piedpage.gif");
	background-position: top center;
	background-repeat: no-repeat;
	height: 25px;
	margin: 0 auto 0.5em;
	padding: 0;
	width: 808px;
}
th
{
	color: rgb(0,78,158);
	font-size: 15px;
	font-weight: bold;
}
ul, li
{
	text-align: left;
}
hr
{
	border: 1px solid #5DB8B9;
	height: 1px;
	color: #5DB8B9;
	width: 115px;
}