/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

body {
	margin: 0;
	padding: 0;
	text-align: center;	/* pour corriger le bug de centrage IE */
	background: #36a238 url(../../images/css_front/fond.jpg) repeat-x left top;
	font-family: Arial, Verdana, Helvetica, sans-sérif;
	font-size: 12px;
	color: #333333;
	margin-bottom: 10px;
}


#global{
	position : relative;
	margin: 0 auto;
	text-align:left;
	padding: 0;
	width: 1018px;
	background: url(../../images/css_front/ombre.png) repeat-y left top;
}


/* Header */
#header {
	position : relative;
	width: 1000px;
	height: 140px;
	margin: 0 auto;
	text-align: left;
	background: url(../../images/css_front/bandeau_140.jpg) no-repeat left top;
	border-bottom: 3px solid #329742;
	z-index: 20;
}

#top{
	position: absolute;
	width: 300px;
	height: 115px;
}

#lien_1963{
	display: block;
	position: absolute;
	width: 75px;
	height: 15px;
	left: 306px;
	top: 98px;
}

/* Drapeau*/
#drapeau{
	display: none;
	float: right;
	margin-top: 25px;
	margin-right: 20px;
}

#drapeau img{
	margin : 0 2px;
	border: 0;
}

#logo{
	float: left;
	width: 230px;
}

#mini_menu{
	position: absolute;
	left: 150px;
	top: 122px;
	font-weight: bold;
	color: #FFFFFF;	
}

#menu{
	position: absolute;
	bottom: 0;
	left: 435px;
	/*background-color: yellow;*/
	
}

#menu li.selected{
	margin-top: 0;
}

#menu .selected a.main{
	padding-bottom: 20px;
}

/* Mini Menu */
#mini_menu span{
	margin: 0 3px;
}

/* Contenu */
#bloc_1000{
	position: relative;
	width: 968px;
	margin: 0 auto;
	text-align: left;
	background-color: #FFFFFF;
	padding: 8px 16px;
	padding-bottom: 0;
	z-index: 10;
}

/* Gamme produit */
#gamme_produit{
	float: left;
	width: 530px;
	height: 214px;
	z-index: 12;
	/*background-color: #007f3f;*/
}

#boutons{
	float: right;
	width: 84px;
	margin-top: 11px;
}

.fadein{
	position: relative;
	width: 446px;
	height: 180px;
	margin-top: 2px;
}

.fadein a{
	position:absolute;
	left:0;
	top:0;
}

.fadein img {
	border: 0;
}

/* Actualité */
#suivi_actualite{
	float: right;
	width: 422px;
	height: 225px;
	/*background-color:#01a0c7;*/
}

#ombre_actualite{
	position: relative; /* important(so we can absolutely position the description div */
	width: 243px;
	height: 187px;
	background: url(../../images/css_front/ombre_actualite.gif) no-repeat left top;
}

#ombre_actualite img{
	display: block;
	margin-top: 2px;
	margin-left: 2px;
	font-size: 0;
}

#ombre_actualite div.description{
	position: absolute; /* absolute position (so we can position it where we want)*/
	left: 2px;
	bottom: 9px !important;
	bottom: 8px;
	width: 234px;
	background-color: #03b6e3;
	color: #FFFFFF;
	text-align: justify;
	-moz-opacity:0.9;
	opacity: 0.9;
	filter: alpha(opacity=90);
}

#ombre_actualite div.description_content{
	padding: 4px 6px;
}

div#feature_list{
	margin-top: 7px;
	width: 418px;
	height: 172px;
	overflow: hidden;
	position: relative;
	/*background-color: black;*/
	border: 1px solid #d6d6d6;
}

div#feature_list ul {
	position: absolute;
	top: 0;
	list-style: none;	
	padding: 0;
	margin: 0;
}

ul#tabs {
	right: 0;
	z-index: 2;
	width: 182px; /* largeur background tab current */
}

ul#tabs li {
	display: block;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
}

ul#tabs li a {
	color: #333333;
	text-decoration: none;	
	display: block;
	padding: 6px 12px;
	padding-left: 24px;
	height: 31px; /*43-12)*/
	outline: none;
	border: 0;
	cursor: pointer;
	background: url(../../images/css_front/home_actualites_bkg.gif) no-repeat 13px 0;
}


