#retour{
text-align: right;
width: 80%;
}

#retour a{
color: #9b3c1d;
}

#albums {

}

.image {
display: inline;
}

.droite{
width: 500px;
}

.top{
clear: both;
}

#gallerytitle {
	border-bottom: 1px solid #E6E6DF;
	padding-bottom: 14px;
	margin-bottom: 12px;
	_margin-top: 40px; /* IE Only */
}

#page p, #albumDescEditable {
padding: 0 75px;
}


/* Miscellaneous
------------------------------ */
hr {
	clear: both;
	height: 0;
	border: 0;
	border-top: 1px solid #999999;
	margin: 0 0 12px 0;
	padding: 0;
}
img {
	border: 0;
}
blockquote {
	border-left: 1px dotted #999999;
	margin-left: 20px;
	padding-left: 20px;
	color: #999999;
}


/* Page Navigation
------------------------------ */

.pagelist {
	padding-bottom: 30px;
}

ul.pagelist {
	padding: 0;
	margin: 20px 0 0 0;
	list-style-type: none;
}
ul.pagelist li {
	display: inline;
}
 ul.pagelist span.disabledlink {
	padding: 4px;
	color: #c9c9c9;
}
ul.pagelist li.current a {
	font-weight: bold;
	text-decoration: none;
	cursor: default;
	color: #002700;
}
ul.pagelist li.prev {
	margin-right: 10px;
}
ul.pagelist li.next {
	margin-left: 10px;
}

ul.pagelist li.next a, ul.pagelist li.prev a{
	color: #9b3c1d;
	cursor: default;
}

ul.pagelist li.disabledlink a  {

}
.pagenav {
	clear: both;
}


/* AJAX
------------------------------ */
#albumDescEditable {
	margin-bottom: 12px;
}
#imageDescEditable {
	margin-top: 24px;
}

/* Image Thumbnails
------------------------------ */
#images{
overflow: auto;
}

#images a {
display: block;
padding: 10px;
margin: 6px;	
border: 1px solid #9b3c1d;
background: #fff;
width: 200px;
float: left;

}
#images a:visited {
	background: #F2F7F9;
}
#images a:hover {
	border: 1px solid #002700;
	background: #ecd29a;
}

#images a em {
font-size: 0.9em;
display: block;
}



/* Album Thumbnails
------------------------------ */
.album {
text-align: center;
}
.album img {
	padding: 10px;
	border: 1px solid #002700;
	background: #fff;
}
.album h2 {
	padding: 0;
	margin: 0;
}
.album h2 a {
	display: block;
	width: 340px;
	padding: 3px 0 6px 0;
}

.album h3 a {

}

.album h3 {
	text-align: center;
}
.albumdesc {

}
.albumdesc small {
	margin-top: 8px;
	line-height: 130%;
	width: 120px;
	float: right;
	color: #8DB8CF;
}






