@charset "utf-8";
/* CSS Document */

/*a recopier dans la derniere version*/

a.thumb {
	font: inherit !important;
	text-decoration:none;
	color:#000;
	margin: none;
	padding: none;

	font-size: inherit !important;
	text-decoration: none;
	text-transform: none;
	display: inline;
	text-align: left;
}

/*********** Font ************/
@font-face { 	
	font-family: "JaneAusU"; 	
	src: url('../font/JaneAusU.ttf'); 
}

@font-face {
    font-family: "La-Danse";
    src: url('../font/LaDanse.ttf');
}

@font-face { 	
	font-family: "Petita-light"; 	
	src: url('../font/PetitaLight.ttf'); 
}

@font-face { 	
	font-family: "Petita-medium"; 	
	src: url('../font/PetitaMedium.ttf'); 
}

@font-face{
	font-family: "gothic";
	src: url('../font/gothic.ttf');
}

/*********** General CSS ************/
html, body{
	background-color:#5a5a52;	
	margin:0;
	width:100%;
	height:100%;
}

#all{
	overflow:hidden;	
	overflow-y:hidden;
}

/*********** Header ************/
header{
	height:200px;
	background-image:url(../img/Antiquaire_Franck_titre_1680.jpg);
	background-repeat: no-repeat;
}

/*********** Navigation & sub navigation ************/
nav {
    display: block;
	margin-left:2%;
	margin-top:1%;
	margin-right:2%;
	float:left;
	width:15%;
	z-index: 1000;
}

.arrow{
	width:49px;
	height:110px;
}

#main-nav{
	margin:20px 0;	
}

#sub-nav{
	display:inline;
}

#sub-navigation{
	width:100%;	
	margin-right:0;
	margin-left: 3.5%;
}
#sub-navigation, #sub-navigation a{
	display:inline;
	color:#35352f;
	font-family:"gothic";
	margin-top:0;		
}

#sub-navigation a:hover{
	color:white;	
}

#sub-navigation a.first:hover{
	color:#35352f;	
}

#sub-navigation a.light{
	font-family:"gothic";	
	font-size:1.2em;
	font-weight:lighter;
	text-transform:none;	
}


#sub-navigation div.right{
	padding-top:0.5%;
	margin-right:5.9%;
	
}

#sub-navigation .right a{
	padding-bottom:0;	
}

/*********** Content ************/
#wrapper{
	height: 450px;
    width: 100%;
	z-index:1000;
 	overflow:hidden;
	background-color:#35352f;
}

#wrap{
	width:1680px;
	height:450px;
	margin-right:auto;
	
}

#wrapper-sub{
	background-color:#35352f;
	/*width:1680px;*/
	height: 400px;
	z-index:1000;
	
}

#content{
	margin-left:30px;	
}

#content div{
	float: left;	
}

#content h2{
	margin-top:10px;
	margin-bottom:20px;
}

#content-sub{
	height:400px;
    width: 100%;
	background-color:#35352f;
}

#content span{
	position:absolute;
	bottom:0px;	
}

#content div img{
	bottom: 30px;
    position: absolute;	
	clear: none;
    display: block;
	width:215px;
    height: 300px;
    margin-right: 15px;
   	margin-top: 20px;
    position: relative;		
}


ul{
	list-style-type: none;	
	padding-left:0;
}

ul li{
	font-family:"gothic";
}

img.last{
	margin-left:1%;
	margin-right:0;
}

a{
	color: #848484;
    font-family: 'Numans',sans-serif;
    font-size: 0.8em;
    padding: 0.4em 1em;
    position: relative;
    text-decoration: none;
    text-transform: uppercase;	
	display:block;
	text-align:right;
}

a:hover{
	color: #fff;		
}

.no-padding a{
	font-size:1.5em;	
}

h1{	
	margin-top:0;	
}

h2{
	font-family:"gothic";
}

#left-info{
	width:500px;
	height:250px;
}

#left-img img:nth-child(2){
	float:right;
}

/**********"* Gallery ************/
#gallery{
	padding-top:40px;
	height:360px;
	margin-left:5.5%;
}

#gallery-sub{
	display:block;
	margin:auto;
	padding-top:40px;
	height:360px;
	/*width:80%;
    margin: 0 auto;*/
	width:100%;
	margin-left:50px;
}
#gallery-sub p{
	margin:auto;
	clear:both;
	text-align:center;
	font-family:"gothic";
	
}

