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

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

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

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

#contenu {
	/* fond de la partie textuelle */
	background-color: #e4cdd7;
	color: #6f052d;
}

#contenu a, #contenu a:hover {
	color:#6f052d;
	text-decoration: underline;
}

#contenu a:hover {
	color:black;
}

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