body{
	background:url(../images/fond-3.jpg) repeat-x center top black;
}
/*
body{
	background:url(../images/fond.jpg) no-repeat center top black;
}
*/
body.home{
	background:url(../images/fond-complet-4.jpg) repeat-x center top rgb(191, 127, 19);
}
/*
body.home{
	background:url(../images/fond-complet.jpg) no-repeat center top, url(../images/fond-complet-repeter.jpg) repeat-x center top;
	background-color:#c28013;
}
*/
.police_1, h1, h2, h3, h4, h5, h6, p, span, a, div{
	font-family: 'Nunito', sans-serif;
}
.police_2,
#footer a,
#langues a,
#langues span,
#navigation a{
	font-family: 'Oswald', sans-serif;
}
#aside h2,
#aside h2 span{
	font-family: 'Judson', serif;
}
img{
	max-width:100%;
}
p {
  margin-bottom: 10px;
}
.bande_noire {
    height: 30px;
    width: 100%;
    background: black;
    position: absolute;
    z-index: 0;
    top: 0;
}
#contenu{
	margin:auto;
	max-width:1200px;
	position: relative;
	z-index: 10;
}
#slogan{
	position: relative;
	right: 40px;
}
#slogan img{
	position: absolute;
	right: 0;
}
#logo{
	margin: 120px 0 50px 0;
	text-align:center;
}
#logo img{
	width: 500px;
}
.gallery #logo,
.biography #logo {
	margin-bottom:22px;
}
div#navigation {
	margin-top: 10px;
	text-align: center;
}
div#navigation li {
	list-style: none;
	display: inline-block;
	padding: 0 55px;
	border-right: 2px solid #707070;
}
div#navigation > .niveau1 > li:first-child {
	border-left: 2px solid #707070;
}
div#navigation li a {
	color:#707070;
	text-decoration:none;
	font-size: 12px;
	letter-spacing: 0;
}
div#navigation li a.active,
div#navigation li a:hover {
	color:#f5a219;
}
div#navigation ul.niveau2 {
	position: absolute;
	width: 136px;
	background: black;
	margin-left: -60px;
	padding: 10px;
}
div#navigation ul.niveau2 li {
	padding: 5px 0;
	display:block;
	border-right: none;
}

#corps_de_la_page{
	text-align:center;
}
#corps_de_la_page #show{
	width: 720px;
	margin: auto;
	overflow: hidden;
	height:455px;
}
#corps_de_la_page .une_categorie{
	width: 150px;
	display: inline-block;
	margin-right:20px;
	height:455px;
	overflow:hidden;
  -webkit-transition: 1s;
     -moz-transition: 1s;
       -o-transition: 1s;
          transition: 1s;
}
#corps_de_la_page .une_categorie:last-child {
	margin-right:0;
}
#corps_de_la_page .une_categorie img{
}
#corps_de_la_page .une_categorie.survole{
  -webkit-transition: 1s;
     -moz-transition: 1s;
       -o-transition: 1s;
          transition: 1s;
	width:700px;
	margin-right:0;
}
#corps_de_la_page .une_categorie.non_survole{
  -webkit-transition: 1s;
     -moz-transition: 1s;
       -o-transition: 1s;
          transition: 1s;
	width:0px;
	margin-right:0;
}
#corps_de_la_page .une_categorie#show_1{background: url(../images/home/safari_1.jpg) no-repeat center top;}
#corps_de_la_page .une_categorie#show_2{background: url(../images/home/horlogerie_1.jpg) no-repeat center top;}
#corps_de_la_page .une_categorie#show_3{background: url(../images/home/auto_1.jpg) no-repeat center top;}
#corps_de_la_page .une_categorie#show_4{background: url(../images/home/art_1.jpg) no-repeat center top;}