ul#tabs li a:hover {
	text-decoration: none;
	color: #068db3;
}

ul#tabs li a.current {
	background:  url(../../images/css_front/home_actualites_current.png);
	color: #FFFFFF;
}

ul#tabs li a.current:hover {
	text-decoration: none;
	cursor: default;
}

ul#output {
	left: 0;
	width: 248px;
	height: 172px;
	position: relative;
	border-right: 1px solid #d6d6d6; 
}

ul#output li {
	position: absolute;
	width: 248px;
	height: 172px;
}

ul#output li p{
	position: absolute;
	bottom: 0;
	left: 0;
	background-color: #b6b6b6;
	color: #FFFFFF;
	font-size: 11px;
	font-weight: bold;
	padding: 6px 8px;
	padding-right: 14px;
	margin: 0;
	width: 228px; /* (248-8-14) */
	height: 31px; /* (43-12)*/
}

ul#output li span{
	position: absolute;
	left: 0;
	bottom: 43px;
	background-color: #018fb7;
	font-size: 10px;
	padding: 1px 6px;
	color: #FFFFFF;
}

ul#output li a{
	z-index: 5;
}

.cliquable{
	cursor: pointer;
}

/*
ul#output li a {
	position: absolute;
	bottom: 10px;
	right: 10px;
	padding: 8px 12px;
	text-decoration: none;
	font-size: 11px;
	color: #FFF;
	background: #000;
	-moz-border-radius: 5px;
}

ul#output li a:hover {
	background: #D33431;
}*/
		

.contenu_actualite ul{
	list-style-position: inside;
}

/* Dernières nouveautés + Idées Recettes*/
.photo{
	display: block;
	font-size: 0;
	border: 0;
}

#dernieres_nouveautes .legende{
	background: url(../../images/css_front/arrondi-gauche-vert.gif) no-repeat left bottom;
	padding: 6px 15px;
	font-weight: bold;
	color: #FFFFFF;
}

#idees_recettes .legende{
	background: url(../../images/css_front/arrondi-gauche-magenta.gif) no-repeat left bottom;
	padding: 6px 15px;
	font-weight: bold;
	color: #FFFFFF;
}

/* En un clic */
#boutons_clic{
	margin-top: 10px;
	/*background-color: #EDCD99;*/
	/*padding: 22px 1px;*/
	width: 270px;
}

#boutons_clic ul{
	position: relative;
	margin: 0px;
	padding: 1px 0;
	list-style: none;
}

#boutons_clic ul li{
	float: left;
	width: 65px;
	margin: 0 1px;
	padding: 0;
}



.menu_rubrique{
	width: 200px;
	height: 437px;
	font-weight: bold;
}

.menu_rubrique ul{
	float:left;
	margin: 0;
	padding: 0;
	/*margin-top: 47px;*/
	margin-top: 2px;
	list-style: none;
}

.menu_rubrique ul li{
	width: 200px;
	font-size: 13px;
	text-align: left;
}

.menu_rubrique ul li a{
	position: relative;
	display: block;
	padding: 7px 12px;
	color: #FFFFFF;
	width: 176px;
	text-decoration: none;
}

.menu_rubrique ul li .rubrique_mere{
	position: relative;
	padding: 7px 12px;
	color: #FFFFFF;
	width: 176px;
	background-color: #6cb029;
}

.menu_rubrique a.niv1{
	padding: 2px 4px;
	padding-left: 20px;
	color: #FFFFFF;
	width: 176px;
	font-size: 12px;
	font-weight: normal;
}

/*.menu_rubrique .selected{
	background-color: #FFFF00;
	font-weight: normal;
	color: #333333;
	padding: 2px 4px;
	padding-left: 20px;
}*/

/* Menu Actualité */
#menu_actualite{
	background: url(../../images/css_front/menu_actualite.jpg) no-repeat left top;
}

#menu_actualite a{
	border-bottom: 1px solid #048ab0;
	border-top: 1px solid #bef1fe;
}

#menu_actualite a:hover{
	color: #005e8e;
	background: #3db9d9;
}

