/*
# Footer Brown (text): #6a564e
# Green (h3) #3e861d
# Brown (h3) #5b4639
# Grey  (p): #333333

# Content Border Color : #6e5d4f
#Vue 360 border color : #4e3c30
*/

#content_photos {
min-width: 960px;
background:url(../../common/img/bg_content.jpg) repeat-x;
border-top: 1px solid #342820;
overflow: hidden;
padding: 20px 0 20px 0;
}

#album_content {
color:#5b4639;
font-size: 12px;
text-align: center;
margin: 10px 10px;
}
	#singlealbum_content {
	float: left;
	display: inline;
	padding: 0 20px 10px 10px;
	text-align: center;
	width: 200px;
	height: 150px;
	}
		#singlealbum_content img {border: 2px solid #5b4639; padding: 1px;}
		#singlealbum_content img:hover {border: 2px solid #3e861d;}
		a.album_name {text-decoration: none; color: #3e861d; }

span.arbo {
color: #5b4639;
font-size: 12px;
}

a.retour {
color: #3e861d;
font-size: 12px;
line-height: 40px;
text-decoration: none;
}
	a.retour:hover { text-decoration: underline; }

#image {
width: 150px;
height: 100px;
color:#5b4639;
font-size: 11px;
text-align: center;
margin: 5px 5px;
float: left;
display: inline;
}
	#image img { border: 2px solid #5b4639; padding: 1px;}
	#image img:hover { border: 2px solid #3e861d;}
