/* Basic */

body {
	background: url(/images/bg.jpg);
	background-repeat: repeat-x;
	font-size:10px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	color:#000;
	padding:0px;
	margin:0px;
	text-align:center;
	}

html, body {
     min-height:100.1%;
	}

/* Pop-up */

#popup {
	position: absolute; left: 400px; top: -100px; 
	border-radius: 15px; 
	-moz-border-radius: 15px; 
	padding: 10px; 
	background-color: #6f6f6f; 
	text-align: justify; 
	font-size: 14px; 
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif; 
	text-transform: uppercase; 
	width: 235px;
	}

/* Links */

a {
	color:#000;
	text-decoration:none;
	}

a:hover {
	color:#c1c1c1;
	text-decoration:none;
	}

/* Headings */

a.header {
    float:left;
	clear:left;
	margin:0px;
	margin-left:5px;
	padding:0px;
	display:block;
	width:488px;
	height:28px;
	background: url(/images/title.png) no-repeat 0 0;

	}
a.header:hover {
	}
	
.title {
	color:#EEE;
	font-weight:bold;
	text-transform:uppercase;
	font-size:16px;
	letter-spacing:0px;
	margin:0px;
	margin-bottom:5px;
	margin-left:15px;
	padding:0px;
	}

h4 {
	font-size:12px;
	color:#e9e9e9;
	margin-bottom:6px;
	text-decoration: underline;
	}

/* Navigation and menu */

#navigation {
    position: relative;
    background:#777;
	width:980px;
	margin-left: auto;
    margin-right: auto;
	padding-left:10px;
	padding-right:10px;
	padding-top:15px;
	padding-bottom:15px;
	height:15px;
	}

.menu {
    float:right;
	clear:right;
	text-align:right;
	font-size:11px;
	}
	
.menu a {
	padding:7px;
	padding-left:10px;
	padding-right:10px;
	}
		
.menu a:hover {
	text-decoration:none;
	color:#c1c1c1;
	}
.menunav a {
	padding-left:0px;
	}

/* Contents */

#contenant {
        background:#777;
	position: relative;
	width:980px;
	margin-left: auto;
        margin-right: auto;
	padding-left:10px;
	padding-right:10px;
	padding-top:30px;
	padding-bottom:30px;
        overflow:hidden;

	}
#contenanthaut, #iminfohaut{
        background:#777;
	position: relative;
	width:1000px;
	margin-left: auto;
        margin-right: auto;
	}
#contenantbas, #iminfobas,#navbas{
        background:#777;
	position: relative;
	width:1000px;
	margin-left: auto;
        margin-right: auto;
	margin-bottom:15px;
	}
	
#contenu {
	background:url(../images/light/loading.gif) no-repeat center;
	position: relative;
	width:980px;
	margin-left: auto;
        margin-right: auto;

	}	
	
b.rtop, b.rbottom {
background:#222 none repeat scroll 0 0;
display:block;
}
b.rtop b, b.rbottom b {
background:#777 none repeat scroll 0 0;
display:block;
height:1px;
overflow:hidden;
}

b.r1 {
margin:0 5px;
}
b.r2 {
margin:0 3px;
}
b.r3 {
margin:0 2px;
}
b.rtop b.r4, b.rbottom b.r4 {
height:2px;
margin:0 1px;
}

/* Image */

.photo {

    padding:0px;
	border:7px solid #000;
	}

/* Image Navigation */

.image-previous {
    float:left;
	}

.image-next {
	float:right;
	}
	
#menu-browse{
	position: absolute;
	margin: 0px;
	padding: 0px;
	top: 1px;
	left: 1px;
	z-index:10;
}

#menu-browse a{
	outline: none;
}

#menu-browse-prev, #menu-browse-next{
	width: 49.9%;
	height: 101%;
	background: transparent url(../images/blank.gif) no-repeat;
	display: block;
}

#menu-browse-prev {
	top: 0px;
	left:0px;
	float: left;	
}

#menu-browse-next {
	top: 0px;
	right:0px;
	float: right;	
}

#menu-browse-prev:hover, #menu-browse-prev:visited:hover {
	background: url(../images/p_prev.png)  no-repeat scroll left center;
	cursor: pointer;
}

#menu-browse-next:hover, #menu-browse-next:visited:hover {
	background: url(../images/p_next.png) no-repeat scroll right center;
	cursor: pointer;
	}
	
/* Info  &  Comments */

#image-info {
    background:#777;
	width:980px;
	margin-left: auto;
    margin-right: auto;
	padding:10px;
	text-align:justify;
	line-height:16px;
	}

#liste-comments  a {
	color:#393836;
	}
#liste-comments  a:hover {
	color:#c1c1c1;
	}
	
#infocomm{
 	margin-left: auto;
    margin-right: auto;
	width:900px;
	}
	
#liste-comments {
	text-align:left;
	padding:10px;
	background:#555;
	margin-bottom:10px;
}
	
.info-thumb{
    float:right;
	clear:right;
	border:4px solid #000 ;
	margin-top:35px;
	margin-bottom:25px;


	}
.info-notes{
    float:left;
	clear:left;
	margin-top:25px;
	margin-bottom:25px;
	margin-left:10px;
	margin-right:25px;
	width:700px;
	}
.info-exif{
    float:left;
	clear:left;
	margin-bottom:25px;
	margin-left:10px;
	margin-right:25px;
	width:700px;
	}
	
#image-notes {
	width:70%;
	vertical-align:top;
	}
	
.addcomment {
    float:right;
	clear:right;
	margin-right:10px;
	padding:0px;
	letter-spacing:0.9px;
	font-size:11px;
	font-weight:bold;
	}	
#info-addcomment {
	text-align:left;
	padding:10px;
	background:#777;
	}
	
.fullfield{
	width:99%;
	padding:2px;
	margin:0px auto;
	font-size:11px ;
	color:#000;
	border:1px solid #777;
	background:#555;
}

.fullfield:hover, .fullfield:focus{
	border: 		1px solid #999;
	background: 		#888;
	color:				#464646;
}

/* About */

#col1 {
	width:24%;
        text-align:left;
	float:left;
	margin: 0px 20px;
	}

#col2 {
	width:39%;
        text-align:left;
	float:left;
	margin: 0px 20px;
	border: 1px;
	border-color: #000;
	border-right-width: 1px;
	}

#col3 {
	width:22%;
	background: #666;
	padding:0px 10px 10px 10px;
        text-align:left;
	float:right;
	margin: 0px 20px;
	}

#me-about{
	text-align:left;
	margin: 10px 40px;
	}
	
#img-about{
	border:4px solid #000 ;
	}
#about-price {
	color: #eee;
	font-weight:bold
	}
#aboutsig {
	font-size: 13px;
	float: right;
	}
#about-bio {
	font-size: 13px;
	text-align: justify;
	}
#about-purchase {
	text-align: justify;
	}
#about-links {
	background: #666;
	float:right;
	}
	
/* Browse */
	
.thumbnails {
	border:4px solid #000;
	margin:3px;
	}
	
.thumbnails:hover{
	border:4px solid #c1c1c1;
	}

.archive_active_page_number {
	font-weight:bold;
        color :#c1c1c1;
	}
	
/* Footer */

#footer {
   clear:both;
   text-align:center;
   margin-bottom:20px;
   color:#999;
   }
#footer a{
	color :#bbb;
	}
#footer a:hover{
	color :#c1c1c1;
	}


