@charset "utf-8";
/* CSS Document */
/*********** Font ************/
@font-face{
	font-family: "gothic";
	src: url('../font/gothic.ttf');
}

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

	font-family: "gothic";
}
#all{
	
}

/*********** 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.3em;
	font-weight:lighter;
	text-transform:none;	
}


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

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

/*********** Content ************/

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

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


a.glow{
	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{
	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";
}
/*********** Contact ***********/



/*********** 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%;
}



@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;
	}
	
	

	
}


