/*
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: 0.60em;
	text-align: left;
	color: #666;
	background-color: #fff;
}

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

#page-intro {
	padding: 0;
	margin: auto;
	height: 80px;
	margin-bottom: 30px;
}

#page-body {
	padding: 0;
	margin: auto;
}

#page-end {
	padding: 0;
	margin: 0;
}

#logo {
	margin: 4px 0 0 0;
}

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

#logo h1 span {
	display: none;
	}

#deco-1 {
	background-image: url(../media/moutons/left-border.gif);
	background-repeat: repeat-y;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	width: 52px;
}

#deco-2 {
	background-image: url(../media/moutons/right-border.gif);
	background-repeat: repeat-y;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	width: 52px
}

#deco-3 {
	background-image: url(../media/moutons/lune.jpg);
	background-repeat: none;
	position: absolute;
	top: 20px;
	right: 65px;
	height: 64px;
	width: 65px;
}

#deco-4 {
	display: none;
}

#deco-5 {
	display: none;
}

#deco-6 {
	display: none;
}

#choose-language {
	display: none;
}

#choose-language ul {
	margin: 0px;
	padding: 0px;
}

#choose-language li {
	display: inline;
	padding: 0;
	margin: 0 20px 0 0;
}

#choose-language a {
	color: #666;
	text-decoration: none;
}

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

#picture-top {
}

#picture-left {
}

#picture-border {
	margin: auto;
	text-align: center;
	background-image: url(../media/moutons/picture-border.gif);
	background-repeat: no-repeat;
	width: 811px;
	height: 436px;
}

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

#picture-right {
}

#picture-bottom {
}

#navigation {
	text-align: center;
	margin: auto;
	width: 114px;
	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: 60px;
	height: 27px;
}

#picture-comment {
	margin: 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;
	left: 90px;
	bottom: 20px;
	padding: 0;
	position: absolute;
	z-index: -10;
}

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

#options li {
	float: left;
	padding: 0;
	margin: 0 20px 0 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;
}

#links {
	border: 0;
	right: 60px;
	bottom: 20px;
	padding: 0;
	position: absolute;
	text-align: center;
	z-index: -10;

}

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

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

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

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

.hits {
	color: #c1c1c1;
}


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

img {
	border: 0;
}

hr {
	clear: both;
	visibility: hidden;
}

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

.clear-both {
	clear: both;
}

