/* CSS Document */
#menu {
	text-align: center;
}
#menu a {
	font: bold 0.8em "Trebuchet MS";
	color: #fff8a3;
	margin-right: 5px;
	margin-left: 5px;
	text-decoration: none;
}
#menu a:hover,#foot-index a:hover {
	color: #FFFBC4;
	text-decoration: underline;
}
h1,h2,h3,h4,h5,h6 {
	font: bold 0.9em "Trebuchet MS";
	color: #912a0f;
	margin: 20px 0px 0px;
	text-align: left;
}
h6 {
	text-align: right;
	margin-right: 30px;
	margin-bottom: 10px;
	margin-top: 0px;
}
a {
	color: #CC3333;
}
a:hover {
	color: #CC3333;
	text-decoration: none;
}

p,ul {
	font: normal 0.7em "Trebuchet MS";
	color: #912a0f;
	margin-top: 0px;
	margin-bottom: 9px;
	text-align: left;
}
p.adresse {
	font: normal 0.6em "Trebuchet MS";
	text-align: center;
	color: #fff8a3;
}
#foot-index a {
	font: bold 0.7em "Trebuchet MS";
	color: #fff8a3;
	margin-right: 4px;
	margin-left: 4px;
	text-decoration: none;
}
table {
	font: 0.7em "Trebuchet MS";
	color: #912a0f;
	width: 350px;
	margin: 9px auto;
}
input.envoyer {
	color: #FFFBC4;
	background: #912a0f;
}
