/********************************
		* Article *
********************************/

.article {
	padding:10px;
}
.article_contenu h2 {
	clear: both;
	text-align:left;
	font-size:13px;
	margin:5px 0 5px 0;
	color: #333333;
	border-bottom:1px #cccccc dashed;
}
.article_contenu h2 a {
	color:#5c5c5c;
	text-decoration:none;
	text-transform: uppercase;
	font-size: 12px;
}
.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 {
	clear:both;
	color:#666666;
	text-decoration:none;
	float:right;
	margin-top:5px;
}
.retour:hover {
	text-decoration:underline;
}
.consultation {
	padding:0 0 0 10px;
	margin:0;
	font-weight:bold;
	text-decoration:underline;
	clear:both;
}
.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:560px;
	overflow:hidden;
	text-align:center;/*height: 247px; */
}
.diaporama_header {
	width:560px;
	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:560px;
	/*height:153px;*/
	margin:auto;
	float:left;
	text-align:center;
	margin-top:10px;
}
.images {
	width:560px;
	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:10px;
}
.articleattache h4 {
	padding:0;
	margin:auto;
	float:left;
	margin-right:10px;
	margin-left:5px;
	text-decoration:none;
	text-transform: uppercase;
}
.articleattache h4 a {
	color:#5c5c5c;
	font-size:11px;
}
.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:#f9f9f9;
	width:100%;
	/*height:135px;*/
	float:left;
	text-align:left;
}
.articleattache_contenu_admin {
	border:1px solid #C1C1D1;
	padding:5px 0 5px 0;
	margin:5px;
	background-color:#F9FAFA;
	width:100%;
	height:140px;
	float:left;
	text-align:left;
}
.articleattache_contenu p, .articleattache_contenu_admin p {
	text-align:left;
	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 5px 5px;
}
.articleattache_accroche p { margin-bottom:2px; }
.articleattache_pictos {
	float:right;
	margin-right:5px;
}
.articleattache_accroche a { color: #5c5c5c; }
.articleattache_photo {
	min-height:60px;
	float:right;
	margin-left:10px;
	margin-top:20px;
	margin-right:10px;
}
/********************************
* Module Rubriques *
********************************/

.rubriques {
	text-align:center;
	padding:10px;
	font-size:11px;
	overflow:hidden;
}

/* *** sous rubriques *** */

.sous_rub_titre {
	display:block;
	margin: 5px 5px 15px 5px;
	font-weight:bold;
	font-size:11px;
	color:#5C5C5C;
	padding:7px 0 0 0;
	height:19px;
	border-bottom:1px #cccccc dashed;
	text-transform: uppercase;
}
.sous_rub_titre a {
	color: #77787B;
	text-decoration: underline;
}
.sous_rub_contenu {
	float: left;
	width:100%;
	text-align:left;
	margin-bottom: 15px;
}
.sous_rub_contenu p {
	margin: 0;
	text-align:left;
	font-size:11px;
	color: #77787B;
}
.sous_rub_accroche { margin:0 5px; clear:both; color: #999999; }
.sous_rub_accroche img { float:right; }
.sous_rub_contenu a { color: #5C5C5C; font-weight:bold;; padding-right:12px;  }
.sous_rub_contenu a:hover { padding-right:15px; }


/* *** rubriques complementaires *** */

.rub_comp_titre {
	display:block;
	margin: 5px 5px 15px 5px;
	font-weight:bold;
	font-size:11px;
	color:#5C5C5C;
	padding:7px 0 0 0;
	height:19px;
	border-bottom:1px #cccccc dashed;
	text-transform: uppercase;
}
.rub_comp_titre a {
	color: #77787B;
	text-decoration: underline;
}
.rub_comp_contenu {
	float: left;
	width:100%;
	text-align:left;
	margin-bottom: 15px;
}
.rub_comp_contenu p {
	margin: 0;
	text-align:left;
	font-size:11px;
	color: #77787B;
}
.rub_comp_accroche { margin:0 5px; clear:both; color: #999999; }
.rub_comp_accroche img { float:right; }
.rub_comp_contenu a { color: #5C5C5C; font-weight:bold;; padding-right:12px; }
.rub_comp_contenu a:hover { padding-right:15px; }

.rub_comp_pictos {
	float:right;
	margin:5px 5px 0 0;
}


/********************************
		* 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;
}
/********************************
		* Produits *
********************************/
.module_produit {
	width:180px;
	border:1px solid #999999;
	margin:5px;
	padding:5px;
	float:left;
}
.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;
}


/********************************
		* Boutique  *
********************************/

/*fiche detail produits*/
#container { width:560px; margin:0 auto; overflow: hidden; }
#produitFiche { width:560px; float:left; clear:both; margin-bottom:25px;  }
#produitFiche h3#nom_produits{ 
	font-size:13px;
	margin:5px 0 5px 0;
	color: #333333;
	padding: 0 0 5px 0;
	border-bottom:1px #cccccc dashed;
	font-family: Arial;	
	clear: both;
	overflow: hidden;
}
	/*encart des images*/
#produitFiche div#photo_produits { float:right; width:280px; }
#produitFiche div#photo_produits  img{margin:0 0 5px 10px; float:right; border: none; }
	/*encart des infos*/
#produitFiche div#infos{ width:240px; float:left; background-color:#e4e4e4; padding:10px;  color:#555555;}
#produitFiche div#infos p.accroche{ font-weight:bold; padding-top:0; margin-top:0;}
#produitFiche div#infos p#prix_produit{ display:block; font-family: "Trebuchet MS",Helvetica,Jamrul,sans-serif; font-size:16px; letter-spacing:-1px;  font-weight:bold; color:#555555; }
#produitFiche div#infos select#list_decline{display:block; width:230px; background-color:#CCCCCC; color:#555555; border:1px #f3e7c1 inset; }
#produitFiche a.btn_commander{width:330px; display:block; clear:left; text-align:center; padding:0; margin:5px 0 0 0; height:22px; padding-top:20px; color:#000000; font-family: "Trebuchet MS",Helvetica,Jamrul,sans-serif; font-size:13px; text-decoration:none; font-weight:bold; }
#produitFiche a.btn_commander:hover{ color:#333333; }
	/*encart des descriptions*/
#produitFiche ul#onglets { padding:0; margin:0; float:left; clear:both;}
#produitFiche ul#onglets li { display:block; float:left; list-style-type:none outside none; color:#CCCCCC;}
#produitFiche ul#onglets a { display:block; float:left; padding:3px 10px; margin:0;  text-decoration:none; font-family:Arial, Helvetica, sans-serif; font-size:12px; color:inherit; color:#333333; }
#produitFiche ul#onglets li.on{ background-color:#e4e4e4; border:1px #CCCCCC outset; border-bottom:0; color:#555555; font-weight:bold; }
#produitFiche div#descproduit { width:740px; float:left; clear:left; text-align:justify; color:#333333; }
#produitFiche div#descproduit div.tab_item{ width:740px; float:left; border-top:1px #CCCCCC inset; border-bottom:1px #CCCCCC inset; padding:10px 0 10px 5px;}



/*fiche generale produits*/
.produitsItem {
	overflow: hidden;
	margin:10px;
	width: 164px;
	float: left;
	border-bottom:1px dotted #cccccc;
	min-height : 180px;
	height: auto !important;
	height: 180px;
}
.zone_haute { overflow:hidden;}
.zone_basse { clear: both; }
.produitFiche { width:542px; padding:10px; float:left; clear:both; margin-bottom:25px; border:1px #BEA35A solid;  }
.produitsItem h3.nom_produits{ color:#797979; font-weight: bold; font-size:9px; padding-top:0; margin-top:0; font-family:Verdana; }
.produitsItem h3.nom_produits a { color:#797979; text-decoration:none; }
.produitsItem h3.nom_produits a:hover { text-decoration: underline; }
.accroche { display:block; font-family: Verdana; font-size:9px; color:#848484; margin:0; }
.accroche span { float:left; }
.savoir_plus {float: right; }
	/*encart des images*/
.produitsItem div.section-droite { width:164px; position: relative; text-align: center; padding-bottom:8px; border-bottom:1px dotted #cccccc; }
.produitsItem div.section-droite img { clear: both; }
.produitsItem a.btn_commander{width:160px; display:block; float:right; text-align:center; padding:0; margin:0; color:#000000; font-family: "Trebuchet MS",Helvetica,Jamrul,sans-serif; font-size:13px; text-decoration:none; font-weight:bold; }
.produitsItem a.btn_commander:hover{  }
.produitsItem p.prix_produit{ display:block; font-family: Verdana; font-size:9px; color:#848484; margin:0; line-height: 16px; }
