html body {
	background-color: #dfdfdf;
}

#main {
	background-image: url('../images/background-about.png');
}

#header {
	background-image: url('../images/header-about.png');
}
#menubar {
	background-image: url('../images/menubar-about.png');
}

#menuitems li {
	background-color: #1a72a7;
}

#menuitems a {
	color: white;
}

#menuitems li#active {
	background-color: #3897d0;
}

#contactform {
	padding-top: 1em;
}

#contactform input.field {
	width: 230px;
}
#contactform div {
	width: 120px;
	float: left;
}
#contactform textarea {
	width: 350px;
	height: 8em;
}

#footer {
	background-color: #dfdfdf;
	background-image: url('../images/footer-background-about.png');
}



.spip_documents_left {
	margin-right: 0.5em;
	margin-bottom: 0.5em;
}

.spip_documents_right {
	margin-left: 0.5em;
	margin-bottom: 0.5em;
}
