/* CSS Document */

body { background-image:url(fond_page.gif); }
body#bodyframe { background-color:transparent; background-image:none;}

#menu { background:#f90 url(fond_menu.jpg);}
#menu ul li {
	border-bottom:1px solid #f7b14e;
}
#menu ul li ul li {
	border-top:1px solid #f7b14e;
}

#texte { background:#f90 url(fond_texte.jpg);}
h2, .titre {
	color:#f90;
	margin-top:0;
	font-weight:bold;
}
a {
	color:#f90;
}

form#formulaire { margin-top:13px; padding:20px; background-color:#DCDDD0;}

.rouge { color:#f00; font-weight:bold; }

