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

body {
	/* fond de la page */
	background:#4b220e;
	color: #222;
}

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

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

#contenu {
	/* fond de la partie textuelle */
	background-color: #dbd3d0;
	color:#3f2214;
}

#contenu a, #contenu a:hover {
	color:#3f2214;
	text-decoration: underline;
}

#contenu a:hover {
	color:black;
}

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