/* CSS Document */

h1 {
	font-family: Arial;
	font-size: 24px;
	color: #FFC111;
	text-decoration: none;
}
p  {
	font-family:Arial;
	font-size:14px;
	color:#FFCC33;
	text-decoration: none;
	height: auto;
	width: auto;
}
.pied {
	padding: 10px;
	top: auto;
	bottom: auto;
}
.menu {
	padding: 10px;
	font-family:Arial;
	font-size:14px;
	text-decoration: none;
	background-color: #807563;
	color: #FFC111;
}
