 /********************************
 		    * Article *
 ********************************/

.article{
	padding:10px;
}

.article_contenu{
	color:#000000;
}

.article_contenu h2 {
	text-align:left;
	font-size:22px;
	margin:5px 0 5px 0;
	/*color:#FFFFFF;*/
	font-family:"Arial Narrow",Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.article_contenu h2 a {
	/*color:#FFFFFF;*/
	text-decoration:none;
}
.article_contenu h2 a:hover { text-decoration:underline; }
.article_contenu h3 {
	font-size:11px;
	color:#999999;
	margin:2px 0 5px 0;
}

.article_footer p {
	font-weight:bold;
	text-align:right;
}
.retour a{
	color: rgb(254, 102, 2);
	text-decoration:none;
	float:right;
}
.retour:hover { text-decoration:underline; }
.consultation {
	padding:0 0 0 10px;
	margin:0;
	font-weight:bold;
	text-decoration:underline;
}
.lien_article_langue {
	line-height:24px;
	padding:0 0 0 10px;
	margin:0;
}
.lien_article_langue a {
	color:#333333;
	text-decoration:none;
}
.lien_article_langue a:hover {
	text-decoration:underline;
}
 /********************************
 		   * Diaporama *
 ********************************/
#diaporama{
	margin:auto;
	width:520px;
	overflow:hidden;
	text-align:center;
	/*height: 247px; */
}

#diaporama_header{
	width:520px;
	height:36px;
	/*margin-left:20px;*/
	font-size:18px;
	font-weight:bold;
}

#diaporama_header h3{
	margin:0;
	padding:0;
	padding-left:20px;
	padding-top:7px;
}

#diaporama_contenu{
	width:592px;
	/*height:153px;*/
	margin:auto;
	float:left;
	text-align:center;
	margin-top:10px;
}

#images{
	width:512px;
	margin-left:40px;
	margin-right:40px;
}

#diaporama_bloc{
	float:left;
	height:60px;
	margin:5px;
}

 /********************************
 	* Module Article Attachés *
 ********************************/

.articleattache {
	text-align:center;
	font-size:11px;
	overflow:hidden;
	padding-left:25px;
}
.articleattache h4 {
	padding:0;
	margin:0;
	margin-right:10px;
	margin-left:5px;
	font-weight:bold;
	font-size:11px;
}
.articleattache h4 a {
	color:#000000;
}
.articleattache_header {
	width:520px;
	height:36px;
	border-bottom:1px solid black;
	padding-left:15px;
}
.articleattache_contenu {
	border:1px solid #cccccc;
	padding:5px 0 5px 0;
	margin:5px;
	background-color:#EEEEEE;
	width:260px;
	height:135px;
	float:left;
	text-align:left;
}
.articleattache_contenu_admin {
	border:1px solid #C1C1D1;
	padding:5px 0 5px 0;
	margin:5px;
	background-color:#FFD9B9;
	width:232px;
	height:140px;
	float:left;
	text-align:left;
}
.articleattache_contenu p, .articleattache_contenu_admin p {
	text-align:left;
	font-size:12px;
	margin:auto;
}
.articleattache_contenu p a, .articleattache_contenu_admin p a {
	text-align:right;
	text-decoration:none;
	color:#333333;
}
.articleattache_contenu p a:hover, .articleattache_contenu_admin p a:hover {
	text-decoration:underline;
}
.articleattache_accroche {
	margin:10px 10px 10px 5px;
	height:85px;
}

.articleattache_accroche img {
	float:left;
	margin:0 5px 0 0;
}

.articleattache_accroche p { margin:0px; }
.articleattache_pictos {
	float:right;
	margin-right:5px;
}
.articleattache_photo {
	min-height:60px;
	float:left;
	margin-left:10px;
	margin-top:5px;
	margin-right:10px;
}

 /********************************
* Module Rubriques complémentaires *
 ********************************/
 
 .rubriques {
	/*background-color:#FFFFFF;*/
	padding:10px;
	text-align:center;
	font-size:11px;
	overflow:hidden;
}
 