#aside{
	background: white;
	position: fixed;
	top: 0;
	right: 0;
	min-height: 100%;
	z-index: 20;
}
#aside #aside_controle {
	position: absolute;
	left: -30px;
	background: white;
	height: 30px;
	width: 30px;
}
#aside #aside_controle:hover {
	cursor:pointer;
}
#aside .conteneur{
	overflow: hidden;
	width:0;
}
#aside .conteneur2{
	padding:30px;
	width:235px;
}
#aside h2 {
	font-size: 55px;
	font-style: italic;
	padding-bottom: 30px;
}
#aside h2 span {
	color: #f5a219;
}

#aside h3 {
	color: #6d6c6c;
	padding-bottom:10px;
	font-size: 14px;
	line-height: 14px;
}
#aside li,
#aside p {
	color: #BDBDBD;
}
#aside li {
	font-size: 14px;
	line-height: 18px;
}
#aside .barre {
	background: #d4d4d4;
	height: 5px;
	width: 100%;
	margin-top: 10px;
	margin-bottom: 20px;
}
#aside .liens {
	overflow: hidden;
}
#aside .liens li {
	float: left;
	padding: 0 3px;
}
#aside .liens li:first-child {
	padding-left:0;
}
#aside #reseaux_sociaux {
	margin-top:30px;
}
#aside #reseaux_sociaux li {
	display: inline-block;
}
#aside #reseaux_sociaux a.facebook img:hover,
#aside #reseaux_sociaux a.twitter img:hover,
#aside #reseaux_sociaux a.rss img:hover {
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	-webkit-transform: rotate(360deg);
	-moz-transform: rotate(360deg);
	-ms-transform: rotate(360deg);
	-o-transform: rotate(360deg);
	transform: rotate(360deg);
}

/* slider */
#tetiere {
	height: 38px;
	background: url(../images/pictos/fond_tetieres.png) no-repeat;
	width: 200px;
	float: right;
	overflow: hidden;
	clear: both;
	text-align: left;
	line-height: 38px;
}
#tetiere h1{
	padding-left: 10px;
}
#more_texte {
	position: relative;
	margin: auto;
	text-align: center;
}

#more_texte_conteneur{
	width: 100%;
	color: white;
	text-shadow: 1px 1px 1px black;
}
#more_texte_conteneur{
	cursor:pointer;
	margin: 10px 0;
}
#more_texte_conteneur span{
	background: url("../images/pictos/infos-21x21.png") no-repeat;
	padding-left: 30px;
}
.bx-wrapper {
	clear: both;
}
.bx-controls {
	position: relative;
}
.bx-controls-direction {
	position: absolute;
	width: 100%;
	margin-top: -275px;
}
.bx-prev,
.bx-next {
	width: 50px;
	height: 50px;
	position: absolute;
  -webkit-transition: 0.2s;
     -moz-transition: 0.2s;
       -o-transition: 0.2s;
          transition: 0.2s;
}
.bx-prev {
	background: url(../images/pictos/fleche-gauche.png) no-repeat;
	left: -30px;
}
.bx-next {
	background: url(../images/pictos/fleche-droite.png) no-repeat;
	right: -30px;
}
#slider_pager li {
	display:inline-block;
}
#slider_pager a img{
	border-bottom:1px solid transparent;
}
#slider_pager a:hover img,
#slider_pager .active img {
	border-bottom:1px solid #f5a219;
}
#links_liste {
	text-align: center;
}
#links_liste ul {
	
}
#links_liste ul li {
	margin-right: 20px;
	display: inline-block;
}
.description {
	position: absolute;
	top: 0;
	height: 100%;
	width: 100%;
	background: rgba(0,0,0,0.5);
	text-align: justify;
	color:#aaa9a9;
	display: none;
}
.description .conteneur{
	padding: 30px 0;
	max-width: 850px;
	margin: auto;
}
.description h2{
	font-size: 30px;
	color: #f5a219;
	font-weight: bold;
	line-height: 35px;
}
.description h3{
	font-size: 20px;
	color: #f5a219;
	font-weight: bold;
	line-height: 25px;
}
.description li{
	list-style: circle;
	margin-left: 20px;
}
.description td.orange {
	color: #f5a219;
	font-weight: bold;
}
.description table {
	border-left: 2px solid #f5a219;
}
.description td {
	padding: 2px 10px;
	color:white;
}






