/**
* CSS
*
* @version Down Quark 1.0
* @author Derek Kinsman // Unttld
*/
* {
	margin: 0;
	padding: 0;
}

html {
	font-size: 100%;
}

body {
	background: #fff url(../_img/bg.jpg) no-repeat;
	color: #231f20;
	font: 0.625em/1em Georgia, "Times New Roman", serif;
}

body.section-1 { background-image: url(../_img/fond_home.jpg); }
body.section-2 { }
body.section-3 { }
body.section-4 { }
body.section-5 { background-image: url(../_img/fond_creationenfant.jpg); }
body.section-6 { background-image: url(../_img/fond_edition.jpg); }
body.section-7 { background-image: url(../_img/fond_editionpersonnalise.jpg); }
body.section-8 { background-image: url(../_img/fond_designgraphique.jpg); }
body.section-9 { background-image: url(../_img/fond_designobjet.jpg); }
body.section-10 { background-image: url(../_img/fond_et_aussi.jpg); }

a { outline: none; }
a:link { color: #ec008c; text-decoration: none; }
a:active { color: #ec008c; text-decoration: underline; }
a:visited { color: #ec008c; text-decoration: none; }
a:hover { color: #ec008c; text-decoration: underline; }

a img { border: none; }

p, ul {
	font-size: 1em;
}

h1 { font-size: 1.8em; font-weight: bold; }
h2 { font-size: 1.6em; font-weight: bold; }
h3 { font-size: 1.4em; font-weight: normal; }
h4 { font-size: 1.2em; font-weight: normal; }
h5 { font-size: 1em; font-weight: bold; }
h6 { font-size: 1em; font-style: italic; }

span.header {
	font-size: 2em;
	font-weight: bold;
	line-height: 1em;
}

#menu {
	background-color: #000;
  height: 400px;
	left: 54px;
  overflow: auto;
	padding: 145px 12px 20px 12px;
  position: fixed;
  top: 118px;
  width: 200px;
	z-index: 9999;
	color: #ff1505;
	font-size: 14px;
	line-height: 1.1em;
	overflow: visible;
}

#menu_back {
  position: absolute;
  top: 148px;
  left: 34px;
  width: 224px;
  height: 565px;
  background-image: url(../_img/menu_back_bg.png);
  z-index: 9998;
}

#menu p {
  margin-bottom: 1em;
  font-size: 13px;
}
#menu #logo {
  position: absolute;
  top: -120px;
  left: -40px;
}

#menu ul {
	list-style: none;
	margin: 0 0 1em 0;
}

#menu ul li { 
  text-transform: uppercase;
  font-family: Arial, helvetica, sans-serif;
  font-size: 11px;
}
#menu ul li.section-title { 
  text-transform: none;
  font-family: Georgia, "Times New Roman", serif;
	font-weight: bold;
	font-style: italic;
  font-size: 16px;
  margin-bottom: 0.2em;
  border-bottom: 1px dotted #fff;
}

#menu ul li a {
  color: #fff;
}

#menu ul.section1 li.section-title {
  border-bottom-color: #ffff2b;
}
#menu ul.section1 li,
#menu ul.section1 li a {
  color: #ffff2b;
}
#menu ul.section2 li.section-title {
  border-bottom-color: #f980ff;
}
#menu ul.section2 li,
#menu ul.section2 li a {
  color: #f980ff;
}
#menu ul.section3 li.section-title {
  border-bottom-color: #cb018b;
}
#menu ul.section3 li,
#menu ul.section3 li a {
  color: #cb018b;
}
#menu ul.section4 li.section-title {
  border-bottom-color: #59ef2b;
}
#menu ul.section4 li,
#menu ul.section4 li a {
  color: #59ef2b;
}
#menu ul.section5 li.section-title {
  border-bottom-color: #2cf0d8;
}
#menu ul.section5 li,
#menu ul.section5 li a {
  color: #2cf0d8;
}
#menu ul.section6 li.section-title {
  border-bottom-color: #2e75f3;
}
#menu ul.section6 li,
#menu ul.section6 li a {
  color: #2e75f3;
}
a#shop {
  color: #fff;
  display: block;
  position: absolute;
  width: 200px;
  bottom: 20px;
  font-family: Arial, helvetica, sans-serif;
  font-size: 13px;
  font-weight: bold;
  text-align: right;
  border-bottom: 1px dotted #fff;
}

#content {
	margin: 162px 0 0 330px;
	z-index: 1;
	width: 3000px;
	position: relative;
}

#content img {
	border: 1px solid #999;
	cursor: move;
	float: left;
	margin-right: 20px;
}

#content p {
	cursor: move;
	margin-bottom: 10px;
	width: 300px;
	font: 13px/1.2em Arial, helvetica, sans-serif;
	color: #000;
	padding: 8px;
}
.section-1 #content p {
  width: 600px;
}
#content .description {
  position: fixed;
  top: 60px;
  left: 600px;
  z-index: 10;
  opacity: 0.85;
	font: 15px/1.2em Arial, helvetica, sans-serif;
	width: 500px;
}
#content h1 {
	padding: 4px;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 1.4em;
}

#once { clear: left; }
