@charset "iso-8859-1";
/* FR : CSS et graphisme par WonkaStudio www.wks.fr  ------------------------------------------------------------------------------------------- */
/* EN : CSS and design template by WonkaStudio www.wks.fr  ------------------------------------------------------------------------------------------- */

/* FR : Style générale de la page  ------------------------------------------------------------------------------------------- */
/* EN : Genral style of every page ------------------------------------------------------------------------------------------------ */

body { 
	background-color: #862e66; /* #865173; #b8805d #b9da85*/
	color:#000000;
	margin:0;
	padding:0px;
	font:83%/1.4 verdana, arial, helvetica, sans-serif;	
	background-repeat:repeat-x; 
	background-image:url('images/bg-gradient.gif');
}

.newFooter{
	position:absolute;
	top:1605px;
}

.newPage{
	height:1640px;
	width:943px;
	  background-color:#ffffff;
	  padding:0px 0 10px 0;
	  float:left;
	  margin:0 0 0px 0;
	  border:solid;
	  border-width:0px;
}

img {
  border:none;
  }
p {
  font-size:11px;
  padding:0 10px 0 10px;
  }

#page {
	position:relative;
	width:995px;
	margin-left:auto;
	margin-right:auto;
	
}

.headGoogle{  
	position:relative;
	top:-25px;
	left:90px;
	
 }
 
.headGoogle1{  
	position:relative;
	top:-25px;
	left:410px;
	
 }

.divCacher{
	position:absolute;
	top:-40px;
	z-index:1000;
	background:url("images/infoBulle.gif") 0 0 no-repeat ;
	width:350px;
	height:65px;
	visibility:hidden;
}

.separator{
	clear: both;
	visibility: hidden;
	margin: 0;
	padding: 0;
	height: 1px;
	line-height: 0px;
	font-size: 0em;
	}

#pagecomplete {
  width:943px;
  background-color:#ffffff;
  padding:0px 0 10px 0;
  float:left;
  margin:0 0 0px 0;
  border:solid;
  border-width:0px;
}

/* FR : Style pour le header ------------------------------------------------------------------------------------------- */
/* EN : Style of the header page ------------------------------------------------------------------------------------------------ */


#bloc_header {
	width: 943px;
	height:112px;
	float:left;
	position:relative;
	background:url("images/bg_header.jpg") 0 0 no-repeat #ffffff;
	}

.logotype {
  border:none;
  margin:0px 0 0 10px;
  }
  
/* FR : Style pour le menu du haut de page ------------------------------------------------------------------------------------------- */
/* EN : Style of the top menu (present in every page of this tempalte) ------------------------------------------------------------------------------------------------ */

ul#menu1{
	float: left;
	width:943px;
   height:50px;
	list-style: none;
	padding:0px;
	margin:0px;
	background: url(images/bg_menu_top.png) 0 0 repeat-x;
  }
ul#menu1 li{
	float:left;
	text-align: center;
	}
ul#menu1 li a{
	display: block;
   width:188px;
	height: 50px;
	line-height:50px;
	font-family: verdana;
	font-size: 10px;
	font-weight: 700;
	color: #fff;
	text-decoration: none;
	outline: none;
	padding:0 0 0 0;
	}
li#current1 a{
	color: #ffffff;
	background:url("images/bg_menu_top_hover.png") 0 0 ;
}

li#current a {
color: #ffffff;
	background:url("images/bg_menu_top_hover-salade.png") 0 0 repeat-x;
}

/* FR : Style pour le sous menu ------------------------------------------------------------------------------------------- */
/* EN : Style of the under menu ------------------------------------------------------------------------------------------------ */

#ssmenu {
  position:relative;
  width:933px;
  height:30px;
  line-height:30px;
  padding:0 0 0 10px;
  background-color:#e2e2e2;
  float:left;
  }
#ssmenu .date {
  font-size:10px;
  color:#919191;
  font-weight:bold;
  }

/* FR : Style pour le moteur de recherche ------------------------------------------------------------------------------------------- */
/* EN : Style of the search motor ------------------------------------------------------------------------------------------------ */

#bloc_search {
  position:absolute;
  top:0;
  right:0px;
  width:330px;
  height:30px;
  line-height:30px;
  }
#bloc_search label {
  font-size:14px;
  color:#000000;
  float:left;
  margin:0 0 0 10px;
}
#bloc_search input {
  border:none;
  font-size:10px;
  color:#000000;
  width:120px;
  height:20px;
  float:left;
  margin:5px 10px 0 10px;
	background:url("images/bg_search_input.png") 0 0 no-repeat;
}
#bloc_search a {
  border:none;
  font-size:12px;
  font-weight:bold;
  text-align:center;
  text-decoration:none;
  color:#000000;
  width:66px;
  height:20px;
  line-height:20px;
  float:left;
  margin:5px 0 0 0;
	background:url("images/bg_search_bouton.png") 0 0 no-repeat;
}

