html, body {
	height: 100%;
}

body {
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10.4pt;
	color: #CAA132;
	line-height: 1.6em;
}


h1, h2, h3 {
	margin: 0;
	padding: 0;
	color: #663300;
	padding-top: 0px;
	padding-bottom: 20px;
}

p, ol, ul {
	margin-top: 0px;
}

p {
	line-height: 150%;
	margin-bottom: 6px;
}

a {
	color: #17689D;
}

a:hover {
	text-decoration: none;
}

a img {
	border: #CAA132;
}

img.border {
	border-color: #CAA132;
	border-style: solid;
	border-width: 1px;
}

img.alignleft {
	float: none;
	border: none;
}

img.alignright {
	float: right;
}

img.aligncenter {
	margin: 0px auto;
	border-color: #CAA132;
	border-style: solid;
	border-width: 1px;
}

hr {
	display: none;
}

.container {
	width: 1200px;
	margin: 0px auto;
}

/* List style 4 */

	ul.style1 {
		overflow: hidden;
		margin: 0em;
		padding: 0em;
		list-style: none;
	}
	
	ul.style1 li {
	padding: 0.4em 1em 0.8em 0em;
	line-height: 145%;
	color: #999;
	}
	
	ul.style1 a {
		text-decoration: none;
		color: #7C7C7C;
	}
	
	ul.style1 a:hover {
		text-decoration: none;
	}
	
	ul.style1 h3
	{
	padding: 0 0 0.75em 0;
	font-size: 1.1em;
	font-weight: 400;
	color: #666;
	}
	
	
	ul.style1 .first {
	padding-top: 0;
	border-top: none;
	color: #C5E2D2;
	}

/* List Style 2 */

	ul.style2 {
		overflow: hidden;
		margin: 0em;
		padding: 0em;
		list-style: none;
	}
	
	ul.style2 li {
		padding: 1.00em 0em 2.75em 0em;
	}
	
	ul.style2 a {
		text-decoration: none;
		color: #4e4e4e;
	}
	
	ul.style2 a:hover {
		text-decoration: none;
	}
	
	
	ul.style2 img {
		float: left;
		margin-right: 1.5em;
		border-radius: 5px;
	}
	
	ul.style2 .first {
		padding-top: 0;
		border-top: none;
	}
	
/* List style 3 */

	ul.style3 {
	margin: 0em;
	padding: 0em 0em 0em 0em;
	list-style: none;
	font-size: 6px;
	}
	
	
	ul.style3 li {
		padding: 1.75em 0em 1.50em 0em;
	}
	
	ul.style3 .heading-title {
		font-size: 1.10em;
		font-weight: 400;
		color: #EBEBEB;
	}
	
	ul.style3 .date {
	display: inline-block;
	margin: 0em 1em 1em 0em;
	text-transform: uppercase;
	font-size: .80em;
	border-radius: 5px;
	box-shadow: 0px 1px 5px rgba(0,0,0,.4);
	color: #FFFFFF;
	background-color: #C5E2D2;
	}
	
	ul.style3 .date a
	{
		display: inline-block;
		padding: .5em 1em;
		letter-spacing: 1px;
		border-radius: 5px;
		text-align: center;
		text-decoration: none;
		text-transform: uppercase;
		font-size: 1.10em;
		font-weight: 400;
		color: #FFFFFF;
		box-shadow: inset 1px 1px 1px #064670;
	}

	ul.style3 a 
	{
		text-decoration: none;
		color: #919191;
	}
	
	ul.style3 a:hover 
	{
		text-decoration: none;
	}
	
	ul.style3 .first {
		border-top: none;
	}

/* List style 4 */

	ul.style4 {
		overflow: hidden;
		margin: 0em;
		padding: 0em;
		list-style: none;
	}
	
	ul.style4 li {
	padding: 1
.em 0em 1em 0em	}
	
	ul.style4 a {
		text-decoration: none;
		color: #919191;
	}
	
	ul.style4 a:hover {
	text-decoration: none;
	}
	
	ul.style4 h3
	{
		padding: 0 0 0.75em 0;
		font-size: 1.10em;
		font-weight: 400;
		color: #EBEBEB;
	}
	
	
	ul.style4 .first {
		padding-top: 0;
		border-top: none;
	}

/** WRAPPER */

#wrapper {
	overflow: visible;
	background-image: url(imgs/bg02.png);
	background-repeat: repeat;
	padding-bottom: 10px;
	position: relative;
}

.container {
	width: 1000px;
	margin: 0px auto;
}

.clearfix {
	clear: both;
}

/** HEADER */

#apDiv2 {
	left:10px;
	width:151px;
	height:177px;
	position: absolute;
	margin-left: 0px;
	border: none;
	z-index: 1;
	overflow: visible;
}
/** MENU */

#menu {
	float: right;
	width: 970px;
	position: relative;
}

#menu ul {
	float: right;
	margin: 0px;
	padding: 30px 0px 0px 0px;
	list-style: none;
	line-height: normal;
}

#menu li {
	float: left;
}

