/* ***** 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 *****
 */

/* General
******************************************/
#gauche, #droite, #centre {
	margin : 0;
	padding : 0;

}

#centre {
	width : 450px;
	margin : 30px 0 0 -20px;
	float : left;
	}

#gauche {
	width : 240px;
	float : left;
	margin : -5px 0 0 50px;
  }
#droite {
	width : 90px;
	float : left;
	margin : 24px 0 0 -40px;
	}
.spacer {clear:both;}



#galleries {


}
#gauche li{
	list-style-type:none;
	

}
#gauche li a{
	text-decoration :none;
	font-size: 1em;
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;

}

#gauche li a:hover{
	text-decoration :none;
	font-size: 1em;
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;

}
#gallery {
	margin : 0; 
	
}
#galleryList .current{
color: #000;
}

.gallery-thumbnail {
	float : left; 
	margin : 6px; 
	padding : 0 0 0 15px; 
	padding-bottom: 0;
	text-align : center; 

}

.gallery-thumbnail-container img {
	display : block; 
	margin : 0px auto; 
	background : transparent; 
	border: 0;
	
}
.gallery-thumbnail-container img:hover {
	display : block; 
	margin : 0px auto; 
	background : transparent; 
	border: 0;
	
}

.gallery-thumbnail-container {
	width: 90px;
	height: 90px;
	margin: 0 0 0 0;
	background : transparent; 
}

.gallery-thumbnail-desc {
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	
	font-size: 1em;

}

.gallery-icone {
background : transparent; 
}

.gallery-portrait {
background : transparent; 
}

.gallery-image-title {
	display:block;
	text-align: center; 
}

.gallery-nb-comment {
	margin-top : 1px;
	display:block;
	text-align: center; 
	font-size: 1em;
}
.gallery-nb-comment a{
	font-size: 1em;
}

.gallery-nb-views {
	padding-bottom : 1px;
	display:block;
	text-align: center; 
}

.gallery-thumbnail:hover {
	background : transparent; 
}


.gallery-description { 
	float : bottom; 
	width : 100%; 
	line-height : normal;
}

.gallery-description ul {
	margin : 0 0 0 -50px;
	padding : 0 0 0 0;
	list-style : none; 

}

.gallery-description li {
	float : left; 
	margin : 0; 
	padding : 0; 
	height : auto;
	list-style : none; 	
	 
}

.gallery-description img { 
	float : center; 
	margin : 0 5px 0 0;
	padding: 2px; 
	height:40px;
	width:40px;

}


.gallery-description a:hover, .gallery-description .current {
	 
}


.gallery-description li:hover { 
	background : transparent; 
}

.gallery-all-thumbnails {
	margin: 0px auto;
	width: 100%;
	padding: 0 0 0 0;
}

.gallery-spacer {
	display: block;
	clear:both;
}

.gallery-enddescription { 
	clear: both;
	margin-bottom: 10px;	
	padding: 1px; 
}



.gallery-image img { 
	display:block; 
	margin : 0 auto; 
	float : center;
	border: none;
	background: transparent;
}

.gallery-image img a{ 
	text-decoration:none;
	background: transparent;
	border: none;
}

.gallery-image img { 
	display:block; 
	margin : 0 0 0 0; 
	padding: 0 0 0 0;
	border: none;
	float:center;

}

.gallery-nb-comment {text-align : center;font-size:0.8em; }

img {border:none;}
img a {border:none;text-decoration:none;}
