/* CSS Print Document */

body {
	margin: 0;
	padding: 0;
	background: #fff url(../images/bg_site.jpg) center top no-repeat;
	font-family: Verdana, Helvetica, Arial, sans serif;
	font-size: 11px;
	height: 100%;
}
.logo-print {
  display: block;
}
.clear{
	clear: both;
}
a img {
	border: 0;
	border: none;
}

/*======================================================
Header
======================================================*/
#header {
  display: none;
	width: 100%px;
}
	.lk-logo {
    display: none;
	}

	#menu-top {
    display: none !important;
	}
			

/*======================================================
Main
======================================================*/
#conteneur-main {
	width: 100%;
	margin: 0 auto;
	padding: 0 0 0 0;
}

	.top-page {
    display: none;
	}

	/*======== Fil d'arianne ========*/
	#breadcrumb {
    display: none;
	}

	
	/*======== Home ========*/
	#main-home {
	}
	#home-left {
		width: 616px;
	}
		.tab-home-left, .tab-home-left table {
			border-collapse: collapse;
			border: 0;
			width: 100%;
			padding: 0;
			margin: 0;
		}
			.tab-home-left td {
				border: 0;
				padding: 0;
				font-size: 10px;
				vertical-align: top;
			}
			.tab-home-left .home-actu {
				width: 238px;
				color: #5C015D;
				padding: 45px 5px 5px 10px;
			}			
				.tab-home-left .home-actu h2 {
					font-size: 11px;
					margin: 0;
					padding: 0;
				}
				.tab-home-left .home-actu strong {
					font-weight: normal;
				}
				.tab-home-left .home-actu .readmore {
					display: block;
					width: 66px;
				}
	
	#home-right {
		position: absolute;
		width: 850px;
		text-align: right;
	}
	#home-right.closed {
		width: 234px;
		margin-left: 616px;
	}
	#flash_home_right_mini {
		display: none;
	}
	
	
	/*======== Menu gauche ========*/
	#menu-left {
    display: none;
	}
		.menu-left-bottom {
		  display: none;
		}
		.menu-left-top {
      display: none;
		}

	/*======== Produits (soins) ========*/
	.prod-left {
		width: 368px;
		float: left;
		margin: 0 15px 0 0;
	}
		.prod-lk {
      display: none;
		}
		.btn-documentation {
			display: none;
		}
		
		
	.prod-right {
		width: 207px;
		float: right;
		margin: -121px 0 0 0;
	}
	.prod-right-top {

	}
	.prod-right-bottom {
    display: none;
	}

		  .prod_img_print {
        display: block;
      }
			.prod_img {
        display: none;
			}
			.prod_img_desc {
				padding: 10px 20px;
			}
			.prod-composition {
				margin: 10px 0 0 0;
			}				
				.btn-prod {
					display: none;
				}

	/*======== Témoignages (soins) ========*/
	#comments {
		width: 100%;
		margin: 30px 0 0 0;
		border: 1px solid #494E8D;
	}
		#comments-bottom {
			padding: 17px !important;
			background: none !important;
			background: transparent !important;
		}
			#comments .pagination {
        display: none;
			}
			.add-comment {
        display: none;
			}

/*======================================================
Footer
======================================================*/
#footer {
  display: none;
}

