@font-face {
  font-family: 'CenturyGothic';
  src: url('fonts/CenturyGothic.eot?#iefix') format('embedded-opentype'),  url('fonts/CenturyGothic.woff') format('woff'), url('fonts/CenturyGothic.ttf')  format('truetype'), url('fonts/CenturyGothic.svg#CenturyGothic') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'CenturyGothic Bold';
  src: url('fonts/CenturyGothic-Bold.eot?#iefix') format('embedded-opentype'),  url('fonts/CenturyGothic-Bold.woff') format('woff'), url('fonts/CenturyGothic-Bold.ttf')  format('truetype'), url('fonts/CenturyGothic-Bold.svg#CenturyGothic-Bold') format('svg');
  font-weight: normal;
  font-style: normal;
}

body {
	font-size : 17px;
	background : #f0f0f0;
	margin : 0;
	padding : 0;
	font-family: 'CenturyGothic', sans-serif;
	color : #4e4e4e;
	padding-top : 20px;
	}
	
h1 {
	font-size : 43px;
	text-transform : uppercase;
	font-weight : 300;
	}
	
h2 {
	font-weight : normal;
	font-size : 21px;
	line-height : 25px;
	padding-bottom : 0px;
	margin-bottom : 0px;
}
	
.spec {
	font-weight : 500;
}

p {
	line-height : 26px;
	margin : 0;
}

b, strong {
	font-family: 'CenturyGothic Bold';
	font-weight : normal;
}

a, a:visited {
	color : #aec802;
	text-decoration : none;
	-o-transition:.5s;
	-ms-transition:.5s;
	-moz-transition:.5s;
	-webkit-transition:.5s;
	transition:.5s;
	
	}
	

	
a:hover {
	opacity : 0.8;
	}
	
#wrapper {
	width : 1000px;
	position : relative;
	margin-left : auto;
	margin-right : auto;
	}
	
header {
margin-bottom : 50px;
}

img.header {
	position : absolute;
	right : 0;
	top : 10px;
	 -ms-transform: rotate(25deg); /* IE 9 */
    -webkit-transform: rotate(25deg); /* Chrome, Safari, Opera */
    transform: rotate(25deg);
		border : 1px solid #a3a3a3;
	-webkit-border-radius: 20px;
-moz-border-radius: 20px;
border-radius: 20px;
margin : 10px;
padding : 5px;
background : white;
	
}

menu {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+21,ffffff+74&0+0,0.8+7,1+19,1+81,0.8+93,0+100 */
background: -moz-linear-gradient(left,  rgba(255,255,255,0) 0%, rgba(255,255,255,0.8) 7%, rgba(255,255,255,1) 19%, rgba(255,255,255,1) 21%, rgba(255,255,255,1) 74%, rgba(255,255,255,1) 81%, rgba(255,255,255,0.8) 93%, rgba(255,255,255,0) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.8) 7%,rgba(255,255,255,1) 19%,rgba(255,255,255,1) 21%,rgba(255,255,255,1) 74%,rgba(255,255,255,1) 81%,rgba(255,255,255,0.8) 93%,rgba(255,255,255,0) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.8) 7%,rgba(255,255,255,1) 19%,rgba(255,255,255,1) 21%,rgba(255,255,255,1) 74%,rgba(255,255,255,1) 81%,rgba(255,255,255,0.8) 93%,rgba(255,255,255,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#00ffffff',GradientType=1 ); /* IE6-9 */

}

menu, menu ul {
	text-align : center;
	margin : 0 !important;
	padding : 0 !important;
	padding-top : 8px !important;
padding-bottom : 8px !important;
}

menu li {
	display : inline-block;
	vertical-align : top;
	min-width : 150px;
}

menu li a {
	display : block;
	font-size : 18px;
	color : #858585 !important;
}
	
article {
	padding : 10px;
	font-size : 17px;
	padding-top : 40px;
	text-align : center;
	padding-bottom : 200px;
	}
	
article img {
	border : 1px solid #a3a3a3;
	-webkit-border-radius: 20px;
-moz-border-radius: 20px;
border-radius: 20px;
margin : 10px;
padding : 8px;
background : white;
}

article img.logo {
	background : none;
	border : none;
		-webkit-border-radius: 0px;
-moz-border-radius: 0px;
border-radius: 0px;
}

#produit_1, #produit_2, #produit_3, #produit_4, #entreprise {
	border-bottom : 1px solid #a3a3a3;
	padding-bottom : 40px;
	margin-bottom : 40px;
}
	
footer {
	background : #be222a;
	color : white;
	text-transform : uppercase;
	font-size : 25px;
	text-align : center;
	padding : 10px;
	padding-top : 30px;
	padding-bottom : 30px;
	max-width : 780px;
	font-weight : bold;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.63);
	}