#bloc_droit, .menu-item, footer{
	display: none;
}
body{
	background-color: rgb(250, 250, 250);
	border: none;
}
h1{
	color: #FFF;
	text-align: left;
	font-weight: 400;
	margin-bottom: 0;
	float: left;
	position: absolute;
	margin-top: -55px;
	margin-left: 5px;
}
h2{
	text-align: left;
	font-weight: 200;
}
#boutons{
	position: static;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 25px;
	margin-top: 15px;
	opacity: 1;
	width: 200px;
	height: 25px;

}
.soc_buttons a{
	position: static;
	float: left;
}
a.soc_insta, a.soc_mail, a.soc_tel{
	margin-top: 0px;
}
a.soc_tel{
	display: block;
	background-image: url(images/soc_buttons/icone_tel.png);
	background-size: 50%;
}
#titlemini{
	display: block;
	margin: 10px 0 0px;
	font-family: avenir_lt;
	font-size: 10pt;
	color: rgb(106,88,68);
	font-weight: 100;
	text-transform: uppercase;
	text-align: center;
	text-shadow: 0 0 6px #CCC;
	line-height: 30pt;
	border-bottom: 1px solid #DDD;
}
#logo_mini{
	width: 100%;
}
#logo_mini img{
	width: 25%;
	margin: 10px auto -10px auto;
}
#aucomptoir_button{
	margin-top: 30px;
}
#aucomptoir_button, #presse_button, #expos_button, #contact_button{
	display: block;
	margin: 12px 15px 0 15px;
	padding-left: 5px;
	font-size: 18pt;
	background-color: rgb(210, 203, 199);
	border-radius: 2px;
	width: 95%;
	height: 55px;
	line-height: 55px;
	box-shadow: 0 0 3px #777;
}
#aucomptoir_button a, #presse_button a, #expos_button a, #contact_button a{
	display: block;
	color: rgb(243, 242, 242);
}
#bienvenue img, #aucomptoir img, #presse img, #expos img, #contact img{
	width: 100%;
	border-radius: 5px;
}
h5{
	color: rgb(183, 182, 182);
	text-align: right;
	font-weight: 100;
}
#bienvenue, #aucomptoir, #presse, #expos, #contact{
	display: block;
	text-align: justify;
	margin: 30px 15px 0px 15px;
	padding-bottom: 30px;
	border-bottom: 1px solid #888;
	border-bottom-width: 1px;
}
#expos h1{
	color: grey;
}
.post:nth-of-type(n+2){
	display: none;
}
.home{
	display: block;
	width: 25px;
	height: 25px;
	position: absolute;
	right: 40px;
	margin-top: -50px;
}
