/*

	Zen Photo Default 1.0

*/

/* Basics
------------------------------ */
html {
	/* IE */
	overflow-y: scroll;
	/* Moz */
	height: 100%;
	margin-bottom: 0.1em;
}

/* Main Layout
------------------------------ */
body {
	background: #CBCBCB;
	margin: 0px;
	ppadding: 0px 0px 50px;
	ttext-align: center;
}
#images {
	padding: 30px 0 0 0;
}
#main {
	text-align: center;
	margin: 0px auto 0 auto;
	width: 900px;
	/*background: #fff;*/
	border: 0px solid #FF0000;

}
#credit {
	margin: 0 auto;
	width: 640px;
	font-size: 85%;
	color: #96967E;
	text-align: right;
	clear: both;
}
#credit a {
	text-decoration: none;
	color: #96967E;
	border-bottom: 1px dotted #96967E;
}
#credit a:hover {
	color: #BDBDAE;
	border-bottom: 1px solid #BDBDAE;
	text-decoration: none;
}
/*#gallerytitle {
	border-bottom: 1px solid #E6E6DF;
	padding-bottom: 14px;
	margin-bottom: 12px;
	_margin-top: 40px; /* IE Only */
}*/

/* Text Styles
------------------------------ */
/*body {
	font: normal 82%/200% "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #5A5A4B;
}*/

h2 {
	font: 120% "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #002E5B;
	margin-top: 25px;
}
h2 a:link, h2 a:visited, h2 span {
	color: #8DB8CF;
}
h3 {
	font: 120% "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #002E5B;
	margin-top: 30px;
}


/* Link Styles
------------------------------ */
a:link, a:active { text-decoration: underline; color: #17A; }
a:visited { text-decoration: underline; color: #035; }
a:hover, a:focus { text-decoration: underline; color: #6BD; }


/* Miscellaneous
------------------------------ */
/*hr {
	clear: both;
	height: 0;
	border: 0;
	border-top: 1px solid #E6E6DF;
	margin: 0 0 12px 0;
	padding: 0;
}*/
img {
	border: 0;
}
blockquote {
	border-left: 1px dotted #96967E;
	margin-left: 20px;
	padding-left: 20px;
	color: #363630;
}


/* Page Navigation
------------------------------ */
ul.pagelist {
	clear: both;
	padding: 0;
	margin: 20px 0 0 0;
	list-style-type: none;
}
ul.pagelist li {
	display: inline;
}
ul.pagelist li a, ul.pagelist span.disabledlink {
	padding: 4px;
}
ul.pagelist li.current a {
	font-weight: bold;
	text-decoration: none;
	cursor: default;
	color: #5A5A4B;
}
ul.pagelist li.prev {
	margin-right: 10px;
}
ul.pagelist li.next {
	margin-left: 10px;
}
.disabledlink {
	color: #ddd;
	cursor: default;
}
.pagenav {
	clear: both;
}


/* AJAX
------------------------------ */
#albumDescEditable {
	margin-bottom: 12px;
}
#imageDescEditable {
	margin-top: 24px;
}

/* Image Thumbnails
------------------------------ */
.imagethumb a {
	display: block;
	padding: 3px;
	margin: 3px;

	border: 1px solid #62A0BF;
	background: #F2F7F9;
	/*line-height: 0px;*/
}
.imagethumb a:visited {
	border: 1px solid #FFFFFF;
	background: #DDEAF0;
}
.imagethumb a:hover {
	border: 1px solid #FF0000;
	background: #F4F9FB;
}
.imagethumb {
	float: left;
}

/* Image Zoom
------------------------------ */

.zoom a img {
	border: 0;
	padding: 1px;
	mmargin: 1px;
	border: 1px solid #62A0BF;
	background: #F2F7F9;
}
.zoom a:link img{
	border: 1px solid #62A0BF;
	background: #DDEAF0;
}
.zoom a:visited img{
	border: 1px solid #62A0BF;
	background: #DDEAF0;
}
.zoom a:hover img {
	cursor: pointer;
	border: 1px solid #FF0000;
	background: #F4F9FB;
}
.zoom {
	margin: auto;
	width: 100px;
	text-align: center;
}


/* Album Thumbnails
------------------------------ */
/*.album {
	padding: 10px;
	margin-bottom: 12px;
	clear: both;
	border: 1px solid #E7F0F5;
	background: #FBFCFD;
}
.album img {
	float: left;
}
.album h3 {
	padding: 0;
	margin: 0;
}
.album h3 a {
	display: block;
	width: 340px;
	padding: 3px 0 6px 0;
}
.album p {
	margin: 0 0 4px 0;
}
.albumdesc {
	float: right;
	width: 480px;
}
.albumdesc small {
	margin-top: 8px;
	line-height: 130%;
	width: 120px;
	float: right;
	color: #8DB8CF;
}
*/

/* Individual Image
------------------------------ */
.image {
	margin: 0;
	padding: 0;
	border: 0;
}

#image {
	text-align: center;
	/*line-height: 0;*/
}

