/* General styles */

html, body, div, img {
    border: 0;
    margin: 0;
    padding: 0;
}
body {
    color: #fff;
    background: #b3a9a2;
    font-family: Trebuchet, Arial, sans-serif;
    font-size: 14px;
    padding: 3%;
    text-align: center;
}

/* Element specific styles */

div#page {
    color: #666;
    background: #fff;
    height: 440px;
    margin: 0 auto;
    padding: 20px 25px;
    text-align: left;
    width: 700px;
}
div#page2 {
    color: #666;
    background: #fff;
    height: 540px;
    margin: 0 auto;
    padding: 20px 25px;
    text-align: left;
    width: 700px;
}
div#intro {
    color: #999;
    font-family: Times, Times New Roman, serif;
    font-size: 1.2em;
    font-weight: bold;
    font-style: italic;
	line-height: 1.3em;
}
div#content img#contactpage {
    float:right;
}
div#header {
    height: 70px;
    position: relative;
}
div#menu {
    position: absolute;
    right: 0;
    top: 0;
    text-align: right;
}
div#menu div {
    float: left;
    font-weight: bold;
    text-align: left;
    width: 110px;
}
div#menu div#menu_boutiques {
    margin-top: 1px;
}
div#menu div#menu_presse {
    width: 76px;
}
div.submenu {
    font-size: 75%;
    line-height: 1.3;
    margin-top: 0.5em;
    text-align: left;
    visibility: hidden;
}
div.submenu a {
    color: #369;
    background: #fff;
    text-decoration: none;
}
div#content {
    margin-top: 15px;
    position: relative;
}
div#content img#frontpage {
    margin-top: 15px;
}
div#navigation {
    position: absolute;
    left: 0;
    top: 0;
    width: 130px;
}
div#section {
    color: #fff;
    background: #b3a9a2;
    padding: 0.3em;
    text-align: center;
}
ul#subsections, ul#subsections li {
    color: #369;
    background: #fff;
    line-height: 1.1;
    list-style-type: none;
    margin: 0;
    padding: 0;
}
ul#subsections {
    font-size: 85%;
    line-height: 1.8;
    padding: 1.3em;
}
ul#subsections a {
    color: #369;
    background: #fff;
    text-decoration: none;
}
ul#subsections li {
    margin-bottom: 0.7em;
}
ul#subsections li.current {
    list-style-image: url('images/list.gif');
}
div#main {
    position: absolute;
    right: 0;
    top: 0;
    width: 550px;
}
div#pager {
    color: #999;
    background: #fff;
    font-size: 80%;
    margin-bottom: 10px;
}
div#pager strong {
    color: #fff;
    background: #369;
    padding: 0.1em 0.2em;
}
div#pager a {
    color: #369;
    background: #fff;
    padding: 0.1em 0.3em;
    text-decoration: none;
}
div#productform table, div#productform td, div#productform img,
div#thumbnails table, div#thumbnails td, div#thumbnails img {
    border: 0;
    padding: 0;
    margin: 0;
}
div#thumbnails td {
    padding-bottom: 15px;
    padding-right: 15px;
    text-align: center;
    width: 120px;
}
div#thumbnails td.last {
    padding-right: 0;
}
div#productform td {
    padding-bottom: 5px;
    padding-right: 15px;
    line-height: 1.5;
    text-align: left;
    vertical-align: top;
}
div#productform h1 {
    font-size: 160%;
    margin: 0 0 1em 0;
}
div#productform h2 {
    font-size: 120%;
    margin: 2em 0 1em 0;
}
div#footer {
    font-size: 70%;
    font-weight: bold;
    margin: 0 auto;
    padding-top: 12px;
    text-align: right;
    width: 750px;
}
a, a:active, a:hover {
    color: #369;
    text-decoration: underline;
}

body#admin div#page {
  height: 1500px;
}

div#store img {
    border: 0;
    padding-right: 12px;
    margin: 0;
}
