/* css for gallery pages - presentation des loeuvrettes - statique */

body#pageGalerie {
	background-color:#333333;
	background-image: none;
	color: #eee;
	}
#pageGalerie #container {
	background-image: none;
	background-color: transparent;
}
#pageGalerie #header {
	background-image: none;
	background-color: transparent;
	height: auto;
	margin-left: 170px;
	margin-right: 170px;
	border-bottom: 1px solid #666;
}
#pageGalerie #content {
	background-image:none;
	float: none;
	background-color: transparent;
	margin: 0;
	width: auto;
	padding: 20px 0 20px 0;
}
#pageGalerie #content img {
	border: 2px solid #000;
	margin-left: auto;
	margin-right: auto;
}
#pageGalerie a:link, #pageGalerie a:visited, #pageGalerie a:active {
	color: #FFFF66;
	}
#pageGalerie a:hover {
	color:#333333;
	background-color:#FFFF99;
	}
#pageGalerie p.image {
	text-align:center;
	margin-bottom: 0px;
	margin-top: 5px;
}
#pageGalerie p.linkHome { text-align:center;}
#pageGalerie div.description {
	margin: 0 170px;
	padding: 10px 0 10px 0;
	border-bottom: 1px solid #666;
	text-align: center;
}
#pageGalerie div.description, #pageGalerie #header {
	margin-left: 200px;
	margin-right: 200px;
	}
#pageGalerie h3, #pageGalerie h1, #pageGalerie h2 {
	margin-top:0;
	padding-top:0;
	color: #FFFFFF;
	font-size: 16px;
	text-align: center;
}
.navGalerie {
	text-align:center;
	padding-bottom: 10px;
 }
p.copyright {
	text-align:center;
	font-size: 11px;
	color: #999999;
}