#menu_actualite a.selected{
	border: 0;
	background-color: #00799a;
	color: #FFFFFF;
}

#menu_actualite .first{
	border-top: 0;	
}

#menu_actualite .last{
	border-bottom: 0;	
}

#menu_actualite a.rubrique, #menu_actualite a.rubrique:hover{
	display: block;
	height: 45px;
	width: 200px;
	border: 0;
	background: transparent;
	color: #FFFFFF;
	text-decoration: none;
}

#menu_produits{
	background: url(../../images/css_front/menu_produits.jpg) no-repeat left top;
}

#menu_produits a{
	border-bottom: 1px solid #106d26;
	border-top: 1px solid #a0d79a;
}

#menu_produits a:hover{
	color: #003f0a;
	background: #34a04f;
}

#menu_produits a.selected{
	border: 0;
	background-color: #FFFF00;
	font-weight: normal;
	color: #333333;
	padding: 2px 4px;
	padding-left: 20px;
}

#menu_produits .first{
	border-top: 0;	
}

#menu_produits .last{
	border-bottom: 0;	
}

#menu_produits a.rubrique, #menu_produits a.rubrique:hover{
	display: block;
	height: 45px;
	width: 200px;
	border: 0;
	background: transparent;
	color: #FFFFFF;
	text-decoration: none;
}

#menu_nutrition{
	background: url(../../images/css_front/menu_nutrition.jpg) no-repeat left top;
}

#menu_nutrition a{
	border-bottom: 1px solid #7c0d7c;
	border-top: 1px solid #fdb1fd;
}

#menu_nutrition a:hover{
	color: #630363;
	background: #be53be;
}

#menu_nutrition a.selected_mere{
	color: #510c51;
}

#menu_nutrition a.selected{
	border: 0;
	background-color: #743574;
	color: #FFFFFF;
}

#menu_nutrition .first{
	border-top: 0;	
}

#menu_nutrition .last{
	border-bottom: 0;	
}

#menu_nutrition a.rubrique, #menu_nutrition a.rubrique:hover{
	display: block;
	height: 45px;
	width: 200px;
	border: 0;
	background: transparent;
	color: #FFFFFF;
	text-decoration: none;
}

#menu_societe{
	background: url(../../images/css_front/menu_societe_jaune-vert_haut.jpg) no-repeat left top;
}

#menu_societe a{
	/*border-bottom: 1px solid #a45a03;
	border-top: 1px solid #ffc872;*/
	border-bottom: 1px solid #918900;
	border-top: 1px solid #fff64e;
}

#menu_societe a:hover{
	/*color: #713d00;
	background: #e29e30;*/
	color: #7d7600;
	background: #d9d031;
}

#menu_societe a.selected_mere{
	color: #7d7600;
}

#menu_societe a.selected{
	background-color: #9e9300;
	color: #FFFFFF;
	border: 0;
}

#menu_societe .first{
	border-top: 0;	
}

#menu_societe .last{
	border-bottom: 0;	
}

#menu_societe a.rubrique, #menu_societe a.rubrique:hover{
	display: block;
	height: 45px;
	width: 200px;
	border: 0;
	background: transparent;
	color: #FFFFFF;
	text-decoration: none;
}


#menu_recettes{
	background: url(../../images/css_front/menu_recettes_magenta.jpg) no-repeat left top;
}

#menu_recettes a{
	/*border-bottom: 1px solid #aa022b;
	border-top: 1px solid #ffaabf;*/
	border-bottom: 1px solid #980056;
	border-top: 1px solid #ffa3d7;
}

#menu_recettes a:hover{
	/*color: #9e000f;
	background: #ff4d78;*/
	color: #a00053;
	background: #ff3caa;
}

#menu_recettes a.selected{
	border: 0;
	background-color: #d30072;
	color: #FFFFFF;
}

#menu_recettes .first{
	border-top: 0;	
}

#menu_recettes .last{
	border-bottom: 0;	
}

#menu_recettes a.rubrique, #menu_recettes a.rubrique:hover{
	display: block;
	height: 45px;
	width: 200px;
	border: 0;
	background: transparent;
	color: #FFFFFF;
	text-decoration: none;
}


