body {
	background: #f4f4f4;
	font-size: 14px/26px;
	font-family: 'Open Sans', Helvetica, Arial,	sans-serif;
}
a,input {
	text-decoration: none;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
header {
	background: white;
	height: 60px;
	width: 100%;
	box-shadow:0 2px 0 rgba(0,0,0,0.08);
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 122;
}

#logo {
	background: url(../img/logo.png) no-repeat;
	width: 375px;
	height: 41px;
	display: block;
	text-indent: -9999px;
	margin: 10px 0px;
	float: left;
}


#logo a{
	width: 375px;
	height: 41px;
	display: block;
}

#nav {
	list-style: none;
	float: right;
	margin: 18px 0;
}

#nav li{
	list-style: none;
	display: inline;
	margin-right: 10px;

}

#nav li a {
	font-weight: 700;
	text-transform: uppercase;
	font-size: 0.9em;
	color: #7f8c8d;
	border-bottom: 2px solid white;
}

#nav li a:hover {
	color: #3498db;
	border-bottom: 2px solid #3498db;
}

#wrap {
  	-webkit-background-size: cover; /* pour Chrome et Safari */
  	-moz-background-size: cover; /* pour Firefox */
  	-o-background-size: cover; /* pour Opera */
  	background-size: cover; /* version standardisée */
  	height: 350px;
  	position: relative;
  	border-bottom: 2px solid white;
}
.bg1 {
	background: url(../img/bg1.jpg) no-repeat center fixed; 

}

.bg2 {
	background: url(../img/bg.jpg) no-repeat center fixed; 

}#bl {
	height: 350px;
	background: rgba(0,0,0,0.4);
	position: absolute;
	top: 0;
	width: 100%;
}

#wrap h2 {
	font:700 3em 'Open Sans', Helvetica, Arial,	sans-serif;
	color: white;
	text-align: center;
	padding: 45px 0 0 0;
}

#wrap p {
	font:600 1.2em 'Open Sans', Helvetica, Arial,	sans-serif;
	color: white;
	text-align: center;
	padding: 10px 0 0 0;
}

#prod {
	font:600 0.8em 'Open Sans', Helvetica, Arial,	sans-serif;
	text-transform: uppercase;
	color: white;
	border: 2px solid #fff;
	padding: 10px 12px;
	border-radius: 3px;
	float: left;
	margin-left: 42%;
	margin-top: 40px;

}

#prod:hover{
	background: rgba(52, 152, 219,0.5);
	border: 2px solid rgba(52, 152, 219,0.0);;
}

#dp {
	list-style: none;
	background: rgba(52, 152, 219,1.0);
	float: left;
	width: 150px;
	padding: 10px;
	border-radius: 4px;
	position: absolute;
	right:230px;
	top: 70px;
	display: none;
}

#dp li{
		
}

#dp li a{
	color: white;	
}

#content {

}

#content h1{
	font:600 1.2em 'Open Sans', Helvetica, Arial,	sans-serif;
	color: #3498db;
	text-transform: uppercase;
	font-weight: bold;
	padding: 20px 0;
}

#content p{
	font:600 1em 'Open Sans', Helvetica, Arial,	sans-serif;
	color: #7f8c8d;
	line-height: 30px;
}

#footer {
	background: white;
	padding: 10px 0;
}


#ft {
	padding: 0;
	margin: 0;
}

#ft li {
	display: inline;
	color: #95a5a6;
	font:600 0.8em 'Open Sans', Helvetica, Arial,	sans-serif;
	text-transform: uppercase;
	margin-right: 20px;
}

#ft li a{
	display: inline;
	color: #3498db;
}

#submit {
	border-radius: 3px;
	border: 0;
	background: #2980b9;
	padding: 8px 12px;
	color: white;
	font:600 0.8em 'Open Sans', Helvetica, Arial,	sans-serif;
	cursor: pointer;	
}

.map {
	background: url(../img/map.jpg) no-repeat;
	display: block;
	width: 430px;
	height: 320px;
	float: right;
	margin: 20px 0;
	border: 2px solid rgba(0,0,0,0.1);
}

#cont {
	list-style: none;
	float: left;
	margin: 0 65px 10px 65px;
}

#cont li span{
	color: #3498db;
}

#product {
	float: left;
	position: relative;
	height: 180px;
	overflow: hidden;
	position: relative;
	margin-bottom: 10px;

}

#product a img{
	float: left;
	width: 195px !important;
	height: 180px !important;
	border-radius: 2px;
	border: 2px solid #ddd;


}

#product a h2{
	position: absolute;
	font:600 0.8em 'Open Sans', Helvetica, Arial,	sans-serif;
	width: 200px;
	bottom: 10px;
	left: 20px;
	color: white;
	padding: 0;
	margin: 0;
	float: left;
}

.bga {
	background: url(../img/bg.png);
	width: 195px;
	height: 67px;
	position: absolute;
	bottom: -20px;
	float: left;
}