.rub_comp_titre {
	margin: 5px;
	font-weight:bold;
	font-size:11px;
	float:left;
	color: #000000;
}
.rub_comp_titre a {
	color: #000000;
	text-decoration: underline;
}
.rub_comp_contenu {
	float: left;
	width:350px;
	height:110px;
	text-align:left;
	margin-bottom: 15px;
	/*background-color:#F7EDBF;*/
	margin-left:85px;
}
.rub_comp_contenu p {
	margin: 0;
	text-align:left;
	font-size:11px;
	color: #000000;
}
.rub_comp_accroche { margin:0 5px; clear:both; color: #000000; }
.rub_comp_accroche img { float:left;margin-right:5px; }
.rub_comp_txt {
	float: left;
	width: 350px;
	height: 110px;
	border: solid 1px #000000;
	background-color:#FFD9BF;
}
.rub_comp_contenu a { color: #000000; }

.rub_comp_pictos {
	float:right;
	margin:5px 5px 0 0;
}

/********************************
 	* Module Sous-rubriques *
 ********************************/

.sous_rub_titre {
	margin: 5px;
	font-weight:bold;
	font-size:11px;
	color: #000000;
}
.sous_rub_titre a {
	color: #000000;
	text-decoration: underline;
}
.sous_rub_contenu {
	width:350px;
	height:110px;
	text-align:left;
	float: left;
	margin : 10px 0 15px 85px;
}
.sous_rub_contenu p {
	margin: 0;
	text-align:left;
	font-size:11px;
	color: #000000;
}
.sous_rub_accroche { margin:0 5px; color: #000000; }
.sous_rub_accroche img { float:left; margin-right:5px;}
.sous_rub_txt {
	float: left;
	width: 350px;
	height: 110px;
	border: solid 1px #cccccc;
	background-color:#FFD9B9;
}
.sous_rub_contenu a { color: #000000; }
 /********************************
 			* Fichier *
 ********************************/

 #fichier{
 	width:400px;
	border:1px solid black;
	margin:auto;
 }

 #fichier #bloc_fichier{
 	margin:10px;
 }

  /********************************
 			* Lien *
 ********************************/

 #lien{
 	width:400px;
	border:1px solid black;
	margin:auto;
 }

 #lien #bloc_lien{
 	margin:10px;
 }

 #lien #bloc_lien #image{
 	width:55px;
	float:left;
	margin-right:10px;
 }

 #lien #bloc_lien #url{
 	width:300px;
	margin-bottom:28px;
	text-align:left;
 }


 /********************************
 			* Newsletter *
 ********************************/
 #newsletter{
	width:95%;
	margin:auto;
}

#newsletter_entete {
}

.newsletter_modules{
 	width:95%;
}

#newsletter_titre {
	margin:10px;
	font-weight:bold;
}

 /********************************
 			* PRODUIT *
 ********************************/
 
.module_produit {
	width:180px;
	border:1px solid #999999;
	margin:10px 5px 10px 7px;
	padding:5px;
	float:left;
	background-color: #FFFFFF;
}
.titre_produit {
	font-size:12px;
}
.titre_produit a { color:#666666; }
.liste_produits_prix_barre {
	text-decoration: line-through;
	font-size: 11px;
}
.liste_produits_prix_promo {
	font-weight: bold;
	color: #e2007a;
}
.liste_produits_prix {
	font-weight: bold;
	color: #990000;
}
.panier_liste_produit {
	text-align: right;
	margin-top: 5px;
	overflow:hidden;
	bottom:0;
	position:relative;
}
.panier_liste_produit a {
	color: #000000;
}
.accroche_produit {
	color:#666666; 
	border-top: solid 1px #cccccc; 
	margin-top: 3px; 
	padding-top: 3px;
	height:48px;
}
.el_gauche {
	float:left;
}
.el_droit {
	float:right; 
}
.picto_produit {
	border-bottom:1px solid #999999;
	text-align:right;
	width:100%;
	margin-bottom:2px;
}

 /********************************
 			* FICHE PRODUIT *
 ********************************/
 
#fiche_produit {
	
	margin: 10px 0 0 10px;;
	padding: 0;
	margin-bottom: 30px;
	min-height:320px;
  	height:auto !important;
  	height:320px;
}
* html #fiche_produit {
	width: 640px;
}

#description_fiche_produit {
	width: 628px;
 	margin:5px 0 9px 0;
 	border:solid 1px #cccccc;
 	padding:5px;
 	overflow:hidden;
}
/** html #description_fiche_produit {
	width: 630px;
}*/

.titre_fiche_produit {
	width:612px;
	height:20px;
	margin:0;
	margin-bottom:20px;
	
}
.titre_fiche_produit  h2{
	font-size: 18px;
	font-family: Arial, Helvetica, sans-serif;
	float:left;
	margin:0;
}

.titre_fiche_produit a{
	color: rgb(254, 102, 2);
	text-decoration:none;
	float:right;
	margin-top:2px;
	margin-right:10px;
}
.titre_fiche_produit a:hover{
	text-decoration:underline;
}

