/* 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: #881A25;
}
#menu ul li {
	border-bottom: 1px solid #AB5E66;
}
#menu ul li ul li {
	border-top: 1px solid #AB5E66;
}
#texte {
	background-image: url(fond_texte.jpg);
	background-color: #951B27;
}
h2, h3 {
	 color: #951B27;
}
a {
	color: #881A25;
}

