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

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

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

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

#contenu {
	/* fond de la partie textuelle */
	background-color: #CCD9D1;
	color:#113823;
}

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

#contenu a:hover {
	color:black;
}

a.theme, a.theme:hover {
	color: #003F1A;
}