#menu a {
	display: block;
	padding: 10px 10px;
	text-decoration: none;
	color: #CAA132;
}

#menu a:hover {
	text-decoration: none;
	color: #008072;
}

#menu .active a {
	border-radius: 5px;
	text-align: center;
	text-decoration: none;
	color: #FFF;
	box-shadow: inset 1px 1px 1px #064670;
	background-color: #008072;
	border-top-color: #CAA132;
	border-top-style: solid;
	border-top-width: 2px;
}

/** BANNER */

#banner {
	overflow: visible;
	height: 710px;
	margin: auto;
	background-image: url(images/WEBERT_web.png);
	background-position: top;
	background-repeat: no-repeat;
	padding-bottom: 20px;
	position: relative;
	padding-top: 0px;
	margin-top: 75px;
}

#bannercontact, #bannermateriaux, #bannertarifs, #bannerbon, #bannerdelais, #bannerprod, #bannergarantie {
	overflow: visible;
	height: 430px;
	margin: auto;
	background-position: top;
	background-repeat: no-repeat;
	padding-bottom: 0px;
	position: relative;
	margin-top: 70px;
}

#bannermateriaux {
	background-image: url(images/materiaux.png);
}

#bannertarifs {
	background-image: url(images/tarifs.png);
}

#bannerdelais {
	background-image: url(images/delais.png);
}

#bannerbon {
	background-image: url(images/bon.png);
}

#bannerprod {
	background-image: url(images/produits.png);
}

#bannercontact {
	background-image: url(images/contact_webert.png);
}

#bannergarantie {
	background-image: url(images/garantie.png);
}
		
#banner #coursier {
	left:10px;
	width:235px;
	height:200px;
	position: absolute;
	margin-left: 350px;
	border: none;
	z-index: 1;
	margin-top: 400px;
}
		
#coursierpg {
	left:370px;
	width:235px;
	height:200px;
	position: absolute;
	margin-left: 0px;
	border: none;
	z-index: 1;
	margin-top: 120px;
}

#banner #kit {
	left:10px;
	width:235px;
	height:195px;
	position: absolute;
	margin-left: 17px;
	border: none;
	z-index: 1;
	margin-top: 530px;
}
#kitpg {
	left:10px;
	width:235px;
	height:140px;
	position: absolute;
	margin-left: 17px;
	border: none;
	z-index: 1;
	margin-top: 270px;
}
#banner #column1 {
	float: left;
	width: 348px;
	padding: 10px 30px 20px 30px;
	color: #FFFFFF;
}

#banner #column1 h2 {
	padding: 0px 0px 20px 0px;
	letter-spacing: -1px;
	font-size: 30px;
	font-weight: 400;
}

#banner #column2 {
	float: left;
	width: 792px;
	margin-top: 800px;
}

/** PAGE */

#form {
	float: left;
	width: 290px;
	margin-right: 7px;
	font-size: 11px;
	color: #CAA132;
	background-image: url(images/cour.png);
	padding-left: 10px;
}

#formkit {
	float: left;
	width: 300px;
	margin-right: 7px;
	font-size: 11px;
	color: #CAA132;
	background-image: url(images/bg_kit.png);
}
#page {
	overflow: hidden;
	padding: 0em 0em 0em 0em;
}

/** CONTENT */

#content {
	float: left;
	width: 650px;
	padding: 0px 0px 0px 0px;
	border-color: #CAA132;
	font-weight: normal;
}

#content h2 {
	padding: 0px 0px 20px 0px;
	text-shadow: 1px 1px 1px #FFFFFF;
	font-size: 18px;
	font-weight: 200;
}

#content h3 {
	padding: 15px 0px 4px 0px;
	font-size: 18px;
	border-bottom-color: #663300;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}

/** SIDEBAR */

#sidebar {
	float: right;
	width: 180px;
	margin-left: 20px;
	padding-right: 15px;
	padding-left: 20px;
	border-left-color: #CAA132;
	border-left-style: solid;
	border-left-width: 1px;
}

#sidebar h2 {
	padding: 0px 0px 20px 0px;
	letter-spacing: -1px;
	font-size: 30px;
	font-weight: 400;
}

/* Footer */

#footer {
	overflow: hidden;
}

#footer p {
	padding: 1em 0em;
	text-align: center;
	color: #999;
}

#footer a {
	color: #999;
	text-decoration: none;
}


#footer-content {
	overflow: hidden;
	padding: 2em 0em 2em 0em;
	color: #CAA132;
	border-color: #CAA132;
	border-style: solid;
	border-width: 1px;
}

#footer-content h2 {
	padding: 0em 0em 1.50em 0em;
	font-weight: bold;
	color: #008072;
}

#footer-content #fbox1 {
	float: left;
	width: 300px;
	margin-right: 60px;
	margin-left: 50px;
}

#footer-content #fbox2 {
	float: left;
	width: 200px;
	margin-left: 30 px;
	padding-right: 20px;
	border-right-style: solid;
	border-right-width: 1px;
}

#footer-content #fbox3 {
	float: right;
	width: 340px;
}
.conditions {
	font-size: 10.9px;
}
