* {
    margin: 0;
    padding: 0;
    font-size: 1em;
}

body {
    /*background: rgb(160,160,168);*/
    background: url('images/background-2.png') repeat left top;
    font-family: sans-serif;
    color: black;
}

a:link, a:visited {
    color: rgb(166,103,53);
}

a:hover, a:active {
    color: red;
    text-decoration: none;
}

#all {
    background-color: white;
}

#header {
    /*background-color: rgb(160,160,168);*/
    background: url('images/background-2.png') repeat left bottom;
    height: 9em;
}

#header h1 {
    font-size: 2.5em;
    color: white;
    letter-spacing: 0.1em;
    position: absolute;
    top: 0.5em;
    width: 99%;
    text-align: center;
    margin-left: -1px;
    margin-top: -1px;
}

#header h2 {
    font-size: 2.5em;
    color: white;
    letter-spacing: 0.1em;
    position: absolute;
    top: 0.5em;
    width: 99%;
    text-align: center;
    margin-left: 1px;
    margin-top: 1px;
}

#header h3 {
    font-size: 2.5em;
    color: black;
    letter-spacing: 0.1em;
    position: absolute;
    top: 0.5em;
    width: 99%;
    text-align: center;
}

#header #subtitle_copy1 {
    font-size: 1.25em;
    font-weight: bold;
    color: white;
    letter-spacing: 0.075em;
    position: absolute;
    top: 4em;
    width: 99%;
    text-align: center;
    margin-left: -1px;
    margin-top: -1px;
}

#header #subtitle_copy2 {
    font-size: 1.25em;
    font-weight: bold;
    color: white;
    letter-spacing: 0.075em;
    position: absolute;
    top: 4em;
    width: 99%;
    text-align: center;
    margin-left: 1px;
    margin-top: 1px;
}

#header p {
    font-size: 1.25em;
    font-weight: bold;
    color: black;
    letter-spacing: 0.075em;
    position: absolute;
    top: 4em;
    width: 99%;
    text-align: center;
}

#header #top-deco-chain {
    position: absolute;
    top: 9em;
    left: 0;
    margin-top: -25px;
    width: 100%;
    height: 50px;
    background: url('images/top-deco-chain.png') repeat-x left top;
}

#header img {
    position: absolute;
    top: 0;
    right: 0;
}

#menu {
    border-right: 1px solid black;
    width: 7em;
    padding-top: 1em;
    padding-bottom: 1em;
    padding-right: 1em;
    position: absolute;
    top: 12em;
    left: 2em;
    background-color: white;
}

#menu ul {
    list-style-type: none;
}

#menu ul li {
    margin-bottom: 0.5em;
}

#menu ul li ul {
    font-size: 0.65em;
    margin-left: 1em;
    margin-top: 0.5em;
}

#menu ul li a img {
    width: 8em;
    height: auto;
    border: none;
}

#news {
    border-left: 1px solid black;
    padding-top: 1em;
    padding-bottom: 1em;
    padding-left: 1em;
    width: 15em;
    position: absolute;
    right: 1em;
    top: 12em;
    background-color: white;
}

#news ul {
    list-style-type: none;
}

#news ul li {
	padding: 0.5em;
	font-size: 0.75em;
}

#news ul li img {
	display: block;
}

#content {
    padding-top: 1em;
    padding-right: 1.5em;
    padding-bottom: 2em;
    margin-left: 12em;
    margin-right: 17em;
    background-color: white;
}

#content h2 {
    font-size: 1.65em;
    margin: 1em 0;
    font-style: italic;
}

#content h3 {
    font-size: 1em;
    margin: 1.65em 0;
    font-style: italic;
}

#content p {
    font-size: 0.95em;
    line-height: 1.25em;
    margin-top: 1em;
    margin-bottom: 1em;
    text-align: justify;
}

#content li {
    font-size: 0.95em;
    list-style-position: inside;
}

#content .item {
    background-color: rgb(240,240,244);
    border-bottom: 1px solid black;
    margin: 1em 0 1em 2em;
    border: 1px solid black;
    padding: 1em;
    padding-bottom: 0;
}

#content .item .sub-item {
    clear: both;
}

#content .item .item-description h4 {
    margin-bottom: 1em;
}

#content .item .item-description img, #content .item .sub-item img {
    float: left;
    margin-right: 0.35em;
    margin-bottom: 1em;
    /*width: 100px;
    height: 100px;*/
    border: 1px solid black;
}

#content .item .item-description p {
    margin: 0;
    clear: right;
}

#content .item .item-specs {
    clear: both;
    margin-bottom: 2em;
    font-size: 0.8em;
    position: relative;
    top: 1em;
}

#content .item .item-specs p {
    margin: 0;
}

#content img#index-maille {
	width: 100%;
	height: auto;
}

#footer {
    clear: both;
    /*background-color: rgb(160,160,168);*/
    background: url('images/background-2.png') repeat-x right top;
    width: 100%;
    position: relative;
    color: white;
    font-style: italic;
}

#footer #bottom-deco-chain {
    position: relative;
    top: -25px;
    width: 100%;
    height: 50px;
    background: url('images/bottom-deco-chain.png') repeat-x left top;
}

#footer #credits {
    color: white;
    margin-top: -1em;
    margin-bottom: 1em;
    text-align: center;
}