.bloc_photo_produit{
	/*width:250px;
	height:250px;*/
	width:300px;
	height:300px;
	border:1px solid #CCCCCC;
	background-color:#FFFFFF;
	/*padding:25px;*/
	float:left;
	margin-right:10px;
	margin-bottom:10px;
	text-align:center;
}

.photo_produit{
	width:250px;
	height:250px;
}

#photo-produit {
	width: 400px;
	height: 220px;
	background-image: url(../images/contenu/img-prod-fond.png);
	background-repeat: repeat-y;
}

.bloc_droite_produit{
	width:270px;
	float:left;
	margin-bottom:10px;
}

.prix_fiche_produit {
	font-size: 16px;
	font-weight: bold;
	color: #4c4b3d;
	margin-top: 7px;
	line-height: 25px;
	text-align: center;
}
.prix_fiche_produit_barre {
	float: left;
	font-size: 12px;
	color: #4c4b3d;
	margin-top: 7px;
	text-decoration: line-through;
	line-height: 25px;
}
#prix_promo_fiche_produit {
	float: left;
	color: #E2007A;
	font-weight: bold;
	font-size: 16px;
	margin-top:7px;
	line-height: 25px;
}
.txt_promo_fiche_produit {
	font-size: 12px;
	color: #698301;
}

#vente_fiche_produit {
	clear: both;
	width: 110px;
	margin: auto;
	/*float: left;
	width: 127px;*/
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
}
* html #vente_fiche_produit {
	/*width: 125px;
	margin: 10px 10px 0 18px;*/
}

#photos_fiche_produit {
	float: right;
	width: 200px;
	margin: 0 0 0 5px;
}
#miniatures_photos_fiche_produit {
	margin: 3px 0 0 2px;
}

#titre_producteur_fiche_produit {
	font-size: 13px;
	font-weight: bold;
	margin: 10px 0 0 27px;
}
#nom_producteur_fiche_produit {
	font-size: 11px;
	color: #666666;
	text-align: center;
	margin-top: 6px;
}

#declinaisons_fiche_produit {
	margin-top: 15px;
	font-size: 11px;
}
#declinaisons_fiche_produit form {
	margin: 0;
	padding: 0;
}
#declinaisons_fiche_produit select {
	font-size: 11px;
	width: 125px;
}

#lien_produits_producteur {
	font-size: 11px;
	margin: 7px 0 0 3px;
}

#bonus_produit {
	font-size: 11px;
	padding: 20px 0 10px 0;
	width: 585px;
	height: 50px;
}
#lien_recettes_fiche_produit {
	float: left;
	background-image: url(../images/boutique/picto_recette.jpg);
	background-position: left;
	background-repeat: no-repeat;
	padding-left: 30px;
	height: 30px;
	line-height: 30px;
}
#lien_restaurant_fiche_produit {
	float: left;
	background-image: url(../images/boutique/picto_restaurant.jpg);
	background-position: left;
	background-repeat: no-repeat;
	padding-left: 30px;
	height: 30px;
	line-height: 30px;
}
#lien_conseils_fiche_produit {
	float: left;
	background-image: url(../images/boutique/picto_conseils.jpg);
	background-position: left;
	background-repeat: no-repeat;
	padding-left: 30px;
	height: 30px;
	line-height: 30px;
}
#lien_pays_fiche_produit {
	float: left;
	background-image: url(../images/boutique/picto_pays.jpg);
	background-position: left;
	background-repeat: no-repeat;
	padding-left: 30px;
	height: 30px;
	line-height: 30px;
}

.infos_sup{
	width:270px;
	border:1px solid #CCCCCC;
	float:left;
}

.infos_sup a{
	color: rgb(254, 102, 2);
}

.infos_sup h3{
	margin:0;
	background-color:#CCCCCC;
	color:#FFFFFF;
	font-style:italic;
	font-weight:bold;
}

#contentDescProduit{
	margin-bottom:10px;
	text-align:justify;
	width:582px;
	float:left;
	border:1px solid #CCCCCC;
}

#contentDescProduit h3{
	margin:0;
	background-color:#CCCCCC;
	color:#FFFFFF;
	font-style:italic;
	font-weight:bold;
}

#contenu_desc_produit{
	padding:5px;
}

.add_panier{
	border:1px solid #CCCCCC;
	width:270px;
	float:left;
	margin-bottom:10px;
}

.add_panier h3{
	margin:0;
	margin-bottom:5px;
	background-color:#CCCCCC;
	color:#FFFFFF;
	font-style:italic;
	font-weight:bold;
}

.btn_panier{
	margin-top:10px;
}