@import url(common-original.css);

/* Menu horizontal photo */
#menuphoto {
	font-family: Arial, Helvetica, sans-serif;
	position: relative;
	z-index:100;
	width: 100%;
}

#menuphoto dl, #menuphoto dt, #menuphoto dd, #menuphoto ul, #menuphoto li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#menuphoto dl {
	float: left;
	width: 9em;
	position: relative;
	margin: 0 2px;
	left: 20px;
	top: 20px;
}
#menuphoto dt {
	color: #CC9900;
	background: #404040;
	border: 1px solid gray;
	cursor: default;
	text-align: center;
}
#menuphoto dd {
	background-color: #404040;
	position: absolute;
	bottom:1.5em;
	width: 100%;
}
#menuphoto li {
	left: 0;
	font-size: smaller;
	display:inline;
}

#menuphoto a {
	height: 100%;
	border: 0 none;
}

.ImageName {color: #996600}
.Legende {font-size: x-small}
.CreatedBy {font-size:smaller}
.Titre {
	color: #EE3311;
	font-size: medium;
	font-style: italic;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
}

.gallery {
	background-color: #000000;
}

h2
{
	color: #EE3311;
}

.commentaire
{
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #E0E0E0;
	text-align: justify;
	border-bottom-width: medium;
	border-bottom-style: groove;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	width: 90%;
	padding-bottom: 8px;
	left: 20px;
	margin: 2px;
	padding-top: 4px;
	position: relative;
}

.commentaire a {
	color: #E0E0E0;
	border-top: thin #FFFFFF;
	border-right: thin #FFFFFF;
	border-bottom: thin dotted #FFFFFF;
	border-left: thin #FFFFFF;
}

.commentaire a:hover {
	color: white;
	text-decoration: none;
}

#exif {
	font-family: "Courier New", Courier, mono;
	font-size: 14px;
	width: 80%;
	left: 20px;
	position: relative;
}

#exif th, #exif td {
	border: thin solid #CCCCCC;
}
#exif td {
	color:lime;
}
#exif caption {
	font-weight: bold;
}

.tags
{
	text-align: center;
	border: thin dashed #666666;
	padding-top: 1px;
	padding-right: 6px;
	padding-bottom: 1px;
	padding-left: 6px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: bold;
	font-size: 0.8em;
}
