body{ padding:0; margin:0;}
#lightwindow_overlay {
	/* REQUIRED */
	display: none;
	visibility: hidden;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100px;
	z-index: 500;/* REQUIRED */
}
#lightwindow {
	/* REQUIRED */
	/* Of Note - The height and width of this element are set to 0px */
	display: none;
	visibility: hidden;
	position: absolute;
	z-index:2000;
	line-height: 14px;
	float:left;
	font-family:Arial, Helvetica, sans-serif;/* REQUIRED */
}
#lightwindow_container {
	/* REQUIRED */
		display: none;
	visibility: hidden;
	position: absolute;
	/* REQUIRED */
		padding: 0 0 0 0;
	margin: 0 0 0 0;
}
/* IE6 needs this or it messes with our positioning */
	* html #lightwindow_container {
	overflow: hidden;
}
#lightwindow_contents {
	overflow: hidden;
	z-index: 0;
	position: relative;
	border: 10px solid #ffffff;
	background-color: #ffffff;
}
#lightwindow_loading {
	/* REQUIRED */
	height: 100%;
	width: 100%;
	top: 0px;
	left: 0px;
	z-index: 9999;
	position: absolute;
	/* REQUIRED */
	background-color: #f0f0f0;
	padding: 10px;
}
#lightwindow_loading_shim {
	display: none;
	left: 0px;
	position: absolute;
	top: 0px;
	width: 100%;
	height: 100%;
}
#lightwindow_loading span {
	font-size: 12px;
	line-height: 32px;
	color: #444444;
	float: left;
	padding: 0 10px 0 0;
}
#lightwindow_loading span a,  #lightwindow_loading span a:link,  #lightwindow_loading span a:visited {
	color: #09F;
	text-decoration: none;
	cursor: pointer;
}
#lightwindow_loading span a:hover,  #lightwindow_loading span a:active {
	text-decoration: underline;
}
#lightwindow_loading img {
	float: left;
	margin: 0 10px 0 0;
}
/*-----------------------------------------------------------------------------------------------
	I liked the Navigation so much from http://www.huddletogether.com/projects/lightbox2/
	I mean let's face it, it works really well and is very easy to figure out.
-----------------------------------------------------------------------------------------------*/

#lightwindow_navigation {
	/* REQUIRED */
	position: absolute;
	top: 0px;
	left: 0px;
	display: none;/* REQUIRED */
}
/* We need to shim the navigation for IE, though its more of a sub-floor */
	#lightwindow_navigation_shim {
	/* REQUIRED */
		display: none;
	left: 0px;
	position: absolute;
	top: 0px;
	width: 100%;
	height: 100%;/* REQUIRED */
	}
#lightwindow_navigation a,  #lightwindow_navigation a:link,  #lightwindow_navigation a:visited,  #lightwindow_navigation a:hover,  #lightwindow_navigation a:active {
	/* REQUIRED */
		outline: none;/* REQUIRED */
	}
