body
{
	background-color: white;
	color: black;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	font-family: Arial, "Times new Roman", sans-sherif;
}


a
{
	color: rgb(64,0,0);
	text-decoration: underline;
}

a:hover
{
	font-weight: bold;
} 
	
p
{
	font-family: arial;
	color: black;
}

strong
{
	color: black;
}

#menu
{
	width: 20%;
	float: left;
}
	
.sous_menu
{
	margin-top: 20px;
	background-color: rgb(222,208,208);
	color: rgb(64,0,0);
	text-decoration: none;
}

.sous_menu h3
{
	color: rgb(64,0,0);
	text-indent: 25px;
}

#corps
{
	margin-left: 24%;
	margin-top: 40px;
}

#pied_de_page
{
	clear: left;
	margin-top: 100px;
	padding: 1px;
	text-align: center;
	border-top: 1px solid; 
}

blockquote
{
	font-size: 1.3em;
	font-style: italic;
	background-color: rgb(202,49,11)
}
	

