	/*

		Zen Photo Default (Dark) 1.0
		
	*/

	/* Basics
	------------------------------ */
	html {
		/* IE */
		overflow-y: scroll; 
		/* Moz */
		height: 100%;
		margin-bottom: 0.1em;
	}

	/* Main Layout
	------------------------------ */
	body {
		background: #000;
		margin: 0px;
		padding: 0px;
		text-align: center;
	}
	#main {
		text-align: left;
		margin: 10px auto;
		width: 600px;
		padding: 0px 0px 0px;
	}
	#credit {
		margin: 0 auto;
		width: 640px;
		font-size: 85%;
		color: #222;
		text-align: right;
		clear: both;
	}
	#credit a {
		text-decoration: none;
		color: #222;
	}
	#credit a:hover {
		color: #B00;
		border-bottom: 1px solid #600;
		text-decoration: none;
	}
	#gallerytitle {
		padding-bottom: 10px;
		margin-bottom: 10px;
		_margin-top: 30px; /* IE Only */
	}


	/* Text Styles
	------------------------------ */
	body {
		font: normal 82%/200% "Helvetica Neue", Helvetica, Arial, sans-serif;
		color: #C00607;
	}
	h2 {
		font: 120% "Helvetica Neue", Helvetica, Arial, sans-serif;
		color: #C00607;
		margin-top: 25px;
	}
	h2 a:link, h2 a:visited {
		color: #C00607;
		text-decoration: none;
	}
	h2 span {
		color: #666;
	}
	h2 a:hover {
		color: #FC0203;
		text-decoration: none;
	}
	h3 {
		font: 120% "Helvetica Neue", Helvetica, Arial, sans-serif;
		color: #600;
		margin-top: 30px;
	}


	/* Link Styles
	------------------------------ */
	a:link, a:active, a:visited { text-decoration: none; color: #C00607; }
	a:hover, a:focus { text-decoration: none; color: #FC0203; }


	/* Miscellaneous
	------------------------------ */
	hr {
		clear: both;
		height: 0;
		border: 0;
		border-top: 1px solid #222;
		margin: 0 0 12px 0;
		padding: 0;
		color: #222;
	}
	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: #600;
	}
	ul.pagelist li.prev {
		margin-right: 10px;
	}
	ul.pagelist li.next {
		margin-left: 10px;
	}
	.disabledlink {
		color: #600;
		cursor: default;
	}


	/* AJAX
	------------------------------ */
	#albumDescEditable {
		margin-bottom: 12px;
	}
	#imageDescEditable {
		margin-top: 24px;
	}

	/* Image Thumbnails
	------------------------------ */
	.imagethumb a, .imagethumb a:visited {
		display: block;
		padding: 10px;
		margin: 5px;
		line-height: 0px;
		border: 1px solid transparent;
	}
	.imagethumb a:hover {
		border: 1px solid #222;
		background: #C00607;
	}
	.imagethumb {
		float: left;
	}


	/* Album Thumbnails
	------------------------------ */
	.album {
		padding: 10px;
		
		clear: both;
	}
	.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: #C00607;
	}


	/* Navigation entre les pages
	------------------------------ */
	.pagenav{
float:right;
font-size:120%;
}


	/* Comments
	------------------------------ */
	#comments {
		clear: both;
	}
	.error { 
	  color: #C33; 
	  font-weight: bold; 
	}
	.comment {
		padding: 10px;
		border: 1px solid #444;
		background: #333;
		margin-bottom: 12px;
	}
	.commentmeta {
		margin-bottom: 12px;
	}
	.commentauthor {
		font-weight: bold;
	}
	.commentdate {
		margin-top: 12px;
		color: #555;
		font-size: 85%;
	}


	/* Forms
	------------------------------ */
	.inputbox {
		width: 250px;
		padding: 2px;
		color: #C00607;
		background: #000;
		border: 1px solid #444;
		font: 82%/200% "Helvetica Neue", Helvetica, Arial, sans-serif;
	}
	textarea {
		padding: 4px;
		width: 100%;
		color: #C00607;
		background: #000;
		border: 1px solid #444;
		font: 82%/200% "Helvetica Neue", Helvetica, Arial, sans-serif;
	}
	.checkbox {
		cursor: pointer;
	}
	.pushbutton {
		cursor: pointer;
		padding: 5px 10px;
		color: #C00607;
		background: #333;
		border: 1px solid #444;
	}
	label {
		cursor: pointer;
	}
	label:hover {
		color: #999;
	}
	img.imageFullSize{
	 border:2px solid #fff;
	}
	img.thumbImage{
	 border:1px solid #fff;
	}
a.albumLink{
display:block;
 border:1px solid transparent;
margin-bottom: 12px;
color:#A00
}
a.albumLink:hover{
 border:1px solid #400;
background:#100;
color:#B00;
}
a.albumLink h3{
color:#E00;

}
a.albumLink:hover h3{
color:#F00;
}
div#image{
  text-align:center;
}
