html, body {
	margin: 0px;
	padding: 0px;
	width: 100%;
}
body {
	background: white url('/images/background.png') repeat scroll top center;
	padding: 14px 0px 30px 0;
	font-family: Arial, Helvetica;
	font-size: 12px;
	color: #31342d;
}
a {
	color: #31342d;
}
#header {
	margin: 0px auto;
	width: 966px;
}
#header_image {
	float: left;
	width: 960px;
	height: 286px;
	background: white url('/images/alyss_medium_voyance_tzigane.jpg') repeat;
	text-indent: -400px;
	overflow: hidden;
}
#header_shade {
	float: left;
	width: 6px;
	height: 286px;
	background: white url('/images/header_shade.png') repeat;
}
#main_outer {
	margin: 0px auto;
	width: 966px;
}
#main_inner {
	width: 960px;
	background-color: white;
}

#left_nav {
	background: transparent url('/images/header_bottom.jpg') no-repeat;
	padding:35px 0px 0px 18px;
	width: 230px;
	float: left;
}
#left_nav .box {
	border-top: 1px solid #abd2a4;
	border-bottom: 1px solid #abd2a4;
	background-color: #edf8df;
	color: #31342D;
	margin-bottom: 25px;
	padding: 15px 10px 15px 25px;
	position: relative;
}
#left_nav ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#left_nav ul li,
#left_nav ul li a {
	color: #126216;
	font-size: 24px;
	padding-top: 10px;
	color: #126216;
	text-decoration: none;
}
#left_nav ul li ul li,
#left_nav ul li ul li a {
	font-size: 18px;
	padding: 2px 0px 0px 20px;
}
#container {
	width: 662px;
	float: left;
	background: transparent url('/images/header_curve.jpg') no-repeat 0 0;
	padding: 10px 25px 10px 25px;
	line-height: 200%;
}
#boutique {
	float: right;
	background: transparent url('/images/pyramide.png') no-repeat top right;
	padding: 5px 70px 0px 0px;
	height: 43px;
	font-size: 13px;
	line-height: 120%;
}
.clear {
	clear: both;
}
#container h1 {
	color: #126216;
	font-size: 32px;
	padding: 0px 0px 20px 0px;
	margin: 0px;
	text-align: center;
	clear: both;
}
#container h2 {
	font-weight: normal;
	font-size: 18px;
}
#container p {
	text-indent: 20px;
}
#left_nav .box h5 {
	color: #126216;
	font-size: 24px;
	padding: 0px 0px 10px 0px;
	margin: 0px;
}
#copyright {
	width: 280px;
	color: #126216;
	border-top: 1px solid #126216;
	margin: 25px auto 0px auto;
	text-align: center;
}
#colombe {
	background: transparent url('/images/colombe_short.png') no-repeat top right;
	width: 110px;
	height: 131px;
	position: absolute;
	margin-top: -84px;
	margin-left: 85px;
}

#container .article {
	border: 1px solid #ABD2A4;
	padding: 10px;
	line-height: 120%;
}
#container .article img {
	margin-right: 10px;
	margin-bottom: 10px;
}


.centrer{
	text-align: center;
}


#livre {
	padding: 5px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	color: #666666;
	border: 1px solid #ABD2A4;
}
#livre ul {
	display: inline;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#livre li {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
}
#livre .field {
	font-weight: bold;
}


#contact_form label,
#guestbook_form label {
	display: block;
	text-align: left;
}
#contact_form .text,
#guestbook_form .text {
	width: 300px;
}