/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
.retour{
	clear: both;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
body{
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
	font-size: 13px ;
}
#topnav{
	padding: 20px;
}
#logo{
	float: left;
}
#menu{
	float: right;
}
#menu a{
	float: left;
	display: block;
	line-height: 45px;
	text-decoration: none;
	padding: 10px;
	color: #EC6225;
}
#menu li{
	float: left;
}
#imgheader{
	background: url("images/imageheader.jpg") center;
	background-size: cover;
	background-repeat: no-repeat;
	height: 250px;
	border-bottom: 2px solid #ffdf00;
}
#imgheader h1{
	font-size: 50px;
	font-weight: bolder;
	text-align: center;
	line-height: 250px;
	color: white;
}
.container{
	width:1200px;
	margin: auto;
}
.col2{
	width: 47%;
	margin: 0 1.5%;
	float: left;
}
h2{
	font-size: 30px;
	margin-bottom: 30px;
	border-bottom: 1px solid #ec6225;
	border-bottom-style: dashed;
	color:#ec6225;
	text-align: justify;
}
 p{
	text-align: justify;
	line-height: 30px;
	margin-bottom: 20px;
}
.space{
	height: 30px;
	text-align: center;
}
.tableau{
	border-spacing: 15px;
	width: 500px;
	font-size: 15px;
	margin-top: 20px;
}
.tableau .ligneg{
	background: lightgray;
}
.tableau td{
	vertical-align: middle;
}
h3{
	font-size: 20px;
	margin-bottom: 10px;
}
#ficheproduit a{
	padding: 16px;
	text-decoration: none;
	color: lightgray;
}
section{
	padding-top: 30px;
}
#socialmedia p{
	font-size: 18px;
	font-weight: bolder;
	text-align: center;
	
}
#logosocial{
	text-align: center;
}
footer{
	background-color: #EC6225;
	padding: 30px;
	margin-top: 50px;
	font-size: 10px;
}
footer p{
	text-align: center;
	color: white;
}

