@charset "UTF-8";
@import url(include/structure.css);
@import url(include/contact.css);
@import url(include/thickbox.css);

body {
	/* fond de la page */
	background:#64543a;
	color: #222;
}

a.head, a:hover.head {
	/* entete de menu */
	border-bottom: 1px solid #796646;
	background-color: #6e5c40; /* 685535 */
}

a.detail, a:hover.detail {
	/* menud e second niveau */
	background-color: #8b7550; 
	border-bottom: 1px solid #685535; 
}

#contenu {
	/* fond de la partie textuelle */
	background-color: #e0ddd8;
	color: #5d5643;
}

#contenu a, #contenu a:hover {
	color:#5d5643;
	text-decoration: underline;
}

a.theme, a.theme:hover {
	color: #800033;
}