/*
	
	Fiorentino 1.0  by: www.inkboy.fr, for www.crealeo.com
	pecial thanks to Levi Buzolic and his clear css theme "sterile", that help me a lot
	If you use and enjoy this theme, please don't remove credits - Si vous utilisez et avez aimé ce thème, ne retirez pas les crédits s'il vous plait
	
*/

/* Main Layout - thème principal
------------------------------ */
body {
	background: url(images/backgroundglobal.jpg) no-repeat top center fixed #640019;
	margin: 0;
	padding: 0;
	text-align: center;

}
#main {
	text-align: center;
	margin: 80px auto 5px auto;
	padding: 0;
	width: 325px;
}
#credit {
	margin: 0 auto 40px auto;
	width: 325px;
	font-size: 9px;
	color: #AAA;
	text-align: center;
	clear: both;
}
#credit a {
	text-decoration: none;
	color: #FF8224;
}
#credit a:hover {
	color: #FFEAC5;
	text-decoration: none;
}
#gallerytitle {
	height:165px;
	background: url(images/headerlogo.gif) no-repeat center;
}

#gallerytitle img {
padding: 35px 0px 0px 0px;
}

#padbox {
	background: url(images/backmain.gif) repeat-y center;
	padding:0 30px 10px 30px;
	text-align:center;
}
#galleryfooter {
	height:68px;
	background: url(images/footer.gif) no-repeat center;
}
	
/* Text Styles - Styles de textes
------------------------------ */
body {
	font: normal 11px Verdana, Arial, Helvetica, sans-serif;
	color:#FFEAC5;
}
h2 {
	height:100%;
	font: normal 20px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #FFEAC5;
	margin: 0;
	padding: 10px 0 0 0;
}
h2 a:link, h2 a:visited {
	color: #FFEAC5;
	text-decoration: none;
}
h2 span {
	color: #AAA;
}
h2 a:hover {
	color: #FFEAC5;
	text-decoration: none;
}
h3 {
	font: normal 18px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #FF8224;
	margin: 0;
	padding: 0;
}
h4 {
	font: normal 13px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #666;
	margin: 0;
	padding: 0;
}


/* Link Styles - Style des liens
------------------------------ */
a:link, a:active, a:visited { text-decoration: none; color: #FFEAC5; }
a:hover, a:focus { text-decoration: none; color: #FF8224; }


/* Miscellaneous - Divers
------------------------------ */
hr {
	clear: both;
	height: 0;
	width:260px;
	border: 0;
	border-top: 2px dotted #900517;
	margin: 0 auto 12px auto;
	padding: 0;
	color: #444;
}
img {
	border: 0;
}
blockquote {
	border-left: 1px dotted #900517;
	margin-left: 20px;
	padding-left: 20px;
	color: #363630;
}


/* Page Navigation
------------------------------ */
.pagelist {
	padding: 10px 0 0 0;
	color:#FFEAC5;
}
ul.pagelist {
	height:30px;
	clear: both;
	padding: 0;
	margin: 0 0 5px 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;
	color: #666;
}
ul.pagelist li.prev {
	margin-right: 10px;
}
ul.pagelist li.next {
	margin-left: 10px;
}
.disabledlink {
	color: #FFEAC5;
	cursor: default;
}
.pagenav {
	clear: both;
}


/* AJAX
------------------------------ */
#albumDescEditable {
	text-align:justify;
}
#imageDescEditable {
	text-align:justify;
}

/* Image Thumbnails - Vignettes des images
------------------------------ */
.imagethumb a {
	display: block;
	border: 1px #fff;
}
.imagethumb {
	/*float: left;*/
}
.albumdesc2 {
	height:100%;
	line-height: 18px;
	text-align:justify;
}
.imgdesc {
	height:100%;
	text-align:justify;
}


/* Album Thumbnails - Vignettes des albums
------------------------------ */
.album {
	height:100%;
}
.album .imagethumb a {
	margin: 0;
}
.album h3 {
	padding: 0 0 5px 0;
	margin: 0;
	color: #FFEAC5;
}
.album h3 a {
	display: block;
	width: 100%;
	color: #FF8224;
}

.album h3 a:hover {
	color: #FFEAC5;
}

.album p {
	margin: 0 0 0 0;
	line-height: 12px;
	padding: 5px 0 0 0;
	text-align:justify;
}
.albumdesc {
	height:100%;
	text-align:justify;
}
.albumdesc h3{
	height:100%;
	border:none;
	text-align:center;
}
.albumdesc h3 a{
	border:none;
}
.albumdesc a {
	border-color:#FF8224;
	border-width: 0 0 1px 0;
	border-style: dotted;
}


/* Forms
------------------------------ */
.inputbox {
	width: 250px;
	padding: 2px;
	color: #888;
	background: #FFF;
	border: 1px solid #DDD;
	font: normal 10px Verdana, Arial, Helvetica, sans-serif;
}
textarea {
	padding: 4px;
	width: 100%;
	color: #888;
	background: #FFF;
	border: 1px solid #DDD;
	font: normal 10px Verdana, Arial, Helvetica, sans-serif;
}
.checkbox {
	cursor: pointer;
}
.pushbutton {
	cursor: pointer;
	padding: 5px 10px;
	color: #888;
	background: #FFF;
	border: 1px solid #DDD;
	font: normal 10px Verdana, Arial, Helvetica, sans-serif;
}
label {
	cursor: pointer;
}