@charset "utf-8";
/* CSS Document */

* {
	margin:0;
	padding:0;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	}
	
body {
	background-color:#fff;
	}
	
#outerwrapper {
	width:1200px;
	background-image:url(../interface/bkg_img.gif);
	background-repeat:repeat;
	margin: 0 auto;
	}
	
#wrapper {
	width:1024px;
	margin:0 auto;
	}
	
#leftshadow {
	width:1024px;
	margin:0 auto;
	background-image:url(../interface/bkg_leftshadow.png);
	background-position:left;
	background-repeat:repeat-y;
	}
	
#rightshadow {
	width:1024px;
	margin:0 auto;
	background-image:url(../interface/bkg_rightshadow.png);
	background-position:right;
	background-repeat:repeat-y;
	}
	
#header_verger {
	width:1004px;
	height:255px;
	margin:0 auto;
	background-color:#CCC;
	background-image:url(../interface/hdr_verger.jpg);
	}
	
	
#header_produitsmaison {
	width:1004px;
	height:255px;
	margin:0 auto;
	background-color:#CCC;
	background-image:url(../interface/hdr_produitsmaison.jpg);
	}
	
#header_fruitsdulabeur {
	width:1004px;
	height:255px;
	margin:0 auto;
	background-color:#CCC;
	background-image:url(../interface/hdr_fruitsdulabeur.jpg);
	}
	
#header_contact {
	width:1004px;
	height:255px;
	margin:0 auto;
	background-color:#CCC;
	background-image:url(../interface/hdr_verger.jpg);
	}
	
	
#topnav {
	width:1004px;
	height:50px;
	position:relative;
	top:205px;
	}
	
	#topnav ul {
		width:996px;
		margin: 0 auto;
		}
	
	#topnav ul li{
		width:245px;
		height:50px;
		display:inline-block;
		background-image: url(../interface/btn_topnav_bkg.png);
		margin:0 2px;
		float:left;
		}
		
	#topnav ul li:hover{
		background-position:0 -50px;
		}
		
	#topnav ul li a p {
		font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
		font-size:18px;
		text-decoration:none;
		/*color:#000;*/
		text-align:center;
		padding-top:16px;
		text-transform:uppercase;
		}
		
	#topnav ul li a  {
		text-decoration:none;
		color:#000;
		}
		
		.activetoptab {
		background-position:0 -50px;
		}
		
		.activetoptab a p {
			color:#fff;
			}
		
	
#verger_imagebar {
	width:1004px;
	height:215px;
	margin:0 auto;
	background-image: url(../interface/imagebar_verger.jpg);
	clear:both;
	}
	
#produitsmaison_imagebar {
	width:1004px;
	height:215px;
	margin:0 auto;
	background-image: url(../interface/imagebar_produitsmaison.jpg);
	clear:both;
	}
	
#fruitsdulabeur_imagebar {
	width:1004px;
	height:215px;
	margin:0 auto;
	background-image: url(../interface/imagebar_fruitsdulabeur.jpg);
	clear:both;
	}
	
#contact_imagebar {
	width:1004px;
	height:215px;
	margin:0 auto;
	background-image: url(../interface/imagebar_contact.jpg);
	clear:both;
	}
	
#subnavblock {
	width:1004px;
	height:45px;
	margin:0 auto;
	background-color:#6CB33F;
	clear:both;
	}
	
	#subnavtopspace {
		width:1004px;
		height:18px;
		clear:both;
		}
	
	#subnav {
		width:1004px;
		height:27px;
		background-color:#B8D69F;
		clear:both;
		text-align:center;
		padding-top: 3px;
		}
		
	#subnav a {
		text-decoration:none;
		color:#000;
		}
		
	#subnav a:link {color:#000;}
	#subnav a:visited {color:#000;}
	#subnav a:hover {color:#FFF;}
	#subnav a:active {color:#004833;
	}
	
	#subnav img {
		padding:0 10px 3px;
		}
	
	/*#subnav ul{
		height:27px;
		width:745px;
		margin:0 auto;
		}
		
	#subnav ul li{
		margin-top:0;
		display:inline-block;
		margin:0 5px;
		float:left;
		}
	
	
			
	#subnav ul li a {
		font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
		text-align:center;
		text-decoration:none;
		color:#000;
		}
		
}*/
	
	.activesubtab {
		font-weight:bold;
		color:#004833;
		}
	
#contentbox {
	width:1004px;
	min-height:500px;
	margin:0 auto;
	background-color: #FFFCDF;
	padding-bottom:5px;
	}
	
#contentboxtopleft {
	width:964px;
	min-height:460px;
	background-image:url(../interface/contentbox_topleft.jpg);
	background-position:top left;
	background-repeat:no-repeat;
	}
	
