/*

	Zen Photo Default 1.0
	
*/

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

/* Main Layout
------------------------------ */
body {
	background: #003300;
	margin: 0px;
	padding: 0px 0px 0px;
	font-size: 11px;
	line-height: normal;
	text-align: justify;
	font-family: Arial, Helvetica, sans-serif;
}
#main {
	text-align: left;
	margin: 20px auto;
	width: auto;
/*	background: #fff;
	padding: 20px 20px 60px 20px;
	border-top: 1px solid #E6E6DF;
	border-right: 1px solid #E6E6DF;
	border-bottom: 5px solid #E6E6DF;
	border-left: 1px solid #E6E6DF;	
*/
}
#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 {
	width: auto;
/*	border-bottom: 1px solid #663333;	*/
	padding-bottom: 1px;
	margin-bottom: 15px;
	_margin-top: 0px; /* IE Only */
}


/* Text Styles
------------------------------ */
/*
	body {
		font: normal 82%/200% "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #000;
}
*/
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #660000;
/*	margin-top: 25px;	*/
}
h2 a:link, h2 a:visited, h2 span {
	color: #660000;
}
h3 {
	font: 120% "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #000000;
	margin-top: 30px;
}


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


/* Miscellaneous
------------------------------ */
hr {
	clear: both;
	height: 0;
	border: 0;
	border-top: 1px solid #663333;
	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: 7px;
	margin: 6px;
	line-height: 0px;
}
.imagethumb {
	float: left;
}
.albumdesc2 {
	padding: 5px 20px 5px 20px;
	line-height: 18px;
}

.imagethumbalbum a {
	display: block;
	padding: 7px;
	margin: 16px;
	border: 1px solid #CCCCCC;
	background: #EAE9EB;
	line-height: 0px;
}
.imagethumbalbum a:visited {
	border: 1px solid #CCCCCC;
	background: #EAE9EB;
}
.imagethumbalbum a:hover {
	border: 1px solid #000;
	background: #fff;
}
.imagethumbalbum {
	float: left;
}

/* Album Thumbnails
------------------------------ */
.album {
	margin: 7px 7px 7px 7px;
	float: left;
	width: 312px;
	background: #EAE9EB;
	border: 1px solid #CCCCCC;
}
.album .imagethumb a {
	margin: 0;
}
.album h3 {
	padding: 0;
	margin: 0;
}
.album h3 a {
	display: block;
	width: 100%;
}
.album p {
	margin: 0 0 4px 0;
	line-height: 17px;
	font-size: 10px;
}
.albumdesc {
	float: right;
	width: 205px;
	padding: 6px 0 0 0;
}

/* Individual Image
------------------------------ */
.image { 
	margin: 0;
	padding: 0;
	border: 0;
}
#image {
	text-align: center;
	line-height: 0;
}
.imgnav {
	float: right;
	width: 140px;
	text-align: center;
	border: 1px solid #cccccc;
	background: #EAE9EB;
	margin-top: 0px;
	_margin-top: 0px; /* IE Only */
}
.imgnav .imgprevious a, .imgnav .imgnext a {
	display: block;
	width: 50%;
	height: 100%;
	float: left;
	padding: 0px 0;
	font-size: 120%;
	text-decoration: none;
	line-height: 200%;
	color: #000000;
}
.imgnav .imgprevious a:hover, .imgnav .imgnext a:hover {
	background-color: #000000;
	text-decoration: none;
	color: #fff;
}
.imgnav .imgprevious a {
	float: left;
}
.imgnav .imgnext a {
	float: right;
}
#narrow {
	margin: 0 auto;
	width: 440px;
}

#narrow2 {
	margin-left: 60px;
	_margin-left: 32px;/* IE Only */
	margin-top: 8px;
	margin-bottom: 0px;
	width: 300px;
}

/* Comments
------------------------------ */
#comments {
	clear: both;
}
.error { 
  color: #C33; 
  font-weight: bold; 
}
.comment {
	padding: 0px 8px 0px;
	border: 1px solid #cccccc;
	background: #EAE9EB;
	margin-bottom: 10px;
}
.commentmeta {
	margin-bottom: 0px;
}
.commentauthor {
	font-weight: bold;
}
.commentdate {
	margin-top: 0px;
	color: #8DB8CF;
	font-size: 80%;
}


/* 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: 3px 5px;
}
label {
	cursor: pointer;
}
label:hover {
	color: #000;
}

#purefunc {
	margin: 0 auto;
	width: 640px;
	font-size: 85%;
	color: #96967E;
	text-align: left;
	clear: both;
}
#purefunc a {
	text-decoration: none;
	color: #96967E;
	/*border-bottom: 1px solid #96967E;*/
}
#purefunc a:hover {
	color: #BDBDAE;
	/*border-bottom: 1px solid #BDBDAE;*/
	text-decoration: none;
}

#Sortingalbum {
	margin: 0 auto;
	width: 640px;
	font-size: 85%;
	color: #96967E;
	text-align: left;
	clear: both;
}
#Sortingalbum a {
	text-decoration: none;
	color: #96967E;
	/*border-bottom: 1px solid #96967E;*/
}
#Sortingalbum a:hover {
	color: #BDBDAE;
	/*border-bottom: 1px solid #BDBDAE;*/
	text-decoration: none;

/* perigord locations
------------------------------ */
}
.titre3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 30px;
}
.entete {
	background-image: url(../../../../../img/entete.jpg);
	width: 752px;
	padding-left: 36px;
	padding-right: 36px;
	height: 199px;
}
.contenu {
	background-image: url(../../../../../img/fond-centre-bas.jpg);
	width: 744px;
	padding-left: 40px;
	padding-top: 15px;
	padding-right: 40px;
	padding-bottom: 20px;
	background-repeat: no-repeat;
	background-position: bottom;
}
.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	position: relative;
}
.pied {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: right;
	margin-top: 40px;
	margin-bottom: 10px;
}

.titre1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #660000;
	line-height: 25px;
}
.nav {
	top: 165px;
	position: relative;
}
.lang {
	position: relative;
	float: right;
	height: auto;
	width: auto;
	top: 135px;
	right: 17px;
}
.nav2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	width: auto;
	text-align: center;
	vertical-align: middle;
	margin-top: 30px;
	margin-bottom: 15px;
}
.titre2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	height: auto;
	width: auto;
	padding: 2px 5px;
	background-color: #b2b5be;
}
hr {
	border: 1px solid #CCCCCC;
}
.list-txt {
	text-align: left;
	vertical-align: top;
	padding-left: 10px;
	padding-top: 0px;
}
.txt {
	font-family: Georgia, "Times New Roman", Times, serif;
}
.titre4 {
	font-size: 14px;
	line-height: 28px;
	font-weight: bold;
	color: #006600;
}