#lightwindow_previous,  #lightwindow_next {
	width: 49%;
	height: 100%;
	background: transparent url(../images/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
}
#lightwindow_previous {
	float: left;
	left: 0px;
}
#lightwindow_next {
	float: right;
	right: 0px;
}
#lightwindow_previous:hover,  #lightwindow_previous:active {
	background: url(../images/prevlabel.gif) left 15% no-repeat;
}
#lightwindow_next:hover,  #lightwindow_next:active {
	background: url(../images/nextlabel.gif) right 15% no-repeat;
}
#lightwindow_previous_title,  #lightwindow_next_title {
	display: none;
}
#lightwindow_galleries {
	width: 100%;
	position: absolute;
	z-index: 50;
	display: none;
	overflow: hidden;
	margin: 0 0 0 10px;
	bottom: 0px;
	left: 0px;
}
#lightwindow_galleries_tab_container {
	width: 100%;
	height: 0px;
	overflow: hidden;
}
a#lightwindow_galleries_tab,  a:link#lightwindow_galleries_tab,  a:visited#lightwindow_galleries_tab {
	display: block;
	height: 20px;
	width: 77px;
	float: right;
	line-height: 22px;
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
	cursor: pointer;
	font-size: 11px;
	color: #ffffbe;
	background: url(../images/black-70.png) repeat 0 0 transparent;
}
* html a#lightwindow_galleries_tab,  * html a:link#lightwindow_galleries_tab,  * html a:visited#lightwindow_galleries_tab {
	background: none;
	background-color: #000000;
	opacity: .70;
	filter: alpha(opacity=70);
}
a:hover#lightwindow_galleries_tab,  a:active#lightwindow_galleries_tab {
	color: #ffffbe;
}
#lightwindow_galleries_tab_span {
	display: block;
	height: 20px;
	width: 63px;
	padding: 0 7px 0 7px;
}
#lightwindow_galleries_tab .up {
	background: url(../images/arrow-up.gif) no-repeat 60px 5px transparent;
}
#lightwindow_galleries_tab .down {
	background: url(../images/arrow-down.gif) no-repeat 60px 6px transparent;
}
#lightwindow_galleries_list {
	background: url(../images/black-70.png) repeat 0 0 transparent;
	overflow: hidden;
	height: 0px;
}
* html #lightwindow_galleries_list {
	background: none;
	background-color: #000000;
	opacity: .70;
	filter: alpha(opacity=70);
}
.lightwindow_galleries_list {
	width: 200px;
	float: left;
	margin: 0 0 10px 0;
	padding: 10px;
}
.lightwindow_galleries_list h1 {
	color: #09F;
	text-decoration: none;
	font-weight: bold;
	cursor: pointer;
	padding: 10px 0 5px 0;
	font-size: 16px;
}
.lightwindow_galleries_list li {
	margin: 5px 0 5px 0;
	list-style-type: none;
}
.lightwindow_galleries_list a,  .lightwindow_galleries_list a:link,  .lightwindow_galleries_list a:visited {
	display: block;
	line-height: 22px;
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
	cursor: pointer;
	padding: 0 0 0 10px;
	font-size: 11px;
}
.lightwindow_galleries_list a:hover,  .lightwindow_galleries_list a:active {
	background: #000000;
	color: #ffffbe;
	border-left: 3px solid #ffffbe;
	padding: 0 0 0 7px;
}
#lightwindow_data {
	/* REQUIRED */
	position: absolute;/* REQUIRED */
}
#lightwindow_data_slide {
	/* REQUIRED */
		position: relative;/* REQUIRED */
	}
#lightwindow_data_slide_inner {
	background-color: #ffffff;
	padding: 0 10px 10px 10px;
}
#lightwindow_data_caption {
	padding: 10px 0 0 0;
	color: #666666;
	line-height: 25px;
	background-color: #ffffff;
	clear: both;
}
#lightwindow_data_details {
	background-color: #f0f0f0;
	padding: 0 10px 0 10px;
	height: 20px;
}
#lightwindow_data_author_container {
	width: 40%;
	text-align: right;
	color: #666666;
	font-style: italic;
	font-size: 10px;
	line-height: 20px;
	float: right;
	overflow: hidden;
}
#lightwindow_data_gallery_container {
	font-size: 10px;
	width: 40%;
	text-align: left;
	color: #666666;
	line-height: 20px;
	float: left;
	overflow: hidden;
}
#lightwindow_title_bar {
	height: 25px;
	overflow: hidden;
}
#lightwindow_title_bar_title {
	color: #ffffbe;
	font-size: 14px;
	line-height: 25px;
	text-align: left;
	float: left;
}
a#lightwindow_title_bar_close_link,  a:link#lightwindow_title_bar_close_link,  a:visited#lightwindow_title_bar_close_link {
	float: right;
	text-align: right;
	cursor: pointer;
	color: #ffffbe;
	line-height: 25px;
	padding: 0;
	margin: 0;
}
a:hover#lightwindow_title_bar_close_link,  a:active#lightwindow_title_bar_close_link {
	color: #ffffff;
}
/*-----------------------------------------------------------------------------------------------
	Theme styling stuff
-----------------------------------------------------------------------------------------------*/	

#lightwindow p {
	color: #000000;
	padding-right: 10px;
}
.hidden {
	display : none;
}

body {
	margin:0;
	padding:0;
}
div{ padding:0; margin:0;}
.prod{ width:31%; float:left; margin:10px 4px 10px; 8px; overflow:hidden;}
div.titre{
	font-family:verdana;
	font-size:14px;
	font-weight:bold;
	color:#FFF;
	display:block;
	height:25px;
	line-height: 24px;
	background: url(../images/bb.gif) no-repeat;;
	padding-left: 20px;
	
}

.prod .desc { height:70px;}
	

.prod p{ line-height:18px; font-size:12px; font-family:verdana; }
#pagin{ width:100%; float:left; text-align:center;}

