/* common */

* {
	margin:0;
	padding:0;
		}

html, body {
	height:100%;
}


body {
	background: black url(images/FondEcran.jpg) no-repeat top; 
	font: 10px/20px verdana, Helvetica, Arial, sans-serif;
	color:#000;
    margin-top: 30px;
	padding:0px;
	padding-bottom:0px;
	text-align:center; 
}

#col_left {
	  text-align: left;
	  margin-right: -550px;
	  width: 215px;
	  position: absolute;
	  right: 50%;
	  top: 450px;
}


#photobox {
	margin-left: auto;
	margin-right: auto;
	text-align:center;
	background:#fff url(images/loading_d.gif) no-repeat center;
	width: 560px;
	height: 600px;
	}
	
#thumbnails{
	text-align: center;
	margin: 6px 0px 0px 3px;
}

#navigation {
text-align: center;
text-transform: uppercase;
}

#copyright {
color: #fff;
width: 560px;
text-align: right;
margin: 0 auto;
padding-right: 3px;
}

#copyright a {
color: #fff;
}

#copyright a:hover {
color: #666;
}

#photo {
margin: 20px auto auto auto;
}

a:link {
	color: #fff;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #fff;
}
a:hover {
	color: grey;
	text-decoration: none;
}
a:active {
	text-decoration: none;
	color: #fff;
}
h1 {
font-size:12px;
}

h2 {
font-size:10px;
text-transform: uppercase;
}

h3 {
font-size:11px;
}

h4 {
font-size:14px;
}

h1 h2 h3 h4 {
color: #000;
}

.thumbnails {
	border:1px solid black;
	margin:0 1px 2px 1px;
	filter:alpha(opacity=33);
	-moz-opacity:.33;
	opacity:.33;
}

.current-thumbnail{
	border:solid 1px black;
	margin:0 1px 2px 1px;
	filter:alpha(opacity=75);
	-moz-opacity:.75;
	opacity:.75;
}

.thumbnails:hover {
	border:1px solid black;
	margin:0 1px 2px 1px;
	filter:alpha(opacity=100);
	-moz-opacity:1;
	opacity:1;
}

#browse_thumbs {
	margin-left: auto;
	margin-right: auto;
	padding-top: 20px;
	text-align:center;
	background-color: #fff;
	width: 560px;
	height: 600px;
}


#browse_thumbs .thumbnails {
	border:none;
	margin:0 2px 4px 2px;
	filter:alpha(opacity=100);
	-moz-opacity:1;
	opacity:1;
}

#browse_thumbs .thumbnails:hover {
	border:none;
	margin:0 2px 4px 2px;
	filter:alpha(opacity=50);
	-moz-opacity:.5;
	opacity:.5;
}


#slide-out { background-color: black; position: absolute; top: 83px; z-index: 1000; 
filter:alpha(opacity=85);
	-moz-opacity:.85;
	opacity:.85;
	border-bottom:1px solid black;
	overflow:auto;
}

#slide-out2 { background-color: black; position: absolute; top: 83px; z-index: 900; 
filter:alpha(opacity=90);
	-moz-opacity:.90;
	opacity:.90;
	border-bottom:1px solid black;
}

#slide-out-in {
padding:5px;
}

#comments-wrapper {
	text-align:left;
	padding-left:10px;
	padding-right:10px;
	color:#999;
}

#menu a {
	 font-size: 10px;
	 text-transform: uppercase;
	 color: #fff;
	 }
	 
#menu a:hover {
	  color: #000;
}

#info {
	position: relative;
	top: -620px;
	background-color: white;
	text-align: left;
    margin-right: auto;
	margin-left: auto;
	height: 500px;
	z-index: 10;
	filter:alpha(opacity=80);
	-moz-opacity:.80;
	opacity:.80;
}

#reviews, #buy {
	position: relative;
	top: -620px;
	background-color: white;
	text-align: left;
    margin-right: auto;
	margin-left: auto;
	height: 250px;
	z-index: 10;
	filter:alpha(opacity=80);
	-moz-opacity:.80;
	opacity:.80;
}
#info .close, #reviews .close, #buy .close {
    position: absolute;
	right: 5px;
	top: 5px;
	z-index: 20;
	}

#info-in, #reviews-in, #buy-in {
	position:relative;
	padding:15px;
	overflow:visible;
}

#info-in p, #reviews-in p {
    text-align: justify;
	margin-bottom: 5px;
}

#info-in a:hover, #reviews-in a:hover {
	 color: #fb7904;
	 text-decoration: underline;
}

#info-in a, #reviews-in a {
      text-decoration: underline;
	  color: #000000;
}

#buy-in form {
      float: right;
	  margin-top: 10px;
}

#img-form {
}

#contact-form {
position:relative;
right: -60px;
}

#contact-form  em{
color: red;
}

#close-contact-form {
position: relative;
top: -5px;
right: -250px;
}

#browse-links {
	margin-left: auto;
	margin-right: auto;
	padding-top: 20px;
	background-color: #fff;
	width: 560px;
	height: 600px;
	text-align: center;
}

#browse-links ul {
	text-align: left;
	margin-left: 50px;
	margin-bottom: 20px;
}

#browse-links a:link {
	color: #000;
	text-decoration: none;
}
#browse-links a:visited {
	text-decoration: none;
	color: #000;
}
#browse-links a:hover {
	color: grey;
	text-decoration: none;
}
#browse-links a:active {
	text-decoration: none;
	color: red;
}

.small-links {
font-size:8px;
}

.error {
	color: #ff0000;
}

.success {
	color: #00ff00;
}

#share {
	margin-top: 10px;
	
	}

#share a {
	filter:alpha(opacity=33);
	-moz-opacity:.33;
	opacity:.33;
	}
	
#share a:hover {
	filter:alpha(opacity=100);
	-moz-opacity:1;
	opacity:1;	
	} 

