/*
CSS Document - PB-Web Concept
media = screen 
*/
html{
	margin: 0;
	padding: 0;
}

body {
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: left;
	color: #767676;
	background-color: #fff;
}

#page {
	padding: 0;
	margin: auto;
	line-height: 150%;
	background: url(../media/moutons/fond-etoiles.gif) no-repeat;
}

#logo {
	margin: 0;
	padding: 0;
}

#logo h1 {
	padding: 0;
	margin: 0 auto;
	background: transparent url(../media/moutons/heps.gif) no-repeat center bottom;	
	height: 100px;
	width: 221px;
	text-align: center;
}

#logo h1 span {
	display: none;
	}

#deco-1 {
}

#deco-2 {
}

#picture-top {
	margin-top: 40px;
}

#picture-left {
}

#picture {
	margin: auto;
	padding: 28px 0 0 0;
	text-align: center;
	z-index: 100;
}

#picture img {
    border: 1px solid #ccc;
    -webkit-box-shadow: 1px 1px 12px #ccc;
    -moz-box-shadow: 1px 1px 12px #ccc;
    box-shadow: 1px 1px 12px #ccc;
}

#picture-right {
}

#picture-bottom {
}

#navigation {
	text-align: center;
	margin: 30px auto;
	width: 154px;
	height: 27px;
}

#navigation a {
	display: block;
	height: 100%;
}

#navigation a span {
	display: none;
	}
	
#navigation ul {
	margin: 0px;
	padding: 0px;
}

#navigation li {
	float: left;
	padding: 0;
	margin: 0;
	list-style-type: none;
}

#previous {
	background: url(../media/moutons/previous.gif) no-repeat bottom;
	width: 27px;
	height: 27px;
}

#next {
	background: url(../media/moutons/next.gif) no-repeat bottom;
	width: 27px;
	height: 27px;
}

#thumbnails {
	background: url(../media/moutons/thumbnails.gif) no-repeat center;
	width: 100px;
	height: 27px;
}

#picture-comment {
	margin: 15px auto;
	text-align: center;
}

#picture-comment a {
	background: url(../media/moutons/ico-comment.png) no-repeat left;
	padding: 0 0 0 17px;
	color: #666;
	text-decoration: none;
}

#picture-comment a:hover {
	background: url(../media/moutons/ico-comment.png) no-repeat left;
	padding: 0 0 0 17px;
	color: #000;
	text-decoration: none;
}

#options {
	border: 0;
	margin: 100px 40px 30px 20px;
	padding: 0;
	float: right;
	z-index: -10;
}

#options ul {
	border: 0;
	margin: 0;
	padding: 0;
	text-align: left;
	list-style-type: none;
}

#options a {
	color: #666;
	text-decoration: none;
	text-align: left;
}

#options a:hover {
	color: #000;
	text-decoration: none;
}

.option-addthis {
	padding-right: 30px;
}

nav {
	clear: both;
	border: 0;
	margin: 30px 20px 30px 0;
	padding: 0;
	float: right;
	text-align: right;
	font-size: 13px;
}

nav ul {
	border: 0;
	margin: 0;
	padding: 0;
	text-align: left;
	list-style-type: none;

}

nav li {
	float: left;
	padding: 0;
	margin: 0 20px 0 0;
	text-align: left;
	list-style-type: none;
}

nav a {
	color: #767676;
	text-decoration: none;
}

nav a:hover {
	color: #666;
	text-decoration: none;
}

.hits {
	color: #c1c1c1;
}


/*  General definitions
    ----------------------------------------------------------------------------------------
*/

img {
	border: 0;
}

.img-responsive, #logo>img {
    max-width: 98%;
    height: auto;
}

hr {
	clear: both;
	visibility: hidden;
}

/*  Classes Definitions
    ----------------------------------------------------------------------------------------
*/

.clear-both {
	clear: both;
}


@media (max-width: 768px) {
nav {
	margin: 30px 100px 30px 20px;
	text-align: left;
	float: none;
	width: 94%;
}
nav ul {
	width: 100%;
}
#options {
	margin: 30px 20px 30px 20px;
	text-align: left;
	float: none;
}
}

