/* 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: #937E49;
}
#menu ul li {
	border-bottom: 1px solid #B3A47F;
}
#menu ul li ul li {
	border-top: 1px solid #B3A47F;
}
#texte {
	background-image: url(fond_texte.jpg);
	background-color: #9A8046;
}
h2, h3 {
	color: #9A8046;
}
a {
	color: #937E49;
}