/*** ACTUALITE-HOME ***/
#intro_actualite{
	margin: 8px 0;
	padding: 4px 0;
	color: #0086cb;
	font-style: italic;
	/*font-weight: bold;*/
	background: url(../../images/css_front/feuille_actualite.jpg) no-repeat right bottom;
}

#ciboulette{
	background: url(../../images/css_front/herbe_produits.jpg) no-repeat right top;
}
#intro_produits{
	margin: 8px 0;
	padding: 4px 0;
	color: #158412;
	font-size: 12px;
	font-style: italic;
	/*font-weight: bold;*/
}

#evenements{
	width: 452px;
	height: 157px;
	margin-top: 2px;
	background: url(../../images/css_front/fond_evenements.jpg) no-repeat left top;
	padding: 14px;
	color: #FFFFFF;
	text-align: left;
	overflow: hidden;
}

#slide_evenements{
	visibility: hidden;
}

div.evt_container{
}

div.evt_container a.slider_prev, div.evt_container a.slider_next {
	font:  11px Arial, sans-serif;
	color: #005064;
	text-decoration: none;
	margin-top: 0px !important;
	margin-top: 6px;
}

div.evt_container a.slider_prev:hover, div.evt_container a.slider_next:hover {
	color: #333333;
	text-decoration: none;	
}


#promotions{
	float: left;
	width:245px;
	margin-top:20px;
}

#fond_promotions{
	float: left;
	height: 188px;
	width: 245px;
	padding: 12px 0;
	background: url(../../images/css_front/actualite-fond_promotions.gif) no-repeat left top;
	text-align:center;
}

#fond_promotions img{
	font-size: 0;
	padding: 0;
	margin: 0;
	border: 0;
}

#pm_medias{
	float: left;
	width: 200px;
	color: #0086cb;
}

#cadre_arrondi{
	margin-top: 4px;
	float: left;
	height: 200px;
	width: 200px;
	background: url(../../images/css_front/fond_pm_medias.gif) no-repeat left top;
}

#pm_medias ul{
	margin: 0;
	padding: 0;
	list-style: none;
	margin-top: 6px;
}

#pm_medias ul li{
	display: block;
	width: 176px;
	float:left;
	clear: both;
	margin: 0 12px !important;
	margin: 0 6px;
	padding: 4px 0;
	/*background-color: pink;*/
	border-bottom: 1px dashed #DEDEDE;
}

#pm_medias ul li img{
	display: block;
	float: left;
	border: 2px #DFDFDF solid;
	margin-right: 6px;
}


#fond_arrondi{
	height: 194px;
	width: 264px;
	background: url(../../images/css_front/fond_international.gif) no-repeat left top;
	padding-top: 6px;
	color: #FFFFFF;
}

#international{
	float: right;
	width: 264px;
	height: 200px;
	margin-top: 20px;
}

#international ul{
	margin: 0;
	padding: 0;
	list-style: none;
}

#international ul li{
	display: block;
	width: 240px;
	float:left;
	clear: both;
	margin: 0 12px !important;
	margin: 0 6px;
	padding: 4px 0;
	border-bottom: 1px dashed #DEDEDE;
}

#international ul li img{
	display: block;
	float: left;
	border: 2px #FFFFFF solid;
	margin-right: 6px;
}


.cliquable{
	cursor: pointer;
}

ul#diaporama{
	display: block;
	width: 745px;
	height: 166px;
	background: url(../../images/css_front/bkg_slides.jpg) no-repeat left top;
	list-style: none;
	padding: 0;
	margin: 0;
	margin-bottom: 20px;
	overflow: hidden;
	position: relative;
}

ul#diaporama li{
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	width: 745px;
	height: 154px;
	margin: 0;
	padding: 6px 0;
}

ul#diaporama li div.contenu{
	width: 285px;
	float: left;
}

ul li h5{
	font-size: 10px;
	color: #fe6d04;
	margin: 0;
	padding: 0;
	font-weight: normal;
}

ul li h5.medias{
	color: #fe6d04;
}

ul li h5.promotions{
	color: #cc0000;
}

ul li h5.internationales{
	color: #bab004;
}

ul li h5.evenements{
	color: #9d029d;
}