#contentboxtopright {
	width:964px;
	min-height:460px;
	background-image:url(../interface/contentbox_topright.jpg);
	background-position:top right;
	background-repeat:no-repeat;
	}
	
#contentboxbottomleft {
	width:964px;
	min-height:460px;
	background-image:url(../interface/contentbox_bottomleft.jpg);
	background-position:bottom left;
	background-repeat:no-repeat;
	}
	
#contentboxbottomright {
	width:964px;
	min-height:460px;
	background-image:url(../interface/contentbox_bottomright.jpg);
	background-position:bottom right;
	background-repeat:no-repeat;
	padding-bottom:100px;
	}
	
#textbox {
	width:964px;
	min-height:460px;
	position:relative;
	top:20px;
	margin:0 auto;
	background-color: #FFF;
	}
	
#textboxmedia {
	width:924px;
	min-height:420px;
	padding:20px;}
	
	#vergerleftmedia {
		width:340px;
		float:left;
		}
	#vergerleftmedia_contact {
		width:450px;
		float:left;
		}
	#vergerleftmedia h1 {
		font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
		font-size:36px;
		font-style:italic;
		color:#EF4135;
		}
		
	#vergerleftmedia a:link {text-decoration:none; color:#666;}
	#vergerleftmedia a:visited {text-decoration:none; color:#000;}
	#vergerleftmedia a:hover {text-decoration:none; color:#EF4135;}
	#vergerleftmedia a:active {text-decoration:none; color:#004833;}
	
		
	#vergerrightmedia {
		width:562px;
		float:left;
		margin-left:20px;
		}
	#vergerrightmedia_contact {
		width:430px;
		float:left;
		margin-left:20px;
		}
	#vergerrightmedia a:link {text-decoration:none; color:#666;}
	#vergerrightmedia a:visited {text-decoration:none; color:#000;}
	#vergerrightmedia a:hover {text-decoration:none; color:#EF4135;}
	#vergerrightmedia a:active {text-decoration:none; color:#004833;}
		
	#centeredmedia {
		width:922px;
		margin:auto auto;
		text-align:center;
		}
		
	#centeredmedia p a {
		color:inherit;
		}
		
	#centeredmedia h1 {
		font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
		font-size:36px;
		font-style:italic;
		color:#EF4135;
		}
		
	#centeredmedia a:link {
		text-decoration:none;
		}
		
	#centeredmedia a:visited {
		text-decoration:none;
		}
		
	#centeredmedia a:hover {
		text-decoration:none;
		}
		
	#centeredmedia a:active {
		text-decoration:none;
		}
		
	#centeredmedia table {
		margin:0 auto;
	}
	
	#centeredmedia table tr {
		padding:10px 0;
	}
	
	.beigeblock {
		background-color:#F9F6E3;
		}
		
	.greenblock {
		background-color:#DCEAD0;
		}
		
	.rowspacer {
		height:2px;
		margin:0;
		padding:0;
		}
		
	#backuparrow {
		width:15px;
		height:8px;
		position:fixed;
		bottom:10%;
		background-image:url(../images/flecheanchor.gif);
		margin-left:925px;
		}
		
	.smalltext {
		font-size:11px;
		text-align:left;
		padding-top:5px;
		}
		
	#centeredmedia table th, td {
		width:170px;
		padding:5px 10px;
		text-align:left;
		}
		
		
		
	#vergerrightmedia h1 {
		font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
		font-size:36px;
		font-style:italic;
		color:#EF4135;
		}
		
	#vergerrightmedia p {
		padding-bottom:10px;
	}
	
	#centeredmedia p {
		padding-bottom:10px;
	}
	
	.lightgreen {
		color:#6CB33F;
		}
		
	.darkgreen {
		color:#004833;
		}
		
	.beige {
		color:#DEB57F;
		}
		
	.warmred {
		color:#EF4135;
		}
		
.clearer {
	font: normal 1px/1px courier, serif;
	clear: both; 
	height: 0;
	margin: 0;
	padding: 0;
	}
	
#footerrights {
	width:800px;
/*	background-color:#fff;*/
	margin:25px auto 0 auto;
	}
	
#footerrights p {
	color:#58595b;
	font-size:10px;
	text-align:center;
	padding:2px;
	}
	
	#footerrights p a:link {
		color:#939598;
		text-decoration:none;
		}
		
	#footerrights p a:visited {
		color:#939598;
		text-decoration:none;
		}
		
	#footerrights p a:hover {
		color:#414042;
		text-decoration:none;
		}
		
	#footerrights p a:active {
		color:#939598;
		text-decoration:none;
		}