#image a img {
	padding: 3px;
	margin: 3px;

	border: 1px solid #62A0BF;
	background: #F2F7F9;
}

/*.imgnav {
	float: right;
	width: 140px;
	text-align: center;
	border: 1px solid #D5E6EE;
	background: #EEF5F9;
	margin-top: 13px;
	_margin-top: 8px; /* IE Only */
}
.imgnav .imgprevious a, .imgnav .imgnext a {
	display: block;
	width: 50%;
	height: 100%;
	float: left;
	padding: 4px 0;
	font-size: 120%;
	text-decoration: none;
	line-height: 200%;
	color: #237898;
}
.imgnav .imgprevious a:hover, .imgnav .imgnext a:hover {
	background-color: #fff;
	text-decoration: none;
	color: #002E5B;
}
.imgnav .imgprevious a {
	float: left;
}
.imgnav .imgnext a {
	float: right;
}*/
#narrow {
	margin: 0 auto;
	width: 440px;
}


/* Comments
------------------------------ */
#comments {
	cclear: both;
	border: 0px solid #00FF00;
	text-align: center;
}
.error {
  color: #C33;
  font-weight: bold;
}
.comment {
	padding: 10px 0 10px 0;
	border: 0px solid #E7F0F5;
	bbackground: #FF0000;
	mmargin-bottom: 12px;
}
.commentmeta {
	margin-bottom: 12px;
}
.commentauthor {
	font-weight: bold;
}
.commentdate {
	margin-top: 12px;
	color: #8DB8CF;
	font-size: 85%;
}
.commentbody {
lline-height: 18px;
}
.imgcommentform {
	text-align: center;
}

/* Forms
------------------------------ */
.inputbox {
	width: 250px;
	padding: 2px;
}
/*textarea {
	padding: 4px;
	width: 100%;
	color: #5A5A4B;
	font: 100%/200% "Helvetica Neue", Helvetica, Arial, sans-serif;
}*/
.checkbox {
	cursor: pointer;
}
.pushbutton {
	cursor: pointer;
	padding: 5px 10px;
}
label {
	cursor: pointer;
}
label:hover {
	color: #000;
}




/* ****************** LIGHTBOX *************************** */
/* ****************** LIGHTBOX *************************** */
/* ****************** LIGHTBOX *************************** */
/* ****************** LIGHTBOX *************************** */
/* ****************** LIGHTBOX *************************** */
/* ****************** LIGHTBOX *************************** */
/* ****************** LIGHTBOX *************************** */
/* ****************** LIGHTBOX *************************** */
/* ****************** LIGHTBOX *************************** */
/* ****************** LIGHTBOX *************************** */
/* ****************** LIGHTBOX *************************** */


#overlay img {
	border: none;
}
#overlay {
	background-image: url(IMG/overlay.png);
}
* html #overlay {
	background-color: #333;
	back\ground-color: transparent;
	background-image: url(blank.gif);
	filter: progid: DXImageTransform.Microsoft.AlphaImageLoader(src="IMG/overlay.png", sizingMethod="scale");
}
/* Pietro addon*/
#lightbox {
padding: 10px;
background: #FFFFFF;
bborder: 1px solid #313131;
}