ul#diaporama li h3{
	font-size: 18px;
	margin: 6px 0;
	padding: 0;
	color: #0191b5;
}

ul#diaporama li p{
	text-align: justify;
	font-size: 12px;
}

ul#diaporama li div.image{
	width: 210px;
	height: 140px;
	overflow: hidden;
	float: left;
	margin-left: 45px;
	text-align: center;
	margin-top: 6px;
}

ul#diaporama li div.image img{
	width: 210px;
}

ul#plus_actualites{
	list-style: none;
	padding: 0;
	margin: 0;
}

ul#plus_actualites li{
	float: left;
	width: 357px;
	height: 97px;
	background-color: #e6e6e6;
	margin-bottom: 20px;
	padding: 4px;
}

ul#plus_actualites li.medias{
	border-top: 2px solid #fe6d04;
}

ul#plus_actualites li.promotions{
	border-top: 2px solid #cc0000;
}

ul#plus_actualites li.internationales{
	border-top: 2px solid #bab004;
}

ul#plus_actualites li.evenements{
	border-top: 2px solid #9d029d;
}

ul#plus_actualites li div.contenu{
	width: 220px;
	float: left;
}

ul#plus_actualites li h3{
	font-size: 12px;
	margin: 2px 0;
	padding: 0;
	color: #000000;
}

ul#plus_actualites li p{
	font-size: 11px;
	text-align: justify;
	margin: 0;
	margin-top: 6px;
}

ul#plus_actualites li div.image{
	width: 120px;
	height: 97px;
	float: right;
	text-align: center;
	background-color: #FFFFFF;
	overflow: hidden;
}

ul#plus_actualites li img{
	/*height: 90px;*/
	width: 120px;
}


/*** ACTUALITE INFOS ***/
.liste_documents{
	margin: 0;
	padding: 0;
	border: 1px #CCCCCC solid;
	border-top: 0;
	background-color: #EEEEEE;
	list-style-type: none;
}

.liste_documents li{
	padding: 4px 6px;
	margin: 0;
}
/*** PRODUITS-HOME ***/

.bloc_produit{
	position: relative; /* important(so we can absolutely position the description div */
	width: 370px;
	height: 178px;
}

.bloc_produit img{
	display: block;
	font-size: 0;
}

.bloc_produit div.description{
	position: absolute; /* absolute position (so we can position it where we want)*/
	left: 0;
	bottom: 0;
	width: 370px;
	background-color: #FFFFFF;
	color: #6fa004;
	-moz-opacity:0.9;
	opacity: 0.9;
	filter: alpha(opacity=90);
}

.bloc_produit div.description_tartes{
	position: absolute; /* absolute position (so we can position it where we want)*/
	left: 0;
	bottom: 0;
	width: 370px;
	background-color: #f3f3f3;
	color: #03761e;
	-moz-opacity: 0.8;
	opacity: 0.8;
	filter: alpha(opacity=80);
}

.bloc_produit div.description_content{
	padding: 4px 6px;
}

#idees_gourmandes{
	width: 332px;
	height: 172px;
	padding: 14px;
	background: url(../../images/css_front/fond_idees_gourmandes.jpg) no-repeat left top;
	color: #FFFFFF;
}

#engagements_qualite{
	width: 332px;
	height: 172px;
	padding: 14px;
	background: url(../../images/css_front/fond_engagements_qualite.jpg) no-repeat left top;
	color: #333333;
}





/*** NUTRITION-HOME ***/
#engagements{
	width: 352px;
	height: 102px;
	margin-top: 2px;
	text-align: justify;
	background: url(../../images/css_front/fond_engagements.gif) no-repeat left top;
	padding: 14px;
	color: #9311a3;
}

#avis{
	width: 312px;
	height: 102px;
	margin-top: 2px;
	text-align: justify;
	background: url(../../images/css_front/fond_avis.jpg) no-repeat left top;
	padding: 14px;
	color: #FFFFFF;
}

#service_conso{
	width: 160px;
	/*padding-top: 8px;*/
	margin-top: 2px;
}

#valeurs_nutritionnelles{
	float:left;
	width: 300px;
}

