body {
	background-image: url(../img/bg/bg_cousineau.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	font-family: Geneva, sans-serif;
	font-size: 12px;
}
h2 {
	text-transform: uppercase;
	font-weight: bold;
	font-size: 16px;
}
p {
	color: #2a3f24;
	font-size: 12px;
	line-height: 150%;
	text-align: left;
}
#container {
	float: left;
	height: 100%;
	width: 100%;
}
#wrapper {
	width:960px;
	height:100%;
	text-align:left;
}
div.arrow_left {
	width:0px;
	height:0px;
	position: relative;
	z-index: 2000;
	left: 0px;
	top: 200px;
}
div.arrow_right {
	width:0px;
	height:0px;
	position: relative;
	z-index: 2000;
	left: 941px;
	top: 200px;
}
/*===================================*/
/*HEADER*/
#header {
	margin-top: 35px;
	margin-bottom: 25px;
	width:960px;
	height:128px;
}
#logo {
	background-image: url(../img/logo/logo_cousineau.png);
	background-repeat: no-repeat;
	float: left;
	height: 128px;
	width: 329px;
}
/*HEADER END*/
/*===================================*/
/*CONTENT*/
#content {
	width:960px;
	height:450px;
	text-align:left;
	float: left;
	background-color: #FFF;
/*	-webkit-box-shadow:0 0 15px #000;
	-moz-box-shadow: 0 0 15px #000;*/
	box-shadow:0 0 15px #000;
}
/*CONTENT END*/
/*===================================*/
/*MENU*/
/*FR*/
#menu_fr {
	float: left;
	margin-top: 20px;
	padding: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#menu_fr ul {
	padding: 0px;
	margin: 0px;
}
#menu_fr li, #menu_fr li a {
	display: inline;
	color:#666666;
	font-size: 12px;
	text-transform: uppercase;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	text-decoration: none;
	margin: 0px;
}
#menu_fr li a:hover {
	color: #006633;
	background-image: url(../img/b_nav.png);
	background-position: center 0px;
	background-repeat: no-repeat;
}
#menu_fr li a.active {
	color: #006633;
	background-image: url(../img/b_nav.png);
	background-position: center 0px;
	background-repeat: no-repeat;
}
#menu_fr li ul a.active {
	background-image: none;
}
#menu_fr li a.active:hover {
	color: #006633;
}
#menu_fr li ul a:hover {
	background-image: none;
}
#menu_fr li ul {
	display: none;
	margin-left: 235px;
}
#menu_fr li ul.active {
	color: #006633;
	display: block;
	position: absolute;
	margin-left: 235px;
	margin-top: 0px;
}
#menu_fr li ul.active li a:hover {
	color: #006633;
	background-image: none;
}
#menu_fr li ul li a {
	display: block;
	text-transform: none;
	background-image: none;
	padding-top: 0px;
}
#menu_fr li:hover ul {
	display: block;
	position: absolute;
}
#menu_fr li a.active {
	color: #006633;
}
/*EN*/
#menu_en {
	float: left;
	margin-top: 20px;
	padding: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#menu_en ul {
	padding: 0px;
	margin: 0px;
}
#menu_en li, #menu_en li a {
	display: inline;
	color:#666666;
	font-size: 12px;
	text-transform: uppercase;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	text-decoration: none;
	margin: 0px;
}
#menu_en li a:hover {
	color: #006633;
	background-image: url(../img/b_nav.png);
	background-position: center 0px;
	background-repeat: no-repeat;
}
#menu_en li a.active {
	color: #006633;
	background-image: url(../img/b_nav.png);
	background-position: center 0px;
	background-repeat: no-repeat;
}
#menu_en li ul a.active {
	background-image: none;
}
#menu_en li a.active:hover {
	color: #006633;
}
#menu_en li ul a:hover {
	background-image: none;
}
#menu_en li ul {
	display: none;
	margin-left: 222px;
}
#menu_en li ul.active {
	color: #006633;
	display: block;
	position: absolute;
	margin-left: 255px;
	margin-top: 0px;
}
#menu_en li ul.active li a:hover {
	color: #006633;
	background-image: none;
}
#menu_en li ul li a {
	display: block;
	text-transform: none;
	background-image: none;
	padding-top: 0px;
}
#menu_en li:hover ul {
	display: block;
	position: absolute;
}
#menu_en li a.active {
	color: #006633;
}
/*MENU END*/
/*===================================*/
/*FOOTER*/
div#footer {
	width:960px;
	height:20px;
	text-align:right;
	float: left;
	padding-top: 70px;
	font-size: 11px;
	color: #006633;
}
div#footer a {
	color: #006633;
	text-decoration: none;
}
div#footer a:hover {
	color: #6eb43f;
}
/*FOOTER END*/
/*===================================*/
/*copyright*/
div#copyright {
	width:960px;
	height:20px;
	text-align:center;
	float: left;
	padding-top: 70px;
	font-size: 11px;
	color: #666666;
	padding-bottom: 25px;
}
div#copyright a {
	color: #006633;
	text-decoration: none;
}
div#copyright a:hover {
	color: #6eb43f;
}
/*copyright END*/
/*===================================*/
/*W3C*/
div#w3c {
	width:960px;
	text-align:center;
	float: left;
	padding-top: 5px;
	font-size: 11px;
	color: #666666;
	padding-bottom: 0px;
}
div#w3c a {
	color: #006633;
	text-decoration: none;
}
div#w3c a:hover {
	color: #6eb43f;
}
/*W3C END*/
/*===================================*/
/*ACCUEIL*/
div.accueil {
	width:960px;
	height:450px;
	background-color: #D6D6D6;
	background-image: url(../../img/bg/bg_accueil.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
div.accueil h1 {
	text-align: right;
	vertical-align: bottom;
	color: #e8ea91;
	text-transform: uppercase;
	margin-top: 200px;
	margin-right: 25px;
	line-height: 125%;
	font-weight: lighter;
	font-size: 36px;
}
/*ACCUEIL END*/
/*===================================*/
/*JARDINS*/
div.jardins_1 {
	width:960px;
	height:450px;
	background-color: #D6D6D6;
}
div.jardins_1 div.left {
	width:688px;
	height:450px;
	float: left;
	background-image: url(../../img/bg/bg_jardins_1.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
div.jardins_1 div.right {
	width:242px;
	height:450px;
	float: left;
	padding: 15px;
}
div.text {
	height:420px;
	background-color: rgba(0, 0, 0, 0.5);
	padding: 15px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 200px;
}
div.text p, div.text h2 {
	color: #fff;
}
div.jardins_2 {
	width:960px;
	height:450px;
	background-color: #D6D6D6;
	background-image: url(../../img/bg/bg_jardins_2.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
div.jardins_2 div.text {
	width:400px;
}
div.jardins_3 {
	width:960px;
	height:450px;
	background-color: #D6D6D6;
	background-image: url(../../img/bg/bg_jardins_3.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
div.jardins_3 div.text {
	width:320px;
}
div.jardins_4 {
	width:960px;
	height:450px;
	background-color: #D6D6D6;
	background-image: url(../../img/bg/bg_jardins_4.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
div.jardins_4 div.text {
	width:320px;
}

/*JARDINS END*/
/*===================================*/
/*PRODUITS*/
div.text_produits {
	height:420px;
	background-color: rgba(0, 0, 0, 0.5);
	padding: 15px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 360px;
	width:460px;
	color: #fff;
}
div.text_produits p {
	color: #fff;
}
div.brocoli {
	width:960px;
	height:450px;
	background-color: #D6D6D6;
	background-image: url(../../img/bg/bg_brocoli.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
div.chou {
	width:960px;
	height:450px;
	background-color: #D6D6D6;
	background-image: url(../../img/bg/bg_chou.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
div.laitue {
	width:960px;
	height:450px;
	background-color: #D6D6D6;
	background-image: url(../../img/bg/bg_laitue.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
div.laitue_rouge {
	width:960px;
	height:450px;
	background-color: #D6D6D6;
	background-image: url(../../img/bg/bg_laitue_rouge.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
div.laitue_iceberg {
	width:960px;
	height:450px;
	background-color: #D6D6D6;
	background-image: url(../../img/bg/bg_laitue_iceberg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
/*PRODUITSS END*/
/*===================================*/
/*AGRICOLE*/
div.agricole {
	width:960px;
	height:450px;
	background-color: #D6D6D6;
	background-image: url(../../img/bg/bg_agricole.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
div.text_agricole {
	height:420px;
	background-color: rgba(0, 0, 0, 0.5);
	padding: 15px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 360px;
	width:460px;
	color: #fff;
}
div.text_agricole p {
	color: #fff;
}
/*AGRICOLE END*/
/*===================================*/
/*CERTIFICATION*/
div.certification {
	width:960px;
	height:450px;
	background-color: #D6D6D6;
/*	background-image: url(../../img/bg/bg_certification.jpg);
	background-repeat: no-repeat;
	background-position: left top;*/
}
/*CERTIFICATION END*/
/*===================================*/
/*ASSOCIATION*/
div.association {
	width:960px;
	height:450px;
	background-color: #D6D6D6;
	background-image: url(../../img/bg/bg_certification.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
/*ASSOCIATION END*/
/*===================================*/
/*CONTACT*/
div.contact {
	width:960px;
	height:450px;
	background-color: #D6D6D6;
	background-image: url(../../img/bg/bg_contact.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
div.contact div.left {
	width:450px;
	height:450px;
	float: left;
	padding: 15px;
}
div.contact div.right {
	width:400px;
	height:420px;
	float: left;
	/*background-color: rgba(255, 255, 255, 0.7);*/
	background-color: #ffffff;
	padding: 15px;
}
div.contact h2 {
	color: #2a3f24;
}
div.contact div.left p {
	color: #2a3f24;
	font-size: 12px;
	line-height: 150%;
	text-align: right;
}
div.contact p span {
	color: #32811d;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}
div.contact a {
	color: #32811d;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}
div.contact a:hover {
	color: #6eb43f;
	font-size: 12px;
	font-weight: bold;
}
div.contact div.map {
	text-align: right;
	width: 397px;
	padding-top: 10px;
}
div.contact div.map a {
	color: #32811d;
	font-size: 10px;
	font-weight: normal;
	text-decoration: none;
}
div.contact div.map a:hover {
	color: #6eb43f;
	font-size: 10px;
	font-weight: normal;
	text-decoration: none;
}
/*CONTACT END*/
/*===================================*/
