/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

body {
	margin: 0;
	padding: 0;
	background: #000000;
	font-size: 15px;
	color: #CCC;
	background: #000;
  letter-spacing: 0.06em;
  word-spacing: 0.4em;
}

body, th, td, input, textarea, select, option {
	font-family: Georgia, "Times New Roman", Times, serif;
}

h1, h2, h3, h4 {
	font-weight: normal;
	color: #C60;
}

h1 a, h2 a, h3 a, h4 a {
	color: #F93;
}

h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover {
	color: #FF6;
}

h1 {
	letter-spacing: 0.4em;
	font-size: 4em;
}

h2 {
	letter-spacing: -0.04em;
	font-size: 2.0em;
}

h3 {
	letter-spacing: -0.02em;
	font-size: 1.4em;
}

h4 {
	font-size: 1.5em;
}

p, ul, ol {
	line-height: 200%;
}

blockquote {
	padding-left: 1em;
}

blockquote p, blockquote ul, blockquote ol {
	line-height: normal;
	font-style: italic;
}

a {
	color: #DB3;
}

a:hover {
	color: #FC9;
}

/* Header */

#header {
	position: relative;
	width: 750px;
	height: 180px;
	margin: 0 0 0 50px;
}

#header h1, #header p {
	margin: 0;
	color: #FC4;
	font-family: tahoma, FreeSans, sans-serif;
}

#header h1 {
	padding-top: 30px;
}

#header p {
	letter-spacing: 0.3em;
  font-size: 1.2em;
  border-bottom: 2px dashed #444;
}

#header a {
	color: #EA4;
}

/* Page */

#page {
  position: relative;
	width: 760px;
	margin: 0 auto;
}

/* Content */

#content {
  position: absolute;
  width: 80%;
  left: -60px;
}

#deco {
  position: absolute;
  right: 0px;
  top: -70px;
  background: url(images/bague_croquis.png);
  background-position: 0 0;
  width: 450px;
  height: 425px;
  background-position: 0 -425px;
}

#deco:hover {
  background-position: 0 0;
}

.post {
	padding: 0 0 20px 0;
}

.title {
	margin: 0;
	border-bottom: 2px solid #0F0F0F;
}


/* Sidebar */

#sidebar {
  position: absolute;
  right: 0px;
	width: 190px;
  padding-right: 20px;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
  text-align: right;
}

#sidebar li {
}

#sidebar li ul {
	padding: 15px 0;
}

#sidebar li li {
	padding-left: 20px;
	border-bottom: 1px dotted #0F0F0F;
	background: url(images/img02.gif) no-repeat 5px 50%;
}

#sidebar a {
	text-decoration: none;
}

#sidebar a:hover {
}

#sidebar h2 {
	margin: 0;
	padding: 20px 0 0 0;
	border-bottom: 2px solid #0F0F0F;
	font-size: 1.3em;
	color: #DB3;
}


/* Footer */

#footer {
  position: relative;
  bottom: 10px;
	padding: 30px 0;
	text-align: center;
	font-size: smaller;
  color: #F0F;
}

strong {
  color: #c96;
}

.center {
  text-align: center;
}

.center {
	display: block;
	margin: 0 auto;
}

img.article_fin {
  position: absolute;
  right: 1em;
  padding-bottom: 2em;
}

img.creation_image {
  border: 2px inset #C63;
  padding: 2px;
}

input, textarea, select {
  background: #070707;
  border: 1px solid #960;
  color: #FC4;
  padding: 0.3em;
}

p.photos_bijoux {
  text-align: center;
}