#tableau_allergenes{
	margin-top: 20px;
	float:right;
	width: 205px;
}

#tableau_allergenes .fond{
	/*width: 185px;
	height: 120px;
	padding: 10px;*/
	margin-top: 5px;
	/*background: url(../../images/css_front/fond_tableau_allergene.jpg) no-repeat left top;
	color: #FFFFFF;*/
}

#contenu_engagements{
	margin-top: 10px;
	text-align: justify;
}

#contenu_engagements p{
	margin: 6px 0;
}


.liste_ingredients{
	margin: 0;
	padding: 0;
	list-style-type: none;
	/*background-color: red;*/
}

.liste_ingredients li{
	display: block;
	float: left;
	width: 175px;
	padding: 6px 0;
	/*background-color: yellow;*/
	border-bottom: 1px dashed #CCCCCC;
	font-weight: bold;
}

.liste_ingredients li img{
	margin: 0 6px;
}

div.service_conso ul{
    list-style: none;
    margin: 0;
    padding: 0;
}

div.service_conso ul li{
    margin: 0;
   margin-bottom: 10px;
}

div.service_conso ul li h3{
    color: #02acd8;
    font-weight: bold;
    padding: 0;
    margin: 0;
    margin-bottom: 4px;
    font-size: 14px;
}



/*** PRODUIT-INFOS ***/


#produit .header{
	position: relative;
	width: 513px;
	background: url(../../images/css_front/produit-header.jpg) no-repeat left top;
	padding: 0 20px;
	padding-top: 14px;
	padding-bottom: 10px;
	color: #FFFFFF;
	font-size: 16px;
	font-weight: bold;
	text-align:center;
}

#produit .nouveaute{
	position: absolute;
	top: 4px;
	left: 4px;
}

#produit .contenu{
	width: 523px;
	padding: 2px 20px 10px 10px;
	background: url(../../images/css_front/produit-fond.gif) repeat-y left top;
}

#produit p{
	margin: 6px 0;
	padding: 0;
}

#produit table{
	width: 100%;
	/*border: 0px solid #DADADA;
	border-collapse: separate;
	border-spacing: 6px;*/
	font-weight:bold;
}


#produit table .nom{
	height: 36px;
	line-height: 36px;
	background-color: #a3ca1d;
	width: 59%;
	float: left;
	color: #FFFFFF;
}

#produit table .nom span{
	margin-left:8px;
}

#produit table .type{
	height: 36px;
	line-height: 36px;
	background-color: #a3ca1d;
	width: 11%;
	float: left;
	color: #FFFFFF;
	text-align: center;
}

#produit table .valeur{
	height: 36px;
	line-height: 36px;
	background-color: #dadada;
	width: 30%;
	float: right;
	color: #333333;
	text-align: right;
}

#produit table .valeur span{
	margin-right:5px;
}

#produit .footer{
	width: 553px;
	height: 40px;
	background: url(../../images/css_front/produit-footer.gif) no-repeat left top;
	text-align: center;
}

.liste{
	margin: 0;
	padding: 0;
	margin-left: 15px;
	list-style-type: none;
	/*background-color: red;*/
}

.liste li{
	width: 175px;
	padding: 6px 0;
	/*background-color: yellow;*/
	border-bottom: 1px dashed #CCCCCC;
	font-weight: bold;
}

.liste li img{
	margin: 0 6px;
}

.liste li.last{
	border-bottom: 0;
}

#liste_produits{
	width: 755px;
	margin-top: 4px;
}
#liste_produits .item{
	float:left;
	width: 136px;
	margin-right: 15px;
	text-align: center;
	/*height: 250px;
	background-color:yellow;*/
}


/*** RECETTES-HOME ***/
#fond_recettes_secretes{
	width: 476px;
	height: 268px;
	padding: 16px 12px;
	background: url(../../images/css_front/recette-fond_home.jpg) no-repeat top left;
}


.idee_recette{
	position: relative;
	width: 232px;
}

.idee_recette img{
	display: block;
	font-size: 0;
	border: 1px #DEDEDE solid;
}

