* {
	margin: 0;
	padding: 0;
}
body {
	font: 80%/150% "Georgia", "Trebuchet MS", Verdana, sans-serif;
	background: #EAEAEA url(/images/background.jpg) repeat-x  top left;
	text-align: center;
	color: #3E3E3E;
}
#wrapper {
	width: 800px;
	margin: 0 auto;
	text-align: left;
}
#header {
	background: url(/images/corinneboureau.jpg) no-repeat bottom left;
	height: 97px;
	margin-left: 20px;
	position: relative;
}
#header h1 {
	display: none;
}
#menu {
	position: absolute;
	bottom: 15px;
	right: 20px;
	font-size: 110%;
}
#menu li {
	float: left;
	list-style: none;
}
#menu li a {
	padding: 0 15px;
	text-decoration: none;
	color: #000;
}
#menu li a:hover {
	text-decoration: underline;
}
#content {
	padding: 20px;
}
#textpage {
	width: 530px;
	float: left;
}
h1 {
	font-size: 180%;
	margin-bottom: 0.5em;
	line-height: 100%;
}
h2 {
	line-height: 100%;
	font-size: 130%;
	margin: 1.5em 0 0.3em 0;
}
p, table, ul, ol {
	margin-bottom: 1em;
}
#agenda {
	width: 200px;
	float: right;
}
#agenda ul {
	list-style: none;
	font-size: 90%;
}
#agenda h3 {
	line-height: 100%;
	font-size: 120%;
	margin-bottom: 0.5em;
	margin-top: 3px;
}
a img {
	border: none;
}
#languages {
	position: absolute;
	top: 10px;
	right: 15px;
}

#languages ul {
	list-style: none;
	text-align: right;
}

#languages li {
	display: inline;
	margin-right: 8px;
}

#content ul, #content ol {
	margin-left: 2em;
}

/*
	FORMS
*/
#content .zend_form {
	border: 1px solid #CCC;
	padding: 10px;
}

#content .zend_form dd {
	margin-bottom: 1em;
}

#content .zend_form dt {
	font-weight: bold;
	color: #333;
}
#content .zend_form ul.errors {
	border: 1px solid #f00;
	margin: 5px 0 0 0;
	padding: 2px 5px;
	background-color: #FFF9F9;
}
#content .zend_form ul.errors li {
	margin: 0;
	list-style-position: inside;
	color: #800000;
	font-weight: bold;
}
#content .zend_form input.text {
	border: 1px solid #999;
	width: 250px;
	padding: 3px;
}
#content .zend_form textarea {
	border: 1px solid #999;
	width: 250px;
	height: 150px;
	padding: 3px;
}
#content .zend_form select.select {
	border: 1px solid #999;
	padding: 3px;
}

/* End Forms */

.small {
	font-size: 80%;
	line-height: 100%;
}

.result {
	background-color: #E6E6E6;
	padding: 10px;
	margin-bottom: 1em;
}

#content .result h3 {
	margin: 0 0 3px 0;
	font-size: 100%;
}

#content .result p {
	margin: 0;
}

#content table.fotoalbums td {
	vertical-align: top;
	height: 125px;
	padding-left: 15px;
}

#content table.fotoalbums td.albumfoto {
	text-align: center;
	width: 125px;
	padding: 0;
}

#content table.fotoalbums h2 {
	margin-top: 10px;
	font-size: 120%;
}

#content table.fotoalbum {
	border-collapse: collapse;
}

#content table.fotoalbum a {
	height: 125px;
}

#content table.fotoalbum td {
	text-align: center;
	vertical-align: middle;
	width: 137px;
	height: 140px;
}

#front {
	text-align: center;
}

.frontheader {
	margin-bottom: 1em;
}

.zelf {
	margin-bottom: 3em;
}

#frontlanguages a.nl {
	padding: 20px;
	background: url(/cms/images/flags/nl.gif) no-repeat top center;
	font-size: 120%;
	font-weight: bold;
	color: #000;
}

#frontlanguages a.fr {
	padding: 20px;
	background: url(/cms/images/flags/fr.gif) no-repeat top center;
	font-size: 120%;
	font-weight: bold;
	color: #000;
}

#frontlanguages a.en {
	padding: 20px;
	background: url(/cms/images/flags/en.gif) no-repeat top center;
	font-size: 120%;
	font-weight: bold;
	color: #000;
}