/* CSS Document */
#menu {
	font: 0.8em "Trebuchet MS", sans-serif, Arial;
	text-align: right;
}
#menu a {
	font-weight: bold;
	text-transform: uppercase;
	color: #7C4E67;
	text-decoration: none;
	margin: 0px;
}
#menu a:hover {
	color: #B0829B;
}
#texte {
	font: 0.7em "Trebuchet MS", sans-serif, Arial;
}
h1,h2,h3,h4,h5,h6 {
	font-size: 120%;
	color: #8b5773;
	font-weight: bold;
	text-transform: uppercase;
	text-align: left;
	margin-top: 2px;
	margin-bottom: 7px;
}

p {
	font-size: 100%;
	color: #5b5b5b;
	text-align: left;
	margin-bottom: 10px;
	margin-top: 0px;
}
a {
	color: #775100;
}
a:hover {
	color: #9F6B00;
	text-decoration: none;
}
