body {
	background-color: #f0dada;
}

#header {
	background: #371515; /* for non-css3 browsers */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#120707', endColorstr='#6e2a2a'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#120707), to(#6e2a2a)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #120707,  #6e2a2a); /* for firefox 3.6+ */
}

#footer {
	background: #371515; /* for non-css3 browsers */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6e2a2a', endColorstr='#120707'); /* for IE */
	background: -webkit-gradient(linear, left bottom, left top, from(#120707), to(#6e2a2a)); /* for webkit browsers */
	background: -moz-linear-gradient(bottom,  #120707,  #6e2a2a); /* for firefox 3.6+ */
}

#content {
	background-color: #fbf5f5;
}

#nom_site_spip a {
	color: #f0dada;
}

#horizontalmenu {
	border-bottom-color: #803131;;
}

#horizontalmenu li.menu-entree {
	background: #f4e3e3; /* for non-css3 browsers */
	background: -webkit-gradient(linear, left bottom, left top, from(#f0dada), to(#fbf5f5)); /* for webkit browsers */
	background: -moz-linear-gradient(bottom,  #f0dada,  #fbf5f5); /* for firefox 3.6+ */ 
	border-color: #f0dada;
}

#horizontalmenu li.menu-entree a{
	color: #933838;
}

#horizontalmenu li.menu-entree.on, #horizontalmenu li.menu-entree:hover {
	background: #f0dada;
	border-color: #e2b5b5;
}

#horizontalmenu li.menu-entree.on a{
	color: #000;
}

a, a:visited , a.spip_out, a.spip_in {
	color: #933838;
}

a:hover {
	color: #c66b6b;
}

#footer a, #footer a:visited {
	color: #c66b6b;
}

.h1, h4 {
	color: #933838;
}

h3.spip {
	background: #933838;
}

table.spip th, #calendar th {
	background: #933838;
}

#calendar td.occupe {
	background: #f0dada;
}

blockquote, blockquote.spip, blockquote.spip_poesie, div.spip_code, .coloration_code .cadre {
	border-color: #933838;
}

.hyperlien {
	background: #f7ecec;
	border-color: #f0dada;
}

#content ul.forum li.forum-fil {
	background-color: #f7ecec;
}

#content ul.forum.thread-simple li.forum-fil {
	background-color: #f7ecec;
}

#content ul.forum.thread-simple ul.comments-fils li.forum-fil {
	background-color: #f4e3e3;
}

#content ul.forum.thread-simple ul.comments-fils li.forum-fil {
	background-image: url('local/cache-gd2/b46a154ec848c2f5684a590d97ac91b1.png');
	background-repeat: repeat-x;
	background-position: top center;
}

#content ul.forum.thread-simple ul.comments-fils li.forum-fil.first {
	background-image: url('local/cache-gd2/4f761597f7f373bda08bf3cea8644bc4.png');
	background-repeat: repeat-x;
	background-position: top center;
}

#content ul.forum li.forum-fil.me>div.forum-message {
	background-image: url('local/cache-gd2/baa52a713fc69902abd2d20a2565fa2d.png');
}


#content div.forum-message .permalink {
	color: #d49090;
}

#content .formulaire_forum {
	background-color: #dba3a3;
}