@font-face { 	font-family: "Champagne"; 	src: url('police/Champagne & Limousines.ttf'); }
*{
	box-sizing: border-box;
}
body{
font-family:Champagne;
	background:#efefef;
}
h1 a{
	display:block;
	width:213px;
	height:164px;
	background:url(../img/logo.png);
	background-size:100%;
	float:left;
	margin-bottom:20px;
}
.interne{
	width:960px;
	margin:0 auto;
}
#searchbar{
	width:294px;
	height:50px;
	border:1px solid #0cabc7;
	float:left;
	padding: 1%;
	margin-top:100px;
	margin-left:10%;
	margin-right:10%;
}
#txt-loupe {
width: 85%;
padding: 2%;
margin-left: 0;
color: rgb(133,130,130);
font-size: 90%;
border-right: 1px solid rgb(12,171,199);
border-bottom: rgb(255,255,255);
border-left: rgb(255,255,255);
border-top: rgb(255,255,255);
}
#searchsubmit {
height: 28px;
width: 28px;
border: none;
float:right;
background:none;
color:#0cabc7;
}
a{
	color: #aaaaaa;
	text-decoration:none;
}
#user-box, #panier-box{
	margin-left:15px;
	margin-top:75px;
	float:left;
}
#panier-box{
margin-top:69px;
}
#user-box img,#panier-box img{
display:block;
margin:0 auto;
}
nav{
clear:both;
background:	#16636b;
width:100%;
color:white;
margin-top:10px;
height:48px;
line-height:48px;
}
nav ul li a{
display:block;
	color:white;
	width: 100%;
	text-align: center;
}
nav ul li{
	float:left;
	width: 18.64%;
	text-align: center;
}
nav ul li.nav_home{
	width:65px;
	height:48px;
	background:url(../img/maison.png) no-repeat center;
	border-bottom : 7px solid #0dabc7;
}
nav ul li:hover{
height:48px;
	border-bottom : 7px solid #0dabc7;
}
h2{
	display:block;
	height:51px;
	line-height:51px;
	background:	#16636b;
	color:white;
	clear:both;
	padding-left:30px;
	margin-bottom:20px;
	position:relative;
}
h2:after{
	content:'';
	display:block;
	width:20px;
	height:20px;
	left:35px;
	top:40px;
	position:absolute;
	background:#16636b;
	-moz-transform: rotate(45deg);
-webkit-transform: rotate(45deg);
-o-transform: rotate(45deg);
-ms-transform: rotate(45deg);
transform: rotate(45deg);
z-index:0;
}
h3{
	color:	#0cabc7;
	margin-bottom:10px;
}
.product{
	
	margin-left:4%;
	float:left;
	width:20%;
	padding:1%;
}
.product:hover{
	border:1px solid #bbb;
}
.desc {
	text-align:justify;
}
.price{
	margin-top:20px;
	color:	#0cabc7;
	float:left;
	margin-bottom:20px;
}
.view{
	float:right;
	width:20px;
	height:20px;
	line-height:20px;
	text-align:center;
	color:white;
	margin-top:20px;
	border-radius:50%;
	background:	#0cabc7;
}
#event{
	height:300px;
	width:100%;
	overflow:hidden;
	margin-bottom:20px;
}
#event #comment{
	width:50%;
	background:	#16636b;
	height:300px;
	float:left;
	position:relative;
	z-index:1;
	padding:20px;
	color:white;
}
#comment:before{
	content:'';
	display:block;
	width:20px;
	height:20px;
	left:-10px;
	top:135px;
	
	position:absolute;
	background:#16636b;
	-moz-transform: rotate(45deg);
-webkit-transform: rotate(45deg);
-o-transform: rotate(45deg);
-ms-transform: rotate(45deg);
transform: rotate(45deg);
z-index:0;
}

.infos_box{
margin: 0 2.99% 2.99% 0;
width: 31.3%;
height: 170px;
background-color: rgb(255,255,255);
float: left;

}
.infos_box:last-child{
margin:0 0 2.99% 0;
}
.green_barre{
	width:100%;
	height:5px;
	background:#0cabc7;
}
.content_footer{
	padding:10px;
}

h4{
	color: rgb(133,130,130);
font-family: " Arial", sans-serif;
font-size: 130%;
text-align: center;
margin-left: 0;
margin-bottom: 6%;
margin-top: 2%;
}