/* FR : Style pour la colonne etroite (gauche et droite) ------------------------------------------------------------------------------------------- */
/* EN : Style of the small comulns (left and right) ------------------------------------------------------------------------------------------------ */

.smallcolumn {
  width:140px;
  float:left;
  background-color:#ffffff;
  margin:-7px 0 0 10px;
  }
.smallcolumn2 {
  width:140px;
  float:left;
  background-color:#ffffff;
  margin:0 0 0 10px;
  }

h2 {
  float:left;
  width:140px;
  height:40px;
  line-height:36px;
	background:url("images/bg_header_menu_1.png") 0 0 no-repeat;
	font-size:10px;
	color:#fff;
	padding:0 0 0 30px;
	margin:10px 0 0 0; 
  }
  
h3 {
  float:left;
  width:140px;
  height:40px;
  line-height:36px;
	background:url("images/bg_header_menu_2.png") 0 0 no-repeat;
	font-size:10px;
	color:#5e9603;
	padding:0 0 0 30px;
	margin:10px 0 0 0; 
  }

  
#menu_list {
  float:left;
	width:140px;
	list-style-type: none; 
	margin:0;
	padding:10px;
  background-color:#e2e2e2;
  }
ul#menu_list li a { 
	background:url("images/arrow.png") 2px 3px no-repeat;
	text-decoration:underline;
	color:#919191; 
	font-size:10px;
	font-weight:bold;
	padding:0 0 0 15px;
  }
ul#menu_list li a:hover { 
	color:#636363;
	}

#menu_list2 {
  float:left;
	width:140px;
	list-style-type: none; 
	margin:0;
	padding:10px;
  background-color:#e2e2e2;
  }
ul#menu_list2 li {
  margin:10px 0 0 0;
  }
ul#menu_list2 li a { 
	background:url("images/arrow.png") 2px 3px no-repeat;
	text-decoration:underline;
	color:#919191; 
	font-size:10px;
	font-weight:bold;
	padding:0 0 0 15px;
  }
ul#menu_list2 li a:hover { 
	color:#636363;
	}

.product-title {
  font-size:10px;
  font-weight:bold;
	color:#5e9603;
	text-decoration:underline;
  }
.product-big-title {
  font-size:14px;
  font-weight:bold;
	color:#5e9603;
	text-decoration:underline;
  }
  
 .product-medium-title {
 float:right;
  font-size:11px;
  font-weight:bold;
  color:#5e9603;
  text-decoration:underline;
  vertical-align:top;
  padding-right:15px;
  }
  
.podSlide {
position:relative;
 width:190px;
 padding-right:10px;
 padding-left:5px; 
 vertical-align:top;
 margin-top:-250px;
 margin-left:340px;
  }
  
.product-price {
  font-size:10px;
  padding:3px;
  font-weight:bold;
	background-color:#5e9603;
	color:#fff;
	float:left;
	margin:20px 10px 10px 0;
  }

/* FR : Style pour la partie centrale ------------------------------------------------------------------------------------------- */
/* EN : Style of the middle part ------------------------------------------------------------------------------------------------ */

.contentcolumn{
  width:584px;
  margin: 0 0 0 10px;
  float:left;
  padding-left:20px;
  }

h1 {
  float:left;
  width:583px;
  height:40px;
  line-height:36px;
	background:url("images/bg_header_content_1.png") 0 0 no-repeat;
	font-size:10px;
	color:#fff;
	padding:0 0 0 30px;
	margin:10px 0 0 0; 
  }
  
.content-bloc1 {
  float:left;
  width:543px;
  background-color:#fff;
  border:10px solid #e2e2e2;
  padding:10px;
  }
  
.content-bloc1-pays {
  float:left;
  width:543px;
  
  }
.content-bloc2 {
  float:left;
  width:583px;
  background-color:#e2e2e2;
	background:url("images/bg_content_2.png") 0 0 repeat-x;
  padding:0px;
  }

.text {
  font-size:10px;
  margin:5px;
  }
  
.textMoyen {
  font-size:12px;
  margin:5px;
  }

.img-content-bloc1 {
  margin:10px;
  float:left;
  }
.img-content-bloc2 {
  margin:0 10px 10px 0;
  float:left;
  }
  
.bloc-unik-product {
  background-color:#ffffff;
  padding:10px;
  margin:10px 0 0 10px;
  border:1px solid #d9d9d9;
  width:254px;
  height:150px;
  float:left;
  }
  
  .bloc-unik-product-line {
  background-color:#ffffff;
  padding:10px;
  margin:10px 0 0 10px;
  border:1px solid #d9d9d9;
  width:538px;
  height:150px;
  float:center;
  }

/* FR : Style pour la page des partenaires (page3.htm)  ------------------------------------------------------------------------------------------------ */
/* EN : Style of the partners page (page3.htm) ------------------------------------------------------------------------------------------------ */