#footer {
	padding: 60px 0;
	max-width: 1200px;
	margin: auto;
	text-align: center;
}
#footer a {
	color: #707070;
	text-decoration: none;
	font-size: 12px;
}
#footer a:hover {
	color:#f5a219;
}
#footer li {
	border-right: 1px solid #707070;
	display: inline-block;
	margin-right:10px;
	padding-right:10px;
}
#footer li#cookie {
	color: #707070;
	text-decoration: none;
	font-size: 12px;
	font-family: 'Oswald', sans-serif;
}
#footer li:last-child {
	border-right:none;
}
#footer li#viaweb_consulting img {
	position: absolute;
}
#langues{
	position:absolute;
	top: 3px;
	padding: 6px;
	color: white;
	font-size: 12px;
}
#langues img{
	padding: 0 5px 0 0;
}
#langues span{
	color: #f5a219;
	font-weight: bold;
}
#langues a{
	color:white;
	text-decoration:none;
}
#langues a:hover{
	text-decoration:underline;
}

.corps_de_texte{
	background:rgba(127,127,127,0.5);
	padding:30px;
	text-align:left;
}
.corps_de_texte p{
	color:#d4d4d4;
}
.corps_de_texte h1{
	font-size: 20px;
	color: #f5a219;
	font-weight: bold;
	text-transform:uppercase;
	margin-bottom:30px;
}
.corps_de_texte a{
	color: #f5a219;
}
.corps_de_texte ul li ul{
	margin-left:30px;
}
.site_map .corps_de_texte li {
	color: #f5a219;
	padding: 5px 0;
}

.gallery #contenu{
	max-width: 900px;
}
.biography #contenu{
	max-width: 1066px;
}
div#navigation_mobile {
	display: none;
}
.annonce_supplementaire_sur_photo{
	color:white;
	margin-top: 400px;
	font-size: 18px;
	text-align: center;
}






@media(max-width:1500px){
	.bx-prev {left: 10px;}
	.bx-next {right: 10px;}
}
@media(min-width:1300px){	
	.bx-prev:hover {left:-35px;}
	.bx-next:hover {right:-35px;}
}
@media(max-width:1200px){
	.description .conteneur {
		padding:20px 60px 0 60px;
	}
	.description {
		font-size: 14px;
	}
}

@media(max-width:980px){
	#slogan{
		display:none;
	}
}

@media(max-width:869px){
	.annonce_supplementaire_sur_photo{
		margin-top: 300px;
	}
}
@media(min-width:770px){
	div#navigation {
		display: block;
	}
}
@media(max-width:769px){
	.annonce_supplementaire_sur_photo{
		margin-top: 250px;
	}
	div#navigation {
		display: none;
	}
	div#navigation_mobile {
		display: block;
		text-align: center;
		margin-top: 31px;
		margin-bottom: 30px;
		clear: both;
		overflow: hidden;
	}
	#corps_de_la_page #show {
		width: 100%;
	}
	#corps_de_la_page .une_categorie {
		width: 22%;
	}
	#corps_de_la_page a{
		width: 0;
	}
	#corps_de_la_page .une_categorie.survole{
		width:95%;
	}
	#corps_de_la_page .une_categorie.non_survole{
		width:0;
	}
	#footer li {
		padding-bottom: 10px;
		padding-top: 10px;
	}
	#footer li.pas_barre_en_petit {
		border-right: none;
	}
	#footer li#viaweb_consulting {
		display: block;
	}
}

@media(max-width:650px){
	.annonce_supplementaire_sur_photo{
		margin-top: 200px;
		font-size:14px;
	}
}
@media(max-width:550px){
	.annonce_supplementaire_sur_photo{
		margin-top: 150px;
		font-size:12px;
	}
}
@media(max-width:450px){
	.annonce_supplementaire_sur_photo{
		margin-top: 100px;
	}
}
@media(max-width:400px){
	.annonce_supplementaire_sur_photo{
		margin-top: 10px;
	}
}