/* ****************** DYNAMICTHUMBS *************************** */
/* ****************** DYNAMICTHUMBS *************************** */
/* ****************** DYNAMICTHUMBS *************************** */
/* ****************** DYNAMICTHUMBS *************************** */
/* ****************** DYNAMICTHUMBS *************************** */
/* ****************** DYNAMICTHUMBS *************************** */
/* ****************** DYNAMICTHUMBS *************************** */
/* ****************** DYNAMICTHUMBS *************************** */
/* ****************** DYNAMICTHUMBS *************************** */
/* ****************** DYNAMICTHUMBS *************************** */

#thumbOverlay{ /* Pietro took it from LIGHTBOX */
background-image: url(IMG/overlay.png);
position: absolute;
left: 0;
top: 0;
width: 100%;
z-index: 50;
visibility: hidden;
bborder: 1px solid #FF0000;
}

#thumbBox{ /*Outermost DIV for thumbnail viewer*/
position: absolute;
left: 0;
top: 0;
width: auto;
padding: 10px;
background: #FFFFFF;
visibility: hidden;
z-index: 100;
cursor: hand;
cursor: pointer;
border: 1px solid #AAAAAA;
}

#thumbBox .footerbar{ /*Footer DIV of thumbbox that contains "close" link */
font: bold 16px Tahoma;
letter-spacing: 5px;
line-height: 1.1em;
color: black;
padding: 0 0 2px 0;
text-align: right;
}


#thumbBox #thumbImage{ /*DIV within thumbbox that holds the enlarged image */
background-color: white;
bborder: 1px solid #AAAAAA;
}

#thumbLoading{ /*DIV for showing "loading" status while thumbbox is being generated*/
position: absolute;
visibility: hidden;
border: 1px solid black;
background-color: #EFEFEF;
padding: 5px;
z-index: 5;
}



/* ****************** HILDE *************************** */
/* ****************** HILDE *************************** */
/* ****************** HILDE *************************** */
/* ****************** HILDE *************************** */
/* ****************** HILDE *************************** */
/* ****************** HILDE *************************** */
/* ****************** HILDE *************************** */
/* ****************** HILDE *************************** */
/* ****************** HILDE *************************** */



div {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
}


.barre {
width: 980px;
height: 10px;
background: url(IMG/barre.jpg) no-repeat #757070;
margin: auto;
}

#container {
	position: relative;
	text-align: left;
	width: auto;
	height: auto;
	border: 0px #0000FF solid;
	padding: 10px 0 10px 0;
	background:  url(IMG/bgV.jpg) top left repeat-x #CBCBCB;
}

#container h1.hide {
	display: none;
}

#content {
	ffloat: left;
	margin: 3px auto 3px;
	position: relative;
	padding: 10px 15px 10px 15px;
	text-align: left;
	background: #FFFFFF;
	width: 950px;
	border: 1px #AAAAAA solid;
}

hr {
	clear: both;
	--visibility: hidden;
}

.spacer { clear: both; }

.elemenu {
	float: left;
	margin: 0 0px 0 0px;
	border: 0px #FF0000 solid;
}

.eventalign {
	margin: auto auto auto auto;
	position: relative;
	text-align: left;
	background: #FFFFFF;
	width: 950px;
	hheight: 50px;
	border: 0px #FF0000 solid;
	clear: both;
}

.event {
	margin: auto auto auto auto;
	position: relative;
	text-align: left;
	background: #FFFFFF;
	width: 740px;
	border: 0px #FF0000 solid;
}

.grostitre {
	margin: auto auto 20px auto;
	position: relative;
	text-align: left;
	background: #FFFFFF;
	width: 740px;
	border: 0px #FF0000 solid;
	font-size: 1.5em;
	text-decoration: underline;
}

.date {
	float: left;
	margin: auto 15px auto auto;
	width: 35px;
}

.eventtext {
	float: left;
	margin: auto;
	width: 690px;
}

#hilde {
	ffloat: left;
	margin: auto auto 2px auto;
	position: relative;
	-padding: 10px 15px 10px 15px;
	text-align: left;
	line-height: 24px;
	background: url(IMG/hilde.jpg) no-repeat #FFFFFF;
	width: 980px;
	height: 70px;
	border: 0px #FF0000 solid;
}

#menulang {
	margin: 1px 0 0 -26px;
	float: left;
	font-size: 12px;
	text-align: center;
	line-height: 20px;
	width: 22px;
	height: auto;
	background: #656060;
	border: 1px solid #DDDDDD;
}

