@charset "UTF-8";
body {
	background-color: #D9DADB;
	font-family:"Times New Roman", Times, serif;
}

.shadow{	
	-webkit-box-shadow: #666 0px 0px 3px;
	-moz-box-shadow: #666 0px 0px 3px;
	box-shadow: #666 0px 0px 3px;
	behavior: url(../PIE.htc.html);
}

#flyer{
	position:relative;
	width:640px;
	height:426px;
	background-color:#FFF;
	margin:auto;
}

#bandeau{
	position:relative;
	background-color:#FFF;
	padding:10px;
	padding-right:130px;
	width:499px;
	-webkit-box-shadow: #666 0px 0px 3px;
	-moz-box-shadow: #666 0px 0px 3px;
	box-shadow: #666 0px 0px 3px;
	behavior: url(../PIE.htc.html);
	margin:auto;
	margin-top:5px;
	background-image: url(../images/logo_rampini.png);
	background-repeat: no-repeat;
	background-position: right center;	
}

#bandeau #navigation,#bandeau #slogan{
	position:relative;
	clear:both;
	
}

#bandeau #navigation ul{
	margin:0px;
	padding:0px;
	list-style:none;
	font-size:14px;
}

#bandeau #navigation ul li{
	margin:0px;
	padding:0px;
	list-style:none;
	float:left;
	margin-right:-5px;
}

#bandeau #navigation ul li a{
	color:#929395;
	text-decoration:none;
	padding-right:35px;
	background-repeat: no-repeat;
	background-position: right 2px;
	height:26px;
	line-height:26px;	
	display:block;
}

#bandeau #navigation ul li a.home{
	background-image: url(../images/nav_home.png);
}
#bandeau #navigation ul li a.photos{
	background-image: url(../images/nav_photos.png);
}
#bandeau #navigation ul li a.video{
	background-image: url(../images/nav_video.png);
}


#bandeau #navigation ul li a:hover, #bandeau #navigation ul li.selected a{
	color:#000;
	background-position: right -38px;
}

#bandeau #slogan{
	border-top:1px solid #929395;
}

#bandeau #slogan h1{
	font-size:12px;
	font-weight:normal;
	margin-bottom:0px;
	
}

div.bigimg{
	position:relative;
	margin:auto;
	display:none;
}

#gallery{
	width:100%;
	height:426px;
}

a.next, a.previous{
	position:absolute;
	width:28px;
	height:426px;
}

a.previous{
	top: 0px;
	left:-35px;
	background-image:url(../images/previous.png);
	background-repeat: no-repeat;
	background-position: center center;
}

a.next{
	top: 0px;
	right:-35px;
	background-image:url(../images/next.png);
	background-repeat: no-repeat;
	background-position: center center;
}