/* CSS Document */

body {
	background-image: url(fond_page.gif);
}
body#bodyframe {
	background-color: transparent;
	background-image: none;
}
#menu {
	background-image: url(fond_menu.jpg);
	background-color: #576736;
}
#menu ul li {
	border-bottom: 1px solid #899472;
}
#menu ul li ul li {
	border-top: 1px solid #899472;
}
#texte {
	background-image: url(fond_texte.jpg);
	background-color: #576836;
}
h2, .titre {
	color: #576836;
	margin-top: 0px;
	font-weight: bold;
}
a {
	color: #576736;
}
form#formulaire {
	margin-top: 13px;
	padding: 20px;
	background-color: #DCDDD0;
}
.rouge {
	color: #FF0000;
	font-weight: bold;
}