#menulang a {
	margin: 1px;
	display: block;
	text-decoration: none;
	color: #BBBBBB;
}

#menulang a:link {
}
#menulang a:visited {
}
#menulang a:hover {
	color: #FFFFFF;
	background: #777777;
}
#menulang a:active {
	color: #FFFFFF;
	background: #656060;
}
#menulang a.actif {
	color: #000000;
	background: #DDDDDD;
}

#menu {
	ffloat: left;
	margin: auto auto 3px auto;
	position: relative;
	padding: 10px 15px 10px 15px;
	text-align: left;
	line-height: 24px;
	background: url(../bbg.jpg) no-repeat #FFFFFF;
	width: 950px;
	height: 50px;
	border: 0px #FF0000 solid;
}

.titremenu {
	float: left;
	ppadding: 0 0 0 10px;
	font-weight: bold;
	margin: 0 20px 0 0;
	ccolor: #757070;
	ffont-size: 1.5em;
	width: 110px;
	
}

.menucentre_fr {
	margin: auto auto 10px auto;
	position: relative;
	text-align: left;
	line-height: 24px;
	bbackground: #FFFFFF;
	width: 690px;
	hheight: 50px;
	border: 0px #FF0000 solid;
}

.menucentre_en {
	margin: auto auto 10px auto;
	position: relative;
	text-align: left;
	line-height: 24px;
	bbackground: #FFFFFF;
	width: 650px;
	hheight: 50px;
	border: 0px #FF0000 solid;
}

.menucentre_nl {
	margin: auto auto 10px auto;
	position: relative;
	text-align: left;
	line-height: 24px;
	bbackground: #FFFFFF;
	width: 760px;
	hheight: 50px;
	border: 0px #FF0000 solid;
}

#menu2 {
	ffloat: left;
	margin: auto auto 3px auto;
	position: relative;
	padding: 10px 15px 10px 15px;
	text-align: left;
	line-height: 24px;
	background: url(../bbg.jpg) no-repeat #FFFFFF;
	width: 950px;
	height: 24px;
	border: 0px #FF0000 solid;
}

#container #background #menu a {
	display: block;
	text-decoration: none;
	color: #000000;
}

#container #background #menu a:link {
	text-decoration: none;
	color: #000000;
}
#container #background #menu a:visited {
	text-decoration: none;
	color: #000000;
}
#container #background #menu a:hover {
	color: #FFFFFF;
	background: #000000;
}
#container #background #menu a:active {
	text-decoration: none;
	color: #FFFFFF;
	background: #000000;
}

.elemenu a {
	font-size: 18px;
	text-decoration: none;
	color: #555050;
	padding: 3px 3px 3px 3px;
}

.elemenu a:link {
	ttext-decoration: none;
	ccolor: #000000;
}
.elemenu a:visited {
	ttext-decoration: none;
	ccolor: #000000;
}
.elemenu a:hover {
	color: #000000;
	text-decoration: underline;
	-background: #A5A0A0;
}
.elemenu a:active {
	text-decoration: none;
	color: #FFFFFF;
	background: #C5C0C0;
}
.elemenu a.actif {
	color: #000000;
	-background: #DDDDDD;
	text-decoration: underline;
	-border-bottom: 1px #000000 solid;
}

#foot {
width: 980px;
height: 20px;
background: url(IMG/foot.jpg) no-repeat #757070;
margin: auto;
color: #757070;
font-size: 0.7em;
line-height: 1.7em;
}

#foot a {
color: #FFFFFF;
text-decoration: none;
}

#foot a:hover {
	color: #000000;
	text-decoration: underline;
}

#bolo {
float: right;
margin-right: 10px;
}

#bolo a {
	text-decoration: none;
	color: #757070;
	padding: 3px 3px 3px 3px;
}

#bolo a:link {
	ttext-decoration: none;
	ccolor: #000000;
}
#bolo a:visited {
	ttext-decoration: none;
	ccolor: #000000;
}
#bolo a:hover {
	color: #000000;
	bbackground: #757070;
	text-decoration: underline;
}
#bolo a:active {
	text-decoration: none;
	color: #FF0000;
}
.nothinghere
{
	display: none;
}