.idee_recette div.description{
	position: absolute; /* absolute position (so we can position it where we want)*/
	left: 0px;
	bottom: 0px;
	width: 232px;
	background-color: #FFFFFF;
	color: #333333;
	text-align: left;
	-moz-opacity:0.9;
	opacity: 0.9;
	filter: alpha(opacity=90);
}

.idee_recette div.description_content{
	padding: 4px 6px;
}


/*** RECETTES-LIST ***/
.fiche_recette{
	width: 240px;
	margin: 6px 0;
}

.fiche_recette p{
	margin: 0;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 12px;
	padding: 5px 10px;
	text-align: center;
	height: 37px;
	line-height: 12px;
	background: url(../../images/css_front/recettes-list_fond_titre_240x47.gif) no-repeat left top;
}

.fiche_recette .infos{
	position: relative;
	width: 240px;
	height: 268px;
	background: url(../../images/css_front/recettes-list_ombre_photo_240x268.gif) no-repeat left top;
	padding-top: 3px;
}

.fiche_recette .infos img{
	font-size: 0;
	border: 0;
}

.fiche_recette .infos div.description{
	position: absolute; /* absolute position (so we can position it where we want)*/
	left: 0px;
	bottom: 8px !important;
	bottom: 7px;
	width: 235px;
	background-color: #FFFFFF;
	color: #333333;
	text-align: left;
	-moz-opacity:0.9;
	opacity: 0.9;
	filter: alpha(opacity=90);
}

.fiche_recette .infos div.description_content{
	font-size: 10px;
	padding: 4px 6px;
}

/*** RECETTE-INFOS ***/
#recette{
	margin-top: 6px;	
}

#recette .header{
	position: relative;
	width: 513px;
	background: url(../../images/css_front/recette-header.jpg) no-repeat left top;
	padding: 0 20px;
	padding-top: 14px;
	padding-bottom: 10px;
	color: #FFFFFF;
	font-size: 16px;
	font-weight: bold;
	text-align:center;
}

#recette .nouveaute{
	position: absolute;
	top: 4px;
	left: 4px;
}

#recette .contenu{
	width: 515px;
	padding: 2px 30px 0px 16px;
	background: url(../../images/css_front/produit-fond.gif) repeat-y left top;
}

#recette .image{
	float:left;
	width: 260px;
	height: 233px;
	background: url(../../images/css_front/recette_ombre_photo.gif) no-repeat left top;	
}

#recette p{
	margin: 6px 0;
	padding: 0;
}


#recette .footer{
	width: 553px;
	height: 40px;
	background: url(../../images/css_front/produit-footer.gif) no-repeat left top;
	text-align: center;
}

/** SOCIETE **/
#success_story{
	color: #aaa000;
	font-weight: bold;
	text-align: justify;	
}

#success_story p{
	margin: 6px 0;
}

#notre_societe{
	float: left;
	margin-top: 4px;
}

#notre_societe div{
	width: 190px;
	height: 168px;
	padding: 16px;
	background: url(../../images/css_front/societe-fond_societe.gif) no-repeat left top;
}

#notre_societe div p{
	text-align: center;
	margin: 0;
	margin-top: 6px;
	color: #FFFFFF;
	font-weight: bold;
}

#developpement{
	float: right;
	margin-top: 4px;
}

#developpement div{
	width: 190px;
	height: 168px;
	padding: 16px;
	background: url(../../images/css_front/societe-fond_developpement.gif) no-repeat left top;
}

#developpement div p{
	text-align: center;
	margin: 0;
	margin-top: 6px;
	color: #897f00;
	font-weight: bold;
}

.offre .contenu p{
	margin-top: 6px;
	margin-bottom: 14px;
}

.point_dd{
	text-align: left;
	background-color: #619200;
	padding: 6px 10px;
	border: 1px solid #496e00;
	color: #FFFFFF;
	margin-top: 6px;	
}

.point_dd .nombre{
	font-size: 60px;
	float: left;
	color: #81a833;
}

.point_dd .point_contenu{
	float: left;
	margin-left: 20px;
	width: 465px;
}

.point_dd .point_contenu b{
	font-size:16px;
}

.point_dd .point_contenu ul{
	margin: 5px 0px;
	padding: 0;
	list-style-position: inside;
}


