// Header
#outer {
	width:100%;
	background-color: white; /* #f2f2f2 */
}
#inner {
	width: 1240px;
	background-color: white;
	margin-left:  auto;
	margin-right: auto;
}
#menu {
	padding-top: 80px;
	margin-bottom: 0px;
}
#menu img {
	position: absolute;
	top: 35px;
}
#main_logo {
	transform: scale(1,1);
	transition: 0.2s;
}
#main_logo:hover {
	transform: scale(1.1,1.1);
	transition: 0.2s;
}
#adiv {
	margin-left: 256px;
	margin-bottom: 4px;
}
#adiv a {
	font-size:20px;
	font-family: Myriad Pro Bold;
	transition: 0.2s;
	color: #6A3A2B;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
	margin-left:  8px;
	margin-right: 8px;
}
#adiv a:link {
}
#adiv a:visited {
}
#adiv a:active {
}
#adiv a:hover {
	transition: 0.2s;
	color: #b5634a; /* #e64c00 */
}
#lang {
	color: #D8BC7F;
	float: right;
	margin-right: 10px;
	font-size: 25px;
}



// Product selection page
#table_main {
	width: 1240px;
	border-collapse: collapse;

	//border: 1px solid black;
	//340x340 + 160x110
}
td {
	//border: 1px solid black;
}
#multiproducts td {
	width: 290px;
	//height: 300px;
	//border: 1ps solid black;
	text-align: center;
}
#multiproducts a {
	text-decoration: none;
}
#multiproducts img {
	margin-left: auto;
	margin-right: auto;

	transform: scale(1,1);
	transition: 0.2s;
}
#multiproducts img:hover {
	transform: scale(1.03,1.03);
	transition: 0.1s;
}
#multiproducts h1 {
	font-family: Myriad Pro Bold;
	font-size: 24px;
	color: #6A3A2B;
	margin-bottom: 0px;
	padding-bottom: 0px;
	line-height: 64%;
}
#multiproducts p {
	font-family: Prosto Regular;
	font-size: 24px;
	color: #D8BC7F;
	margin-top: 0px;
	padding-top: 0px;
}



// Product itself
table {
	width: 1240px;
	border-collapse: collapse;

	//border: 1px solid black;
	//340x340 + 160x110
}
#topText {
	height: 75px;
}
#topText div {
	margin-top: 30px;
	margin-bottom: 40px;
}
#topText h1 {
	font-family: Myriad Pro Bold;
	font-size: 32px;
	color: #6A3A2B;
	padding-top: 0px;

	margin-left: 100px;
	margin-top: 5px;
	margin-bottom: 0px;
}
#topText p {
	font-family: Prosto Regular;
	font-size: 20px;
	color: #D8BC7F;
	line-height: 50%;

	margin-left: 100px;
	margin-top: 0px;
	margin-bottom: 5px;
}
#topText img { float: left; margin-right: 10px;}
#produit {
	width: 350px;
	vertical-align: top;
}
#produit table {
	margin-left: 5px;
	margin-top: 5px;
	margin-bottom: 30px;
	width: 340px;
}
#product_img1 {
	text-align: left;
}
#product_img2 {
	text-align: right;
}
#produit_text {
	vertical-align: top;
	font-family: Myriad Pro Regular;
	font-size: 24px;
	line-height: 150%;
	color: #6A3A2B;

	padding-left: 30px;
	padding-right: 10px;
}
#produit_text div {
	margin-top: 10px;
	margin-left: 10px;
	line-height: 105%;
	text-indent: 32px;
}
#ingredients {
	font-family: Prosto Regular;
	font-size: 12px;
	color: #D8BC7F;
}
.zoomable {
}
.zoomable:active {
	position: absolute;
	top: 0;
	left: 0; 
	right: 0; 
	bottom: 0;
	margin-left: auto; 
	margin-right: auto;
	margin-top: auto;
	margin-bottom: auto;
	background-size: auto;
	background-position: initial;
	height: 512px;
	width:  512px;
	transition: 0.2s;
}

// About
.about_div {
	width: 150px;
}
.about_text {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 24px;
    font-style: normal;
    line-height: normal;
    font-weight: bold;
    font-variant: normal;
    text-transform: none;
    color: #6A3A2B;

	margin-left:  32px;
	margin-right: 128px;
}
#about_table {
	//border: 1px solid black;
	width: 1240px;
}
#about_table tr {
	//border: 1px solid black;
}
#about_table td {
	//border: 1px solid black;
}


// Footer
#bottom {
	margin-top: 0px;
	background-color: #D8BC7F;
	width: 100%;
	height: 23px;
	text-align: center;
}
#bottom a {
	font-size: 21px;
	margin-left: 15px;
	margin-right: 15px;
	color: white;
	text-decoration: none;
	font-weight: bold;
    font-family: Myriad Pro Bold Cond;
}
#bottomText {
	margin-left: auto;
	margin-right: auto;
	width: 1240px;
}
footer {
	margin-top: 5px;
	margin-bottom: 5px;
}