.suite{ width:150px; }
ul.pagination li {
background:transparent none repeat scroll 0 0;
display:inline;
padding:2px 10px;}

ul.pagination{ padding:0; margin:0;}


marquee  a img{ margin:0 auto; display:block;}

form {
	padding:0;
	margin:0;
}

a {
	font:12px verdana;
	color:#ff9601;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}


#body1 {
	width:100%;
	z-index:10;
	overflow: hidden;
}

#body2 {
	width:100%;
	background:url(../images/index1.jpg) top center  no-repeat;
	z-index:20;
	overflow: hidden;
}

#body3 {
	width:100%;
	background:url(../images/index3.jpg) bottom  no-repeat;
	background-position:bottom left;
	z-index:30;
	min-height:100%;
	overflow: hidden;
}
.video a.lightwindow{ display:block; width:191px; height:118px; margin:0 auto; margin-top:25px;}
a.hidden{ display:none !important;}
#Tableau {
	margin:0 auto;
	width:1004px;
	position:relative;
	top:0;
	
}
.head {

position:relative;

	width:1004px;
	height:255px;
	float:left;


}
#anim{ position:absolute;
top:; left:0; z-index:0;}
.corp {
float:left;
	width:100%;
	background:url(../images/index31.jpg) repeat-y;
	padding-bottom:10px;
	
}
.menu {
float:left;


	width:1004px;
	position:relative;
	height:46px;
	background:url(../images/index2.jpg) no-repeat;
	
}

.corp .left_col {
	width:205px;
	float:left;
	padding-left:7px;
}

.corp .left_col .rechercher {
	width:185px;
	height:56px;
	float:left;
	background:url(../images/recherche.jpg) no-repeat;	
	padding-left:20px;
}

.corp .left_col .rechercher input.txt {
	background:none;
	float:left;
	font:12px verdana;
	color:#69740A;
	border:none;
	width:140px;
	margin-top:18px;
}

.corp .left_col .rechercher input.bt {
	background:url(../images/go.jpg) no-repeat;
	float:left;
	font:12px verdana;
	color:#b4c510;
	border:none;
	width:33px;
	height:24px;
	margin-top:16px;
	margin-left:6px;
}

.corp .left_col .box {
	width:205px;
	float:left;	
}

.corp .left_col .box .entete {
	width:195px;
	height:42px;
	float:left;
	background:url(../images/left_09.jpg) no-repeat;
	padding-right:10px;
	padding-top:9px;
	font:bold 12px verdana;
	color:#ff9601;
	text-align:center;
}

.corp .left_col .box .body {
	width:195px;
	float:left;
	background:url(../images/left_11.jpg);
	padding-right:10px;
	position: relative;
}

.corp .left_col .box .bas {
	width:195px;
	height:90px;
	float:left;
	background:url(../images/left_12.jpg) bottom no-repeat;
	padding-right:10px;
}

.corp .left_col .box .bas a {
	font:bold 12px verdana;
	color:#FFF;
	text-decoration:none;
}

.corp .left_col .box .bas a:hover {
	text-decoration:underline;
}

.corp .left_col .box .bas .fruits {
	width:140px;
	height:35px;
	padding-left:65px;
	padding-top:45px;
	font:bold 12px verdana;
	color:#FFF;
}

.corp .left_col .box .bas .huile {
	width:130px;
	height:35px;
	padding-left:75px;
	padding-top:15px;
	font:bold 12px verdana;
	color:#FFF;
}

.corp .contenu {
	width:560px;
	float:left;
	padding-left:8px !important;
	*padding-left:10px;
	padding-right:9px !important;
	*padding-right:7px;
	padding-top:12px;
	overflow: hidden;
}

.corp .contenu .top {
	width:560px;
	float:left;
	background:#efeff0 url(../images/body_06.jpgg) no-repeat;
	padding-top: 7px;
}

.corp .contenu .middle {
	width:540px;
	float:left;
	background:url(../images/body_11.jpg) repeat-y;
	padding-left:10px;
	padding-right:10px;
	font:11px verdana;
	color:#000;
	letter-spacing:0px;
	padding-top: 0px;
	margin-top: 0px;
}

.corp .contenu .middle h2{
	font:bold 13px verdana;
	color:#000;
}

.img1 {
	padding-right:10px;
	padding-bottom:10px;
	float:left;
}

