@charset "UTF-8";
body  {
	font: 100% Arial, Helvetica, Verdana, sans-serif;
	margin: 0;
	padding: 0;
	text-align: center;
	background-color: #d9d6cf;
}
.template #container {
	width: 980px;
	margin: 0 auto;
	background-image: url(img/bkg2.gif);
	background-position: top center;
	background-repeat: repeat-y;
	-webkit-box-shadow: 0px 0px 30px rgba(177, 172, 162, 1);
	-moz-box-shadow: 0px 0px 30px rgba(177, 172, 162, 1);
	box-shadow: 0px 0px 30px rgba(177, 172, 162, 1);
}
.template #header {
	width: 972px;
	height: 111px;
	padding: 17px 8px 0px 0px;
	text-align: right;
	background-color: #a6a096;
	background-image: url(img/top01.jpg);
	background-repeat: no-repeat;
}
.template #header-sculptures {
	width: 972px;
	height: 111px;
	padding: 17px 8px 0px 0px;
	text-align: right;
	background-color: #a6a096;
	background-image: url(img/top_sculptures.jpg);
	background-repeat: no-repeat;
}
.template #header-reliefs {
	width: 972px;
	height: 111px;
	padding: 17px 8px 0px 0px;
	text-align: right;
	background-color: #a6a096;
	background-image: url(img/top_reliefs.jpg);
	background-repeat: no-repeat;
}
.template #header-bijoux {
	width: 972px;
	height: 111px;
	padding: 17px 8px 0px 0px;
	text-align: right;
	background-color: #a6a096;
	background-image: url(img/top_bijoux.jpg);
	background-repeat: no-repeat;
}
.template #header-gravures {
	width: 972px;
	height: 111px;
	padding: 17px 8px 0px 0px;
	text-align: right;
	background-color: #a6a096;
	background-image: url(img/top_gravures.jpg);
	background-repeat: no-repeat;
}
.template #sidebar {
	float: left;
	width: 202px;
	padding: 38px 0px 0px 0px;
	background-color: #605648;
	background-image: url(img/bkg_menu.gif);
	background-repeat: no-repeat;
}
.template #mainContent {
	float: right;
	width: 720px;
	min-height:500px;
	background-color: #ffffff;
	text-align: justify;
	padding: 18px 28px 27px 29px;
}
.template #mainContent2 {
	float: right;
	width: 720px;
	background-color: #ffffff;
	text-align: justify;
	padding: 18px 28px 0px 29px;
}
.template #mainContent-image {
	float: right;
	width: 778px;
	text-align: left;
	padding: 0px;
	background-color: #ffffff;
	background-image: url(img/bkg_description.gif);
	background-repeat: no-repeat;
	background-position: bottom;
}
.template #footer {
	clear: both;
	padding: 2px 20px 6px 222px;
	margin:0px;
	background-color: #e4e2dd;
	background-image: url(img/bkg_credits.gif);
	background-repeat: repeat-y;
	text-align: left;
}
#container-image {
	width: 778px;
	height: 516px;
	vertical-align:middle;
	display:table-cell;
	cursor: pointer;
	padding: 20px 0px 2px 0px;
}
.container-table-next {
	float: right;
	padding: 20px 22px 0px 0px;
}
#nav {
	width: 202px;
	margin: 0px;
}
#nav ul {
	list-style: none;
	text-align: left;
	font-size: 13px;
	line-height: 18px;
	text-transform:uppercase;
	margin: 0px;
	padding: 0px;
}
#nav li a {
	height: 18px;
	text-decoration: none;
	color: #c3bfb9;
	display: block;
	padding: 2px 4px 1px 38px;
	margin: 2px 0px 0px 0px;
}
#nav li a:hover {
	color: #c3bfb9;
	background-color: #544b3e;
}
#nav li a:active {
	color: #dfdcd7;
}
.nav-on {
	text-align: left;
	font-size: 13px;
	line-height: 18px;
	text-transform: uppercase;
	color: #c3bfb9;
	background-color: #4b4236;
	padding: 2px 4px 1px 38px;
	margin: 2px 0px 0px 0px;
}
.nav-off {
	text-align: left;
	font-size: 13px;
	line-height: 18px;
	text-transform: uppercase;
	color: #c3bfb9;
	padding: 2px 4px 1px 38px;
	margin: 2px 0px 0px 0px;
}
#nav2 {
	width: 202px;
	margin: 0px;
}
#nav2 ul {
	list-style: none;
	text-align: left;
	font-size: 12px;
	line-height: 18px;
	text-transform:uppercase;
	margin: 0px;
	padding: 0px;
}
#nav2 li a {
	height: 18px;
	text-decoration: none;
	color: #c3bfb9;
	display: block;
	padding: 1px 4px 1px 63px;
	margin: 0px;
}
#nav2 li a:hover {
	color: #c3bfb9;
	background-color: #544b3e;
}
#nav2 li a:active {
	color: #dfdcd7;
}
.nav2-on {
	text-align: left;
	font-size: 12px;
	line-height: 18px;
	text-transform:uppercase;
	color: #c3bfb9;
	background-color: #4b4236;
	padding: 1px 4px 1px 63px;
	margin: 0px;
}
.titre {
	font-size: 14px;
	line-height: 24px;
	text-align: left;
	text-transform:uppercase;
	color: #68635b;
}
.titre-section {
	font-size: 22px;
	text-align: left;
	padding: 4px 0px 9px 0px;
	color: #68635b;
	text-transform:uppercase;
}
.text {
	font-size: 13px;
	line-height: 17px;
	text-align: justify;
	color: #68635b;
}
.text a {
	color: #c07823;
	text-decoration:none;
}
.text a:hover {
	color: #a05f13;
	text-decoration:none;
}
.text2 {
	font-size: 12px;
	line-height: 16px;
	text-align: justify;
	color: #68635b;
}
.text2 a {
	color: #c07823;
	text-decoration:none;
}
.text2 a:hover {
	color: #a05f13;
	text-decoration:none;
}
.credits {
	font-size: 10px;
	text-align: left;
	color: #97928a;
	padding: 30px 0px 4px 0px;
}
.credits a {
	color: #97928a;
	text-decoration:none;
}
.credits a:hover {
	color: #68635b;
	text-decoration:none;
}
.bt-langue {
	font-size: 11px;
	text-align: right;
	color: #362f25;
	padding: 0px 8px 0px 0px;
}
.bt-langue a {
	color: #362f25;
	text-decoration: none;
}
.bt-langue a:hover {
	color: #625c52;
	text-decoration: none;
}
.bt-langue {
	font-size: 11px;
	line-height: 14px;
	text-align: right;
	color: #362f25;
	padding: 0px 8px 0px 0px;
}
.table-bt-right {
	float: right;
}
.bt-next {
	float: right;
	font-size: 11px;
	color: #68635b;
	text-align: right;
	letter-spacing: 1px;
}
.specs {
	float:left;
	font-size: 11px;
	text-align: left;
	padding: 28px 0px 0px 20px;
	color: #68635b;
}
.fleche {
	border:none;
}
.fleche a {
	border:none;
	text-decoration: none;
}
.photo-acc {
	float:left;
	text-align: left;
	padding: 0px 24px 18px 0px;
	border:none;
}
.photo-lettrine {
	float:left;
	text-align: left;
	padding: 0px 20px 4px 0px;
	border:none;
}
.photo-legende {
	text-align: left;
	padding: 0px 0px 1px 0px;
	border:none;
}
.photo-legende2 {
	text-align: left;
	padding: 0px 0px 20px 0px;
	border:none;
}
.logo-top {
	float:left;
	text-align: left;
	padding: 14px 0px 0px 39px;
	border:none;
}
.filet-sep {
	float:right;
	width:778px;
	height: 10px;
	background-image: url(img/filet-sep.gif);
	background-repeat: no-repeat;
}
.cell-year {
	padding: 5px 20px 0px 0px;
}
.cell-expo {
	padding: 5px 0px 0px 0px;
}
