body
{
	background-color: rgb(200,226,220);
	color : rgb(112,147,181);
	font-family: 'Cinzel Decorative', cursive;
	font-weight: 400;
	font-size:17px;	
	height: 100%;
	margin: 0;
	padding: 0;
	width: 100%;
}
a
{
	color: rgb(80,117,154);
}
img
{
	border: 0;
	margin: 0;
}
h1
{
	margin: 0;
	padding: 0;
	text-align: center;
	font-family: 'Cinzel Decorative', cursive;
	font-weight: 400;
	font-size:90px;
}
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: top center;
	background-repeat: no-repeat;
	margin: 120px auto 0;
	padding: 20px 10px 0 10px;
	text-align: center;
	width: 830px;
}
#contenu
{
	background-color: rgb(255,255,255);
	background-image: url("img/milieu.gif");
	background-position: center center;
	background-repeat: repeat-y;
	margin: 0 auto;
	padding: 10px;
	text-align: center;
	width: 830px;
}
#piedpage
{
	background-image: url("img/piedpage.gif");
	background-position: bottom center;
	background-repeat: no-repeat;
	height: 70px;
	margin: 0 auto 0.5em;
	padding: 0;
	text-align: center;
	width: 850px;
}
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;
}