.img2 {
	padding-left:10px;
	padding-bottom:10px;
	float:right;
}

.corp .contenu .bas {
	width:560px;
	height:8px;
	float:left;
	background:url(../images/body_17.jpg) no-repeat;
	overflow: hidden;
}

.corp .contenu .bloc {
	width:181px;
	height:212px;
	float:left;
	background:url(../images/box_18.jpg) no-repeat;
}

.corp .contenu .bloc .entete {
	width:181px;
	height:20px;
	float:left;
	font:bold 12px verdana;
	color:#ff9601;
	text-align:center;
	padding-top:15px;
}

.corp .contenu .bloc .image {
	width:161px;
	height:157px;
	float:left;
	padding:10px;
}

.corp .contenu .bloc .image img {
	width:161px;
	height:157px;	
}

.corp .contenu .bloc2 {
	width:181px;
	height:212px;
	float:left;
	background:url(../images/box_18.jpg) no-repeat;
	margin-left:8px;
	margin-right:8px;
}

.corp .contenu .bloc2 .entete {
	width:181px;
	height:20px;
	float:left;
	font:bold 12px verdana;
	color:#ff9601;
	text-align:center;
	padding-top:15px;
}

.corp .contenu .bloc2 .image {
	width:161px;
	height:157px;
	float:left;
	padding:10px;
}

.corp .contenu .bloc2 .image img {
	width:161px;
	height:157px;	
}

/*----------------------------*/

.corp .right_col {
	width:208px;
	float:left;
	overflow: hidden;
}

.corp .right_col .pub {
	width:208px;
	height:204px;
	float:left;
	background:url(../images/pub_05.jpg) no-repeat;
}

.corp .right_col .pub .entete {
	width:208px;
	float:left;
	height:20px;
	padding-top:15px;
	font:bold 12px verdana;
	color:#ff9601;
	text-align:center;
}


.corp .right_col .newslettre {
	width:185px;
	height:56px;
	float:left;
	background:url(../images/recherche.jpg) no-repeat;	
	padding-left:20px;
}

.corp .right_col .newslettre input.txt {
	background:none;
	float:left;
	font:12px verdana;
	color:#69740A;
	border:none;
	width:140px;
	margin-top:18px;
}

.corp .right_col .newslettre input.bt {
	background:url(../images/go.jpg) no-repeat;
	float:left;
	font:12px verdana;
	color:#b4c510;
	border:none;
	width:33px;
	height:24px;
	margin-top:16px;
	margin-left:6px;
}

.corp .right_col .contact {
	width:208px;
	height:95px;
	float:left;
	background:url(../images/contact_23.jpg) no-repeat;
	cursor: pointer;
}

.corp .right_col .contact .entete {
	width:208px;
	height:20px;
	text-align:center;
	font:bold 12px verdana;
	color:#ff9601;
	padding-top:8px;
}

.menu .ligne1 {
	width:974px !important;
	height:27px;
	float:left;
	text-align:left;
	font:bold 12px verdana;
	color:#FFF;
	padding-top:0px;
	position: relative;
	padding-left: 30px;


	*padding-left:30px;
}


.menu .ligne1 a {
	font:bold 12px verdana;
	color:#FFF;
	text-decoration:none;
	padding-left:5px;
	padding-right:13px;
	*display:block;
	*float:left;
	*height:25px;
	*line-height: 25px;
	*margin-left:5px;
	*padding-bottom: 2px;
	*border-right:1px solid #b8793c;
}
.ligne1>a{
	display:block !important;
	float:left !important;
	height:25px !important;
	height:25px;
	margin-left:7px !important;
	*margin-left:2px;
	border-right:1px solid #b8793c !important;
	
	margin-top: 0px !important;
	padding-bottom: 2px !important;
	margin-right: 2px;
	line-height: 25px !important;
	line-height: 25px;
}

.menu .ligne1 a:hover {
	color:#92b90b;
}


.menu .ligne2 {
	width:625px;

	*width:625px;
	height:17px;
	float:left;
	text-align:center;
	font:12px verdana;
	color:#fff;
	padding-top:2px;
	margin-left: 190px;

	*margin-left: 95px;
	overflow: hidden;
}

.menu .ligne2 span {
	font:bold 12px verdana;
	color:#fff;
}