.partner_titre {
	font-size:12px;
	font-weight:bold;
	color:#5b9400;
	text-decoration:underline;
	}

.partner_img {
	float:left;
	border:0px solid #394d53;
	margin:0 10px 0 10px;
	}
.partner_next {
	color:#000000;
	font-size:10px;
	text-decoration:none;
	font-weight:bold;
	}
.partner_next:hover {
	text-decoration:underline;
	}
	  
/* FR : Style pour la page de contact (page4.htm)  ------------------------------------------------------------------------------------------------ */
/* EN : Style of the contact form (page4.htm) ------------------------------------------------------------------------------------------------ */

.texte_contact {
	font-size:10px;
	color:#737373;
	margin:10px;
	}

.input_contact {
	border:1px solid #5e7e88;
	background:url("images/bg_input_contact.png") repeat-x #FFFFFF;
	padding:5px;
	font-size:10px;
	font-weight:bold;
	color:#394c52;
	width:200px;
	}

/* FR : Style pour les boutons  ------------------------------------------------------------------------------------------------ */
/* EN : Style of the buttons  ------------------------------------------------------------------------------------------------ */
	
.bouton {
	font-size:10px;
	color:#ffffff;
	width:150px;
	height:30px;
	line-height:30px;
	background: url(images/bg_bouton.png) 0 0 no-repeat;
	float:left;
	font-weight:bold;
	text-decoration:none;
	text-align:center;
	margin:20px 0px 0px 0;
	
	}	
	
.boutonVote {
	font-size:10px;
	color:#ffffff;
	width:65px;
	height:65px;
	line-height:50px;
	background: url(images/vote.png) 0 0 no-repeat;
	float:left;
	font-weight:bold;
	text-decoration:none;
	text-align:center;
	
	}	

.boutonVote1 {
	font-size:10px;
	color:#ffffff;
	width:50px;
	height:50px;
	line-height:55px;
	background: url(images/vote1.png) 0 0 no-repeat;
	float:left;
	font-weight:bold;
	text-decoration:none;
	text-align:center;
	margin:0px 0px 0px -20px;
	
}	

.boutonVote2 {
	font-size:8px;
	color:#ffffff;
	width:50px;
	height:50px;
	line-height:55px;
	background: url(images/vote1.png) 0 0 no-repeat;
	float:left;
	font-weight:bold;
	text-decoration:none;
	text-align:center;
	margin-left:30px;
	margin-right:-5px;
	
}	
.temp {
	float:left;	
	width:100%;
	font-weight:bold;
	text-decoration:none;
	text-align:center;
}	

.etoile {
	float:left;
	font-weight:bold;
	text-decoration:none;
	text-align:center;
}	

.boutonPetit {
	font-size:10px;
	color:#ffffff;
	width:150px;
	height:30px;
	line-height:30px;
	background: url(images/bg_bouton.png) 0 0 no-repeat;
	float:left;
	font-weight:bold;
	text-decoration:none;
	text-align:center;
	margin:20px 0px 0px 95px;
	
	}
	
	
.boutonSlide {
	font-size:10px;
	color:#ffffff;
	width:150px;
	height:30px;
	line-height:30px;
	background: url(images/bg_bouton.png) 0 0 no-repeat;
	float:left;
	font-weight:bold;
	text-decoration:none;
	text-align:center;
	margin:20px 0px 0px 35px;
	
	}

/* FR : Style pour la galerie sur la page 1 (page1.htm)  ------------------------------------------------------------------------------------------------ */
/* EN : Style of the galery in the page 1 (page1.htm) ------------------------------------------------------------------------------------------------ */


#parent2-wrap{
  float:left;
}
#parent2 li{
	font-size:10px;
	}
#parent2-menu a{
	margin:5px 3px 0px 0px;
	color:#fff;
	font-size:10px;
	font-weight:bold;
	float:left;
	text-align:center;
	width:25px;
	height:25px;
	line-height:25px;
	text-decoration:none;
	background:url(images/cube_up.png) no-repeat right top;
	}
#parent2-menu a:hover, #parent2-menu a.wactive{
	color:#fff;
	background:url(images/cube_hover.png) no-repeat right top;
	}

/* FR : Style pour le footer ------------------------------------------------------------------------------------------- */
/* EN : Style of the footer ------------------------------------------------------------------------------------------------ */

#footer {
  float:left;
  border-bottom:4px solid #919191;
  width:923px;
  height:30px;
  background-color:#e2e2e2;
  margin:10px 0 0 10px;
  }

.texte_footer {
	margin-left:20px;
	margin-top:12px;
	font-size:10px;
	font-weight:bold;
	color:#919191;
	}
.link_footer {
	font-weight:bold;
	font-size:10px;
	color:#919191;
	text-decoration:none;
	}
.link_footer:hover {
	text-decoration:underline;
	}