#wrapper-sub #slideshow{
	padding:30px 85px 40px 85px;	
}
#slideshow{
	margin-left: 3%;
    width: 97%;	
}

.slidesjs-container {
	width: 90%;
	z-index:1000;	
}

#slides-a-index {
	width: 600px;
	margin-right:0.5%;
    height: 450px;	

}

#slides-b-index{
	width:340px;
	height: 450px;
	margin-right:0.5%;		
}

#slides-c-index{
	width:340px;
	height: 450px;
	margin-right:0.5%;		
}

#gallery .p1{
	width:360px;
	padding-top:10px;
	font-size:1.2em;
	color:#C4C4C4;
}
#gallery .p2{
	width:140px;	
	padding-top:10px;	
	font-size:1.2em;
	color:#C4C4C4;
}

#slides-a-submenu{
	width: 28%;
	height: 360px;	
	margin-right:50px;
}

#gallery-sub #slides-a-submenu{	
	margin-right:25px;
}


#slides-b-submenu{
	width:15%;
	height: 360px;
	margin-right:25px;
	
}

#slides-a-submenu img, #slides-b-submenu img {
    height: 300px;
	float:left;
}

a.next-prev-a, a.next-prev-b{
	display:inline;
}
.next-prev-a img{
    width: 40px;
	vertical-align:center;
	line-height:40px;
	float:right;
	clear:both;

}


.next-prev-b img{
    width: 40px;
	vertical-align:middle;
	float:left;
}


/*********** Contact ***********/
div#right-info{
	width:380px;
	margin-right:40px;
}



div#left-info img{
	width:200px;
	height:250px;	
	position:relative;
	top:3px;
	border: 2px solid black;
}

div#left-info img:nth-child(2){
	float:right;
	position:relative;
	top:-270px;
	left:-40px;
	
}

div#right-info p{
	text-align:justify;
	font-family:"gothic";
}

#contact{
	padding-right:2px;
}

#contact-form div{
	float:none;	
}

#information{
	width:100%;
}

/*********** Footer ***********/

footer{
	width:100%;	
}
h1.footer{
	font-family: "Petita-light";
	font-size:1.5em;
	font-weight:lighter;
	color:#a3a2a7;
	margin-right:65px;

}

#footer{
	height: 200px;
    width: 100%;
}


/*********** Useful classes ***********/
.left{
	float:left;	
}

.right{
	float: right;
}

.clear{
	clear:both;	
}

.no-padding{
	padding:0;
}	

.no-margin{
	margin:0;	
}

.no-margin-top{
	margin-top:0;	
}

.no-margin-bottom{
	margin-bottom:0;	
}

.no-margin-left{
	margin-left:0;
	
}

.no-margin-right{
	margin-right:0!important;	
	
}
.no-margin-right2{
	margin-right:0!important;


}
img.no-margin-right2{
	
	border:1px solid red;

}
.no-padding-right{
	padding-right:0;
}

.brown{
	color:#35352f;
	font-family:"La-Danse";	
}

no-float{
	float:none;	
}
.space{
	margin-bottom:30px;	
}

.alpha{
	margin-left:3%;	
	
}

@media screen and (min-width: 1920px){
	
	
	header{
		background-image:url(../img/Antiquaire_Franck_titre_1920.jpg);	
		background-repeat:no-repeat;
		height:223px;
	}
	
	
	
}

@media screen and (max-width: 1600px){
	
	
	header{
		background-image:url(../img/Antiquaire_Franck_titre_1600.jpg);	
		background-repeat:no-repeat;
		height:186px;
	}
	
	
}


@media screen and (max-width: 1440px){
	
	
	
	header{
		background-image:url(../img/Antiquaire_Franck_titre_1440.jpg);	
		background-repeat:no-repeat;
		height:168px;
	}
	
	
	

	
}

@media screen and (max-width: 1366px){
	
	
	
	header{
		background-image: url(../img/Antiquaire_Franck_titre_1366.jpg);	
		height: 159px;
		background-repeat:no-repeat;
	}	
	

}


@media screen and (max-width: 1280px){
	
	
	header{
		background-image: url(../img/Antiquaire_Franck_titre_1280.jpg);	
		height: 149px;
		background-repeat:no-repeat;
	}
	
}

@media screen and (max-width: 1024px){

	
	header{
		background-image: url(../img/Antiquaire_Franck_titre_1024.jpg);	
		height: 119px;
		background-repeat:no-repeat;
	}
	
	

	
}
