/* .............................. */
/* Basic */
/* .............................. */


body{
	background: #FFF;
	color: #000;
	font-size: 80%;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;

}

html, body{
	margin: 0;
	padding: 0;
	text-align: center;
}

h1, h2, h3, h4, h5, h6{
	font-family: "Trebuchet MS", sans-serif;
}

h2{
	font-size: 1.4em;
	margin: 0;
}

/* .............................. */
/* Links */
/* .............................. */

a {
	color:#333;
	text-decoration:none;
	}

a:hover {
	text-decoration:underline;
	}

/* .............................. */
/* Headings */
/* .............................. */


h1 a {
    text-decoration:none;
	color:#666;
	}

h1 a:hover {
    text-decoration:none;
	}

.title {
	color:#666;
	}

h3 {
	font-weight:bold;
	font-size:11px;
	letter-spacing:1px;
	color:#666;
	text-align:center;
	}

/* .............................. */
/* Navigation and menu */
/* .............................. */

#navigation {
	background: url(../img/bas_cliche.png) no-repeat left top;
	width: 698px;
	min-height: 20px;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	background-color: #808080;
	padding-bottom: 10px;
	padding-top: 10px;
}

#navigation  h2{
	color: #FFF;
	margin: 0;
	font-size: 1.4em;
}

#navigation  a {
	text-decoration: none;
}

#navigation  a, #sidebar a:hover, #sidebar a:visited {
	color: #FFF;
}

#navigation  a:hover {
	text-decoration: underline;
}

/* .............................. */
/* Corps */
/* .............................. */


#corps{
	width: 700px;
	margin: 30px auto;
	text-align: center;
}

#top{
	margin: 0;
	height: 160px;
	background: #FFF url(../img/baniere_cliche.png) no-repeat center bottom;
}

#main{
	min-height: 400px;
	text-align: center;
	position: relative;
	width: 660px;
	padding-left: 10px;
	padding-right: 10px;
        padding-top: 20px;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	left: 10px;
	/* fix pour IE */
	* left: 0px;
}

/* .............................. */
/* Content */
/* .............................. */

#photo {
	background:#f5f5f5;
	padding:5px;
	border:1px solid #ccc;
}

/* .............................. */
/* Image Navigation */
/* .............................. */

#image-navigate {
	padding:5px;
	height:15px;
	width:70%;
	margin:0px auto;
	}

.image-previous {
    float:left;
	}

.image-next {
	float:right;
}

/* .............................. */
/* Image Info */
/* .............................. */

#image-info {
	border-bottom: 3px solid #808080;
	border-left: 2px solid #808080;
	border-right: 1px solid #808080;
	border-top: 1px solid #808080;
	padding:10px;
	text-align:justify;
	margin:0px auto;
	margin-top:10px;
	margin-bottom:25px;
}

#image-info hr {
	height: 0px;
	border: 0;
	border-top: 1px solid #DDD;
	clear: both;
}

#image-head {
	padding-bottom: 5px;
}

#image-info .title {
	margin-right: 11em;
}

#image-exif {
	border:1px solid #000;
	background:#EEE;
	float: right; 
	padding: 3px;
}


/* .............................. */
/* Pages */
/* .............................. */

#div_thumbnails {
	margin: 40px 10px 10px 10px;
}

#page {
	margin: 40px 0px 0px 0px;
}

#page a {
	font-weight:bold;
}

#page img {
	background:#ffffff;
	padding:5px;
	border:1px solid #ccc;
}

#page h2 {
	clear: none;
}

.thumbnails {
	border:1px solid #f5f5f5;
	padding:3px;
	margin:3px;
	vertical-align: middle;
}

#div_thumbnails img:hover {
	background-color:#ccc;
}

/* .............................. */
/* Footer */
/* .............................. */

#footer {
   text-align:center;
   margin-top:10px;
   margin-bottom:10px;
}

#footer a img {
	border: 0;
	opacity: 0.5;
}

#footer a:hover img {
	opacity: 1;
}
