html, body {
	/*mise en page avec pied de page*/
	margin: 0;
	padding: 0;
	height: 100%;
	/*autres*/
	background: black;
}

div#page {
	/*mise en page avec pied de page*/
	position: relative;
	width: 100%;
	margin: 0 auto;
	min-height: 100%;
	/*autres*/
}

div#header {
	/*mise en page avec pied de page*/
	margin-top: 0;
	/*autres*/
	background: url("background_header.png");
	background-repeat: repeat-x;
	background-position: top;
	height: 60px;
	margin: 0;
	padding: 0;
	text-align: center;
}

div#photo_title {
	height: 50px;
}

div#section {
	/*mise en page avec pied de page*/
	margin-bottom: 0;
	padding-bottom: 20px; /*egal a footer height*/
	/*autres*/
	margin: 0;
	padding: 0;
	text-align: center;
	vertical-align: middle;
	color: white;
}

div#browse {
	margin: 40px;
	width: 830px;
}

div#footer {
	/*mise en page avec pied de page*/
	position: absolute;
	bottom: 0; left: 0;
	width: 100%;
	/*autres*/
	height: 20px;
	margin: 0;
	padding: 0;
	text-align: right;
	font-size: 12px;
	color: #AAAAAA;
}

img#logo {
	position: fixed;
	top: 0;
	left: 0;
	border:0px;
	padding:0px;
	margin:0px;
	vertical-align:middle;
}

img.icons {
	border:0px;
	padding:0px;
	margin:0px;
	vertical-align:middle;
}

.title {
	font-size: 30px;
	color: #AAAAAA;
}

span.photo_title {
	float: left;
	padding-top: 5px;
	margin-left: 160px;
	font-size: 18px;
	color: #AAAAAA;
}

span.browse {
	padding-top: 5px;
	float: right;
	font-size: 18px;
	color: #AAAAAA;
}

a { text-decoration: none; color: #AAAAAA; }
a:hover { text-decoration: underline; }

#photo {
    background: #eee;
    margin: 40px;
    padding: 5px;
	border: 1px solid #515151;
}

span.footer_left { float: left; }
span.footer_right { float: right; }

.thumbnails {
	background: white;
	border:1px solid #515151;
	padding:3px;
	margin:3px;
}
