@import url(http://fonts.googleapis.com/css?family=Montez);
@import url(http://fonts.googleapis.com/css?family=Alfa+Slab+One);
body {
	background: #FFF;
	color: #000;
	margin: 0;
	padding: 0;
}
a {
	color: #F30;
	text-decoration: none;	
}
img {
	border: 0;	
}
#ligne_menu{
	background: #000;
	min-width: 1200px;
	width: 100%;
	height: 70px;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: -1;
}
#title {
	/*background: #323232;
	background: rgba(0, 0, 0, 0.8);*/
	font: 11px Arial, Helvetica, sans-serif;
	padding: 5px 0;
	position: relative;
	text-align: right;
	width: 1200px;
	margin: 0 auto 0 !important;
	top: 0 !important;
	height: 52px;
	overflow: hidden;
	color: #b5b5b5;
}
	#title h1 {
		font: 22px 'Alfa Slab One', Arial, serif;
		margin: 0 auto;
		padding: 0;
		text-align: left;
		text-transform: uppercase;
		position: relative;
		float: left;
		display: inline;
		padding-left: 35px;
		color: #b5b5b5;
	}
	#title #taille, #title #prix, #title #annee{
		font: 15px/20px 'Trebuchet Ms', Arial, serif;
		padding-left: 10px;
		margin: 0 auto;
		position: relative;
		float: left;
		color: #b5b5b5;
		opacity: 0.9;
	}
	#title #taille{
		padding-left: 35px;
		clear: left;
	}
	#rond{
		color: red;
		font-size: 45px;
		line-height: 12px;
	}

#thumbnails {
	background: #000;
	/*background: rgba(0, 0, 0, 0.8);	*/
	height: 90px;
	left: 0;
	overflow: hidden;
	position: fixed;
	bottom: 0;
	width: 100%;
}
	#thumbnails ul {
		margin: 0;
		padding: 0;
	}
		#thumbnails li {
			float: left;
			list-style: none;
			margin: 5px;
			padding: 0;
			height: 75px;
			overflow: hidden;
		}
		#thumbnails a {
			outline: none;
		}
		#thumbnails img {
			width: 112px;
		}
			
#pointer {
	border: 2px solid #F30;
	cursor: pointer;
	height: 75px;
	left: -100px;
	margin: 3px;
	position: absolute;
	width: 112px;
}

#flash {
	background: #FFF;
	display: none;
	height: 100%;
	position: fixed;
	width: 100%;
}

#pause {
	display: none;
	font: 100px 'Ultra', arial, serif;
	height: 100%;
	opacity: 0.4;
	position: absolute;
	text-align: center;
	text-shadow: 0 0 5px #000;
	width: 100%;
}
	#pause a {
		color: #FFF;
		height: 100px;
		left: 50%;
		margin: -50px 0 0 -250px;
		position: absolute;
		text-transform: uppercase;
		top: 50%;
		width: 500px;
	}

#volume {
	right: 15px;
	opacity: 0.8;
	position: absolute;
	top: 88px;
}
    #volume a {
    	background: transparent url(../img/icons.png) no-repeat;
    	display: block;
    	height: 30px;
    	text-indent: -9999px;
    	width: 30px;
    }
	#volume.all a {
		background-position: 0 0;
	}
	#volume.some a {
		background-position: -30px 0;
	}
	#volume.none a {
		background-position: -60px 0;
	}
	
.vegas-loading {
	top: auto;
	bottom: 40px;
	left: 40px;
}
.vegas-overlay {
	background-image: url(../js/vegas/overlays/02.png);
}

.jspHorizontalBar {
	height: 5px;	
}
	.jspHorizontalBar .jspTrack {
		background: #333;
	}
	.jspHorizontalBar .jspDrag {
		background: #666;
		cursor: ew-resize;
	}
	#thumbnails:hover .jspHorizontalBar .jspDrag {
		background: #F30;
    }           

.vegas-background {
	top: 132px !important;
}
#menu{
	height: 70px;
	width: 1200px;
	margin: 0 auto;
}
#menu ul{
	width: 1200px;
	margin: 0 auto;
	padding-top: 15px;
	padding-left: 0px;
}
#menu ul li{
	font-family: 'Montez';
	float: left;
	color: #FFF;
	list-style: none;
	padding: 0 45px;
	font-size: 30px;
}
#menu ul li:first-child{
	padding-left: 35px;
}
#menu ul li a{
	color: #b5b5b5;
}
#menu ul li a:hover{
	color: #666;
}
#title{
	top: 0px !important;
}
#flash{
	display: none !important;
}
#ligne_grise{
	position: absolute;
	left: 0px;
	height: 62px;
	min-width: 1200px;
	width: 100%;
	background: #323232;
}
#contact {
	width: 1200px;
	margin: 0 auto;
	position: relative;
}
#slideshow{
	float: left;
}
#slideshow, #slideshow img{
	max-height: 1052px;
	max-width: 733px;
}
#cont_contact{
	float: left;

	width: 450px;
	margin-left: 15px;
	margin-top: 20px;
}
#cont_contact h1{
	font-weight: normal;
	font-family: 'Montez';
	color: #B5B5B5;
	padding-left: 20px;
	padding-bottom: 7px;
	border-bottom: 1px solid #c00111;
}
#cont_contact p{
	font-family: 'Trebuchet Ms';
	color: #666;
	padding-left: 10px;
	font-size: 17px;
}
#cont_contact p a{
	color: #666;
}
#cont_contact p a:hover{
	color: #c00111;
}
