﻿@font-face{
	font-family: "DIN";
	src: url("../font/DINReg.otf");
}

#gallerie{
	width: 899px;
	height: 370px;
	overflow: hidden;
	position: relative;
}

#gallerie .items{
	width: 10000px;
	position: absolute;
}

#gallerie .items .item{
	width: 899px;
	height: 100%;
	float: left;
	position: relative;
}	

#gallerie .items .item img{
	position: relative;
}

#gallerie .fiche{
	position: absolute;
	color: #1D1D1D;
}

#gallerie .fiche .title-shot{
	font-size: 28px;
	font-family: "DIN";
	text-transform: uppercase;
	letter-spacing: -1px;
}

#gallerie .fiche .desc-shot{
	font-size: 28px;
	font-family: "DIN";
	text-transform: uppercase;
	letter-spacing: -1px;
	margin-bottom: 5px;
}

#gallerie .fiche .link-shot a{
	font-size: 20px;
	font-family: "DIN";
	text-transform: uppercase;
	color: #e0001a;
	text-decoration: none;
	letter-spacing: -1px;
}

/***** [ NAVIGATION ] *****/
#navigation-item{
	position: absolute;
	left: 15px;
	bottom: 15px;
}

.nav-item{
	width: 10px;
	height: 10px;
	margin-right: 5px;
	float: left;
	background-color: #d2d2d2;
	display: block;
	font-size: 1px;
}

.nav-item .active{
	background-color: #e0001a;
}

.nav-item a{
	display: block;
	width: 100%;
	height: 100%;
}

/***** [ OVERLAY ] *****/
.simple_overlay{
	display: none;
	z-index: 10000;
}
