body {
	background:#000;
	font-family: Arial, sans-serif;
	color: #808080;
	padding: 0px;
	margin: 0px;

	background-image: url("../images/bg_menu.png");	
	background-repeat: repeat-x;
}

a img {
	border: 0;
}

a.visited img {
	border: 0;
}

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

a#logo_link {
	float: left;
	margin-top: .6em;
}

a#more_link {
	color: #808080;
	text-decoration: underline;
	
	display: block;
	margin-top: 1.5em;
}

div#content, div#content_nologo {
	width: 960px;
	background-image: url("../images/bronze.png");
	background-repeat: no-repeat;
	background-position: 100% 50%;
	
	min-height: 900px;
	
	margin-left: auto;
	margin-right: auto;
	
}

div#content_nologo {
	background-image: none;
}

ul#navigation_menu {
	float: right;
	list-style-type: none;

	margin: 0;
}

ul#navigation_menu li {
	text-align: center;
	width: 120px;
	height: 40px;
	float: left;
	color: #FFF;
	font-size: .9em;
	
	margin: 0;
	padding: 0;
	padding-top: .8em;
}

ul#navigation_menu a {
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
}

ul#navigation_menu li.actif {
	background-image: url("../images/bg_menu_actif.png");
	background-position: 50% 0%;
	background-repeat: no-repeat;
}

hr.clear {
	clear: both;
	visibility: hidden;
}

/*** NAVIGATION HEADERS ***/

/* FIRST */

dl.navigation_header {
	margin-top: 50px;
	width: 500px;
	font-size: 0.9em;
}

dl.navigation_header dt, dl#first_navigation_header dt {
	font-weight: bold;
	color: #FFF;
	
	padding-bottom: .5em;
	padding-left: 1em;
	
	border-bottom: 2px solid #333;
}

dl.navigation_header dd, dl#first_navigation_header dd {
	margin: 0;
	margin-top: 1em;
	padding-left: 2em;
}

dl#first_navigation_header {
	margin-top: 100px;
	width: 500px;
	font-size: 0.9em;
}

/* OTHERS */

h2 span {
	font-size: .8em;
}

h2 span a {
	text-decoration: none !important;
}

/*** ADMIN ***/
#admin, #admin_data{
	position: fixed;
	right: 0px;
	top: 0px;
	width: 120px;
	border-bottom: 1px solid #444;
	border-left: 1px solid #444;
	background: #222;
    z-index: 2;
    text-align: center;
}

#admin_data{
	top: 0px;
	padding-top: 20px;
	z-index: 1;
	line-height: 1.6em;
}

#admin h3 {
	font-weight: normal;
	color: #aaa;
	margin:0;
	padding:0;
}

#admin h3:hover { color: #86a1b6; }

#admin a, #admin_data a {
	font-size: .8em;
}

/* Image Thumbnails
------------------------------ */
.imagethumb a, .imagethumb a:hover {
	display: block;
	padding: 9px;
	margin: 0px 9px 9px 0px;
	line-height: 0px;
    border: 1px solid #444;
	background-color: #333;
}
.imagethumb a:visited {
    background-color: #333;
    border: 1px solid #444;
}
.imagethumb a:hover {
	background-color:#333;
	border: 1px solid #ccc;
}
.imagethumb {
	float: left;
}
.albumdesc2 {
	line-height: 18px;
}


/* Album Thumbnails
------------------------------ */
#albums {
margin-top: 75px;
}

.album {
	margin: 0 12px 8px 0;
    padding: 10px 8px 8px 10px;
	width: 305px;
	border: 1px solid #444;
	background: #333;
	line-height: 100%;
}
.album a img {  }
.album .thumb {
    float: left; 
    margin-right: 6px;
}
.album h3 {
	padding: .5em 0 0 0;
	margin: 0;
}

.album h3 a {
	text-decoration: none;
	padding-left: .5em;
}

.album p {
	line-height: 12px;
	font-size: 11px;
  	padding: 4px 0px 0px;
  	margin: 0px;
}
.albumdesc small {
	color: #8DB8CF;
}


/* Individual Image
------------------------------ */
.image { 
	margin: 0;
	padding: 0;
	border: 0;
	width: 600px;
}
#image {
	text-align: center;
	line-height: 0;
}
.imgnav {
	float: right;
	width: 140px;
	text-align: center;
	border: 1px solid #444;
	background: #282828;
	margin-top: -10px;
}
.imgnav .imgprevious a, .imgnav .imgnext a {
	display: block;
	width: 50%;
	height: 100%;
	float: left;
	padding: 4px 0;
	font-size: 120%;
	text-decoration: none;
	line-height: 180%;
	color: #666;
}
.imgnav .imgprevious a:hover, .imgnav .imgnext a:hover {
	background-color: #333;
	text-decoration: none;
	color: #888;
}
.imgnav .imgprevious a {
	float: left;
}
.imgnav .imgnext a {
	float: right;
}
#narrow {
	margin: 0 auto;
	width: 440px;
}

/* Page Navigation
------------------------------ */
ul.pagelist {
	clear: both;
	padding: 0;
	margin: 20px 0 0 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;
	cursor: default;
	color: #FFF;
}
ul.pagelist li.prev {
	margin-right: 10px;
}
ul.pagelist li.next {
	margin-left: 10px;
}
.disabledlink {
	color: #333;
	cursor: default;
}
.pagenav {
	clear: both;
}
.disabled_nav {
	visibility: hidden;
}

div.index_album_thumb {
	float: left;
	margin-right: .6em;
	text-align: center;
}

div.index_album_thumb a {
	text-decoration: none;
}