/* 
	Lightbox Project page styles	
	Author: Lokesh Dhakar http://www.huddletogether.com
	Table of Contents:
		layout
		typography

*/

#photos1, #photos2, #photos3, #photos4, #photos5, #photos6 {
	margin:0;
	padding:0 20px;
}

.hidden {
	display:none;
}

.vignette_horizontale, .vignette_verticale {
	float:left;
	padding:0;
	margin:0 80px 0 0;
	text-align:center;
	font-size:0.9em;
	height:200px;
	list-style-type:none;
	}	

.photo {
	font-size: 0.9em; 
	padding-top: 0.2em ;
	color:#CC0000;
}
.vignette_horizontale img,.vignette_verticale img {
	border:0px;
}

.liste_survolee {
	display:block;
	margin:5px 30px 5px 0;
	list-style-type:none;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
	min-height:40px;
	letter-spacing: 0.2em;
	font-weight:bold;
}

.liste_survolee a {
	display:block;
	height:40px;
	line-height:40px;
	text-decoration:none;
	color:#000000;
	background-image:url(images/puce.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding:0 0 0 40px;
	border: 1px solid #CC6600;
}

.liste_survolee a:hover {
	height:40px;
	background-image:url(images/puce_over.gif);
	background-repeat: no-repeat;
	background-position: left;
	background-color:#FCEAC5;
}

