body
{
	margin-left:auto;
	margin-right:auto;
	font-family: MisterEarl BT;
	background-color: rgb(83, 145, 0);
}

a
{
	color: maroon;
}

.menu a:hover 
{
color: black;
background: orange;
border: 2px dotted #FFFF99;
}

.partie
{
	padding: 10px;
	margin-bottom:3px;
	background-color: #c0ff40; 
	color:	black;
}

.partie a:hover 
{
	color: black;
	background: orange;
	border: 2px dotted #FFFF99;
}

.partie h2
{
	text-align: center;
	color: #400000; 
	font-size: 5ex;
}

.partie h3
{
	font-size: 4.5ex;
	font-style: italic;
	text-decoration: underline;
}

.partie p
{
	font-size: 3ex;
}

.partie p:first-letter
{
	/* font-style: italic; */
	font-size: 150%; 
}

#pied_page
{
	font-size: 1.5ex;
	font-family: arial;
	font-style: italic;
	background-color: #806000;
	text-align: center;
}

