/* 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: #23583A;
}
#menu ul li {
	border-bottom: 1px solid #658A75;
}
#menu ul li ul li {
	border-top: 1px solid #658A75;
}
#texte {
	background-image: url(fond_texte.jpg);
	background-color: #25603F;
}
h2 {
	color: #25603F;
	border-top: 1px solid #5D8970;
	padding-top: 15px;
	padding-left: 20px;
	margin-left: -20px;
	margin-right: -20px;
}
a {
	color: #23583A;
}