#lien1, #lien2, #lien3, #lien4, #lien5, #lien6, #lien7{
	position:absolute;
	display:none;
	top:27px !important;
	*top:27px;
	padding:1px;
	background-color: #b8793c; width: 190px;
}
#lien1{
	left:0px;
	*left:0px !important;
	*left:0px;
	width:138px !important;
	*width:137px !important;
	*width:140px;
}
#lien2{
	left:225px;
	
}
#lien3{
	left:215px;
	*left:215px !important;
	*left:214px;
	width:178px;
}
#lien4{
	left:457px;
}
#lien5{
	left:534px;
	*left:534px !important;
	*left:525px;
	width:150px;
}
#lien6{
	left:676px;
	*left:676px !important;
	*left:663px;
	*width:130px !important;
	width:140px;
}
#lien7{
	left:816px;
}
#footer{
	width:100%;
	margin-top:10px;
	height:25px;
	line-height:25px;
	color:#993300;
	font-size:11px;
	float: left;
}
#copyright{ display:block; float:right; color:#993300; font-size:11px;}
#copyright a, #copyright a:hover{ color:#993300; font-size:11px;}
#lien1 a, #lien2 a, #lien3 a, #lien4 a, #lien5 a, #lien6 a, #lien7 a{
	*margin-left:0;
	*border-right:none;
	*margin-top: 0;
	*padding-bottom: 0;




	display:block;
	border-bottom:#b8793c 1px dotted;
	line-height:25px;
	height:25px;
	text-align:left;
	padding:0 2% 0 4%;
	width:94%;
float:left;
		
	background:url(../images/bg_ss.jpg) left top no-repeat;
	font-weight:normal;
}
#lien1 a:hover, #lien2 a:hover, #lien3 a:hover, #lien4 a:hover, #lien5 a:hover, #lien6 a:hover, #lien7 a:hover{color: #FFFFFF; /*background-color:#ca9b47;*/
background:url(../images/bg_sss.jpg) left top no-repeat; }
.corp .right_col .contact .info {
	width:140px;
	height:62px;
	font:10px verdana;
	color:#000;
	padding-top:3px;
	padding-left:62px;
}


.corp .right_col .reseaux {
	width:208px;
	height:105px;
	float:left;
	background:url(../images/reseaux.jpg) no-repeat;
}

.corp .right_col .reseaux .entete {
	width:208px;
	height:20px;
	text-align:center;
	font:bold 12px verdana;
	color:#ff9601;
	padding-top:18px;
}

.corp .right_col .reseaux .info {
	width:208px;
	height:62px;
	font:10px verdana;
	color:#000;
	padding-top:3px;
	text-align:center;
}
.form1 {
	-x-system-font:none;
	background:#d3ccc0 none repeat scroll 0 0;
	border-style:none;
	border-width:medium;
	color:#756e61;
	display:inline-block;
	font-family:verdana;
	font-size:11px;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:normal;
	width:100%;
}
.form2 {
-x-system-font:none;
float:left;
font-family:verdana;
font-size:11px;
font-size-adjust:none;
font-stretch:normal;
font-style:normal;
font-variant:normal;
font-weight:normal;
line-height:normal;
padding-right:1%;
width:48%;
}
.form4 {
margin:0;
overflow:hidden;
padding:5px 0 0;
}
.form3 {
-x-system-font:none;
float:right;
font-family:verdana;
font-size:11px;
font-size-adjust:none;
font-stretch:normal;
font-style:normal;
font-variant:normal;
font-weight:normal;
line-height:normal;
width:50%;
}
#blocs{
	float:left;
	width:100%;
	float:left;
	padding: 0;
	margin: 0;
}
.button1 {
background:#d3ccc0 none repeat scroll 0 0;
border-style:none;
border-width:medium;
color:#756e61;
font-size:11px;
width:100%;
}
.erreur{ color:#FF0000; font-weight:bold; font-size:10px; margin:10px 20px; background:#FCE4D6;}
form.formulaire{
	width:450px;
	margin-top: 20px;
}
legend{color:#756E61;}
#centre>p{ padding-right:13px;}

.formulaire{ display:block; width:80%; margin:0 auto; margin-top:20px;}
.lire{ text-align:right; float:right;color:#B4C510; margin-left:25px;}
.lire a{ color:#B4C510; font-size:10px; font-weight:bold;}
.flolef{ float:left;}
a.actt{ color:#ffffff;}
.bas a{
	display:block;
	margin-left:40px;
	margin-top:40px;
}
.ligne1 a.contt{ border:none !important;}
#Scroller_Container div{ width:195px;}