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

body {
	/* fond de la page */
	background:#632b4e;
	color: #444;
}

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

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

#contenu {
	/* fond de la partie textuelle */
	background-color: #e0d5dd;
	color: #66314d;
}

#contenu a, #contenu a:hover {
	color:#66314d;
	text-decoration: underline;
}

#contenu a:hover {
	color:black;
}

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