/* ***** BEGIN LICENSE BLOCK *****
 * This file is part of DotClear.
 * Copyright (c) 2004 Nicolas Arnaud and contributors. All rights
 * reserved.
 *
 * DotClear is free software; you can redistribute it and/or modify
 * it under the terms of the GNU General Public License as published by
 * the Free Software Foundation; either version 2 of the License, or
 * (at your option) any later version.
 * 
 * DotClear is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 * GNU General Public License for more details.
 * 
 * You should have received a copy of the GNU General Public License
 * along with DotClear; if not, write to the Free Software
 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
 *
 * ***** END LICENSE BLOCK *****
 */
#galleries {
}
#gallery {
	margin:10px; 
}
.gallery-all-thumbnails {
	margin:0 auto;
	width:100%;
	padding:0;
}
.gallery-thumbnail {
	float:left;
	width:160px;
	margin:4px;
	padding:0px;
	text-align:center;
	border:1px solid #666;
}
.gallery-thumbnail:hover {
	background:#ebebeb;
}
.gallery-thumbnail-container {
	width:150px;
	height:110px;
  padding:0;
	margin:5px;
  border-collapse:collapse;
  table-layout:fixed;
}
.gallery-thumbnail-container tr,
.gallery-thumbnail-container td {
  vertical-align:middle;
  text-align:center;
  padding:0;
  margin:0;
}
.gallery-thumbnail-container img {
  display:block;
  margin:0 auto;
  padding:0;
  border:0;
}
.gallery-thumbnail-desc {
  margin:0;
  padding:2px;
	background:#666;
	font-size:0.8em;
	line-height:normal;
  color:#fff;
}
.gallery-thumbnail-desc a{
	margin:0;
	padding:0;
	color:#fff;
	text-decoration:none;
}
.gallery-icone {
}
.gallery-portrait {
}
.gallery-image-title {
	display:block;
	text-align:center;
  color:#2d76ca;
  font-size:1.3em;
  font-weight:normal;
  padding:10px 2px 2px 2px;
}
.gallery-description {
  margin:30px 0 0 0;
}
.gallery-description h2 {
  background:#fff url(fond_titre.png) no-repeat top left;
  margin-left:-20px;
  padding-left:20px;
  font-size:1.3em;
  color:#fff;
  font-weight:normal;
}
.gallery-description ul {
  margin:0;
	padding:0;
	list-style:none; 
  line-height:normal;
}
.gallery-description ul li {
	float:left; 
	margin:5px; 
	padding:5px;
	width:210px; 
	height:60px; 	
	border:1px dashed #ccc;
	list-style:none; 
}
.gallery-description ul li img {
	float:left;
	margin:10px 5px 5px 5px;
	height:40px;
	width:40px; 
	border:1px solid #ccc; 
}
.gallery-description ul li a {
	display:block;
	color:#000;
	text-decoration:none; 
}
.gallery-description ul li:hover {
	background:#ebebeb;
}
.gallery-navigation {
	font-size:0.9em;
	color:#aaa;
	margin:5px;
	text-align:center; 
}
.gallery-image img {
	display:block; 
	margin:0 auto; 
	padding:8px; 
	border:1px solid #2d76ca;
	background:#fff;
}
.gallery-content {
	background:#EEE; 
	border:1px solid #ccc; 
	margin:0;
	padding:10px; 
}
.gallery-content p{
	margin:1ex 0; 
}
#gallery-last {
}
.gallery-last-block {
	border:1px solid #ccc;
	border-top-width:2px;
	padding:0 0.5em;
	margin:0 0 1.5em 0;
}
.gallery-last-title {
	background:#eceade;
	margin:0 -0.5em;
	padding:0.2em 0.5em;
	font-size:1em;
	font-family:Verdana,Arial,Helevetica,sans-serif;
}
.gallery-last-info {
	margin:0;
}
.gallery-last-info img {
	float:left;
	margin:2px 0 0 4px;
	position:relative;
}
#gallery-exif {
	margin:0 0 0 0;
	padding:0 0 0 0;
}
#gallery-exif dl {
	width:39.1em;
	margin:0 auto;
	padding:0;
}
#gallery-exif dt {
	background:#EEE; 
	width:15em;
	float:left;
	margin:0 0 0 0;
	padding:.5em;
	border-top:1px solid #999;
	border-left:1px solid #999;
	border-bottom:1px solid #999;
	font-weight:bold;
}
#gallery-exif dd {
	float:left;
	background:#FFF; 
	width:21em;
	margin:0 0 0 0;
	padding:.5em;
	border-top:1px solid #999;
	border-right:1px solid #999;
	border-bottom:1px solid #999;
}
