@charset "iso-8859-1";


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

/* Main Layout
------------------------------ */
body {
	background: #343537; /* Fond background */
	margin: 0px;
	padding: 0px 0px 0px;
	text-align: center;
}
#main {
	text-align: left;
	margin: 5px auto; /* espace marge cadre haut */
	width: 600px;     /* largeur du cadre */
	background: #343537;
	padding: 10px 10px 10px;
	border-top: 1px solid #d9b75d;
	border-right: 1px solid #d9b75d;
	border-bottom: 1px solid #d9b75d;
	border-left: 1px solid #d9b75d;
}
#credit {
	margin: 0 auto;
	width: 600px;
	font-size: 85%;
	color: #d9b75dE;
	text-align: right;
	clear: both;
}
#credit a {
	text-decoration: none;
	color: #d9b75d;
	border-bottom: 1px dotted #d9b75d;
}
#credit a:hover {
	color: #86b6e8;
	border-bottom: 1px solid #86b6e8;
	text-decoration: none;
}
#gallerytitle {
	border-bottom: 1px solid #d9b75d;
	padding-bottom: 5px;
	margin-bottom: 5px;
	_margin-top: 5px; /* IE Only */
}


/* Text Styles
------------------------------ */
body {
	font: normal 82%/200% "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #d9b75d;
}
h2 {
	font: 120% "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #65a0ce;
	margin-top: 5px; /*   avant: 25px */
}
h2 a:link, h2 a:visited, h2 span {
	color: #8DB8CF;
}
h3 {
	font: 120% "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #65a0ce;
	margin-top: 5px; /*   avant: 30px */
}


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

/* linkcase
----------------------------- */
a:link, a:active linkcase { text-decoration:none; font-size:9px; color: #c7a63b;}
a:visited linkcase { text-decoration:none; font-size:9px; color: #c7a63b;}
a:hover, a:focus linkcase { text-decoration:none; font-size:9px; color: #c7a63b;}

span {
width:110px;;

}


/* Miscellaneous
------------------------------ */
hr {
	clear: both;
	height: 0;
	border: 0;
	border-top: 1px solid #d9b75d;
	margin: 0 0 5px 0; /*   avant: 12px */
	padding: 0;
}
img {
	border: 0;
}
blockquote {
	border-left: 1px dotted #96967E;
	margin-left: 5px; /*   avant: 20px */
	padding-left: 5px;  /*   avant: 20px */
	color: #363630;
}


/* Page Navigation
------------------------------ */
ul.pagelist {
	clear: both;
	padding: 0;
	margin: 1px 0 0 0;  /*   hauteur du cadre dans le bas contenant liens <<précédent 1 suivant>> */
	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: #c7a63b;  /* couleur du texte en bas de page de la page images sélectionnée: ex: 1 2 3 4*/
}
ul.pagelist li.prev {
	margin-right: 10px;
}
ul.pagelist li.next {
	margin-left: 10px;
}
.disabledlink {
	color: #c7a63b;
	cursor: default;
}
.pagenav {
	clear: both;
}


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

/* Image Thumbnails
------------------------------ */
.imagethumb a {
	display: block;
	padding: 10px;
	margin: 6px;

	border: 1px solid #343537;
	background: #343537; /* couleur fond cadre non visité des photos à selectionnées ds gallerie*/
	line-height: 0px;
}
.imagethumb a:visited {
	border: 1px solid #c7a63b;
	background: #343537; /* couleur fond cadre visité des photos selectionnées ds gallerie*/
}
.imagethumb a:hover {
	border: 1px solid #c7a63b;
	background: #343537; /* couleur fond cadre hover des photos selectionnées ds gallerie*/
}
.imagethumb {
	float: left;
}


/* Album Thumbnails
------------------------------ */
.album {
	padding: 0px; /*   hauteur des cadres sur page accueil avec photos et titres */
	margin-bottom: 3px;  /*   espace des cadres entre eux sur page accueil avec photos et titres */
	clear: both;
	border: 1px solid #c7a63b;  /* couleur bordure du cadre: presentation photo et titre*/
	background: #28292a;  /* couleur fond cadre: presentation photo et titre*/
}
.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;
}
.imgnav {
	float: right;
	width: 140px;
	text-align: center;
	border: 1px solid #e0bd4c;
	background: #343537;
	margin-top:0px;
	_margin-top: 8px; /* IE Only */
}
.imgnav .imgprevious a, .imgnav .imgnext a {
	display: block;
	width: 50%;
	height: 100%;
	float: left;
	padding: 4px 0;
	font-size: 110%;
	text-decoration: none;
	line-height: 200%;
	color: #c7a63b; /* couleur liens textes next et prev*/
}
.imgnav .imgprevious a:hover, .imgnav .imgnext a:hover {
	background-color: #343537;  /* couleur fond hover liens textes suivant et précédent*/
	text-decoration: none;
	color: #549fc5;  /* couleur liens hover textes suivant et précédent*/
}
.imgnav .imgprevious a {
	float: left;
}
.imgnav .imgnext a {
	float: right;
}
#narrow {
	margin: 0 auto;
	width: 440px;
}


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


/* 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;
}


td, p { 
	font-family: arial;
	font-size: 9pt ;
	color : #dba044;
 }

p {
	font-family: verdana;
	font-size: 9pt;
}
 

td {
	font-family: verdana;
	font-size: 9pt;
}
 
a:link { 
	color: #dba044;
	font-family: arial; 
	font-size: 12px;
}

a {
    font-family: arial; 
	font-size: 12px ;
    text-decoration: none;
}

a:active {
	color: #dba044;
    font-family: arial; 
	font-size: 12px;
}

a:visited {
	color: #dba044;
    font-family: arial; 
	font-size: 12px;
}

a:hover {
	color: #7593ba;
    font-family: arial; 
	font-size: 12px;
    text-decoration:none;
}

.email:link {
	color: #dba044;
	font-family: arial;
	font-size: 9pt;
}

.email {
	text-decoration: none ;
}

.email:visited  {
	color: #dba044;
	font-family: arial;
	font-size: 9pt;
}

.email:hover {
	color: #7593ba;
    font-family: arial; 
	font-size: 9pt; 
}

a:link { 
	color: #dba044;
	font-family: arial; 
	font-size: 12px;
}

web {
    font-family: arial; 
	font-size: 8px ;
   
}



web:hover {
	color: #7593ba;
    font-family: arial; 
	font-size: 8px;
    
}
body { 
	background-color: #121212;