#map_monde{
	margin-top: 90px;
	position: relative;
	width: 540px;
	height: 250px;
	background: url(../../images/css_front/societe_worldmap.jpg) no-repeat left top;	
}

#map_canada{
	position: absolute;
	width: 16px;
	height: 16px;
	/*background-color: #000000;*/
	left: 94px;
	top: 59px;
}

#map_espagne{
	position: absolute;
	width: 10px;
	height: 10px;
	/*background-color: #000000;*/
	left: 248px;
	top: 88px;
}

#map_italie{
	position: absolute;
	width: 10px;
	height: 10px;
	/*background-color: #000000;*/
	left: 279px;
	top: 87px;
}

#map_suisse{
	position: absolute;
	width: 7px;
	height: 7px;
	/*background-color: #000000;*/
	left: 273px;
	top: 80px;
}

#map_belgique{
	position: absolute;
	width: 7px;
	height: 7px;
	/*background-color: #000000;*/
	left: 268px;
	top: 73px;
}

#map_allemagne{
	position: absolute;
	width: 7px;
	height: 7px;
	/*background-color: #000000;*/
	left: 278px;
	top: 71px;
}

#map_france{
	position: absolute;
	width: 10px;
	height: 7px;
	/*background-color: #000000;*/
	left: 261px;
	top: 81px;
}
/* ESPACE PRESSE */
.demande_acces{
	padding: 4px 6px;
	background-color: #00a3cd;
	border: 1px #0081a3 solid;
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
	cursor: pointer;
	margin-right: 150px;
}


/****** Formulaire Demande Acces ********/

.field label{
	font-weight: bold;
	color: #333333;
}

.field input, .field textarea{
	width: 234px;
	border: 4px #E1E1E1 solid;
	font: 14px Arial, Helvetica, sans-serif; 
	font-weight: bold;
	color: #9e9300;
	padding: 2px 4px;
}

.field textarea{
	height: 230px;
}

.field p{
	margin: 6px 0;
}

.field .error{
	border: 4px #CC0000 solid;
}

/* Pied */
#pied{
	position : relative;
	width: 1018px;
	height: 50px;
	margin: 0 auto;
	text-align:left;
	padding: 0;
	background: url(../../images/css_front/ombre_pied.png) no-repeat left top;
	font-weight: bold;
}

#coordonnees{
	float: left;
	margin-left: 30px !important;
	margin-left: 15px;
	margin-top: 28px;
	color: #8fbc26;
}

#pied span{
	margin: 0 3px;
}

#copyright{
	float: right;
	margin-right: 50px !important;
	margin-right: 25px;
	color: #333333;
	font-size: 10px;
	margin-top: 28px;
}

#feuille{
	z-index: 250;
	position: absolute;
	right: -60px;
	top: -16px;
}


/* Plan du site */
#map{
	position : relative;
	margin: 0 auto;
	text-align:left;
	padding: 0 16px;
	width: 968px;
	margin-top: 10px;
}

#map ul{
	margin: 0;
	margin-top: 10px;
	padding: 0;
	list-style: none;
}

#map ul li{
	float: left;
	text-align: left;
	margin: 0;
	padding: 0;
	color: #FFFFFF;
	width: 160px;
	height: 250px;
}

#map .separation{
	padding-right: 20px;
	margin-right: 20px;
	background: url(../../images/css_front/bordure_map.png) no-repeat left top;
	background-position: right top !important;
	background-position: 99% 0;
}

#map .rubrique{
	width: 96px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	color: #333333;
	font-weight: bold;
	background: url(../../images/css_front/fond_titre_map.png) no-repeat left top;
	margin-bottom: 10px;
}


/* Footer */

#footer {
	width: 100%;
	height: 70px;
	margin: 0 auto;
	background: #153141;
	margin-top: 20px;
}

#footer-bg {
	width: 980px;
	margin: 0 auto;
	color: #E7E7E7;
}

#footer p {
	margin: 0;
	padding: 25px 0 0 0;
	text-align: center;
	font-size: smaller;
}

#footer a {
	color: #E7E7E7;
}

#footer .link {
	float: right;
}

#footer .copyright {
	float: left;
}

#footer .benchmark{
	margin-left: 100px;
	color: #ffd200;
}

