/* 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: #C65916;
}
#menu ul li {
	border-bottom: 1px solid #D78A5B;
}
#menu ul li ul li {
	border-top: 1px solid #D78A5B;
}
#texte {
	background-image: url(fond_texte.jpg);
	background-color: #C85812;
}
h2 {
	margin-top: 0px;
	color: #C85812;
}
a {
	color: #C65916;
}
form#formulaire {
	margin-top: 20px;
	padding: 20px;
	background-color: #F1D6C4;
}


