/* Used for the following pages:
 * - index.html
 * - gallery.html
 */
 
 
/*---------------------------------------------------- / accueil */

#gallery {
	width:780px;}
	
.gallery-title, .gallery-title a {
	display:block;
	padding-top:10px;
	font-weight:bold;
	color:#fff;
	font-size:10pt;}

.gallery-item {
	position:relative;
	z-index:9;}
.gallery-item object, .gallery-item embed {
	z-index:8;
	margin:0;
	padding:0;
	display: block;}

.gallery-image {
	position:relative;
	z-index:10;
	border:1px solid #524732;
	border-bottom:none;}

.gallery-caption {
	position:relative;
	top:-85px;
	z-index:20;
	height:82px;
	background-image:url('../img/site/gallery-bg.png');
	line-height:12pt;}

blockquote {
	color:#cdc1a2;}
	

/*---------------------------------------------------- / médias */

.event-index {
	margin:0;
	margin-right:5px;}


.event-index li {
	list-style:none;
	border-bottom:1px solid #2c2c2c;
	line-height:25px;
	width:250px;
	margin:0;
	margin-right:5px;}

.event-index li a {
	color:#666;
	display:block;
	overflow:hidden;
	white-space:nowrap;}

.event-index li a:hover {
	color:#fff;
	background:#211b0d;}

