/* $Id: ks.css 61 2009-12-11 10:22:45Z yannick $ */

body {
	background: #D8C5B0 url("img/fond.png") top center;
	color: #000000;
	font-family: "Trebuchet MS",Arial,sans-serif;
	font-size: 14px;
	margin: 0;
	padding: 0;
}

h1 {
	background: transparent;
	color: #D8C5B0;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
}
h2,
h3 {
	background: #EBE2D7;
	border-left: 8px solid #D8C5B0;
	border-bottom: 1px solid #D8C5B0;
	color: #808080;
	font-family: "Times New Roman",serif;
	font-size: 18px;
	font-variant: small-caps;
	font-weight: bold;
	height: 24px;
	letter-spacing: 2px;
	margin: 16px 0 8px 0;
	padding-left: 12px;
	text-align: left;
}
h2 a,
h3 a {
	color: #808080;
	text-decoration: none;
}
h2 a:hover,
h3 a:hover{
	color: #808080;
	text-decoration: none;
}
h4 {
	background: #F5F0EB;
	border-left: 4px solid #EDE4DA;
	border-bottom: 1px solid #EDE4DA;
	color: #000000;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 2px;
	text-align: center;
	margin: 12px 0 6px 0;
}
a {
	background: transparent;
	color: #665D54;
}
a:hover {
	background: transparent;
	color: #9C8F80;
}
p {
	text-align: justify;
}
p.premier:first-letter {
	background: transparent;
	color: #9C8F80;
	font-family: Garamond,"Times New Roman",serif;
	font-size: 48px;
	font-weight: bold;
/*	line-height: 12px;*/
	margin: 0;
	vertical-align: baseline;
}
img {
	border: 0;
}
li {
	list-style-image: url("img/li.gif");
	list-style-position: outside;
	padding-left: 0.5em;
}
input[type=text],
textarea {
	background: #FFFFFF;
	border: 1px solid #D8C5B0;
	color: #004080;
	font-family: "Trebuchet MS",Arial,sans-serif;
	font-size: 14px;
	padding: 2px 8px;
}
input[type=text].blurred,
textarea.blurred {
	background: #FFFFFF;
	color: #C0C0C0;
	text-align: center;
}
select {
	background: #FFFFFF;
	border: 1px solid #D8C5B0;
	color: #004080;
}
button,
a.button {
	background: #9C8F80;
	border: 1px solid #665D54;
	border-radius: 4px;
	box-shadow: 2px 2px 8px #9C8F80;
	color: #FFFFFF;
	cursor: pointer;
	display: inline-block;
	font-family: "Trebuchet MS",Arial,sans-serif;
	font-size: 14px;
	font-weight: bold;
	padding: 1px 8px;
	text-decoration: none;
	-moz-border-radius: 4px;
	-moz-box-shadow: 2px 2px 8px #9C8F80;
	-webkit-border-radius: 4px;
	-webkit-box-shadow: 2px 2px 8px #9C8F80;
}
button:hover,
a.button:hover {
	background: #BBAB99;
	color: #000000;
}
hr {
	background: #BBAB99;
	border: 0;
	height: 1px;
	margin: 16px 0;
	padding: 0;
}

#content {
	background: #FFFFFF url("img/page.png") top center repeat-y;
	color: #000000;
	display: table;
	margin: 0 auto;
	padding: 0px 48px;
	width: 768px;
}
#images {
	height: 200px;
	margin: 0 auto;
	overflow: hidden;
	width: 864px;
}
#rotation {
	height: 112px;
	left: 32px;
	overflow: hidden;
	position: relative;
	top: 38px;
	width: 800px;
}
img.banner,
img.banner_trans {
	display: block;
	left: 0;
	position: relative;
	top: 0;
}
img.banner_trans {
	top: -112px;
}
#banner,
#bottom {
	display: block;
	margin: 0 auto;
	padding: 0;
	width: 864px;
}
#banner {
	position: relative;
	top: -112px;
}
#banner a img {
	display: block;
}
#bottom {
	background: #D8C5B0 url("img/bottom.png") bottom center;
	color: #9C8F80;
	font-size: 10px;
	height: 48px;
	padding: 16px 0 0 0;
	text-align: center;
}
#footer p {
	font-size: 9px;
	margin: -16px 0 16px 0;
	text-align: center;
	text-transform: uppercase;
}
#menu {
	background: url("img/menu.png") top repeat-x;
	height: 28px;
	margin: 0 -16px 8px -16px;
	padding-left: 8px;
	width: 792px;
}
#menu a {
	background: transparent;
	color: #FFFFFF;
	display: inline-block;
	float: left;
	font-family: "Times New Roman",serif;
	font-size: 18px;
	font-variant: small-caps;
	font-weight: bold;
	margin: 2px 4px 0 4px;
	padding: 2px 16px 4px 16px;
	text-decoration: none;
}
#menu a.active,
#menu a:hover {
	background: #FFFFFF url("img/menu_hl.png") bottom repeat-x;
	border: 1px solid #000000;
	border-bottom: 0;
	color: #000000;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	padding: 1px 15px 3px 15px;
	-moz-border-radius-topleft: 8px;
	-moz-border-radius-topright: 8px;
	-webkit-border-top-left-radius: 8px;
	-webkit-border-top-right-radius: 8px;
}
#carte-recherche {
	float: left;
}
#carte-recherche input {
	width: 192px;
}
.share {
	float: right;
}
.center {
	text-align: center;
}
.right {
	text-align: right;
}
/*
** Markup free clearing
** Details: http://www.positioniseverything.net/easyclearing.html
*/
.clear-block:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clear-block {
	display: inline-block;
}
/* Hides from IE-mac \*/
* html .clear-block {
	height: 1%;
}
.clear-block {
	display: block;
}
/* End hide from IE-mac */

/**********************************************************************/

.gauche {
	float: left;
	padding: 0 16px 0 0;
	width: 240px;
}
.droite {
	float: right;
	width: 504px;
}

.sep {
	margin: 8px 0;
}

.fb {
	float: right;
}
.connect,
.fan {
	clear: right;
	float: right;
}
.news-item {
	margin: 0 0 1em 0;
}
.news-date {
	font-weight: bold;
}
.news-message {
	margin: 0.5em 0 0.5em 40px;
}
.news-link {
	margin: 0 0 0.5em 40px;
}
.news-comments {
	font-size: 12px;
	margin: 0 0 0 40px;
	text-align: right;
}
.photo {
	background: #FFFFFF;
	border: 1px solid #D8C5B0;
	border-radius: 4px;
	box-shadow: 2px 2px 8px #9C8F80;
	color: #000000;
	display: inline-block;
	margin: 4px;
	padding: 4px;
	-moz-border-radius: 4px;
	-moz-box-shadow: 2px 2px 8px #9C8F80;
	-webkit-border-radius: 4px;
	-webkit-box-shadow: 2px 2px 8px #9C8F80;
}
.photo:hover {
	background: #D8C5B0;
	color: #000000;
}
.photo img {
	border: 1px solid #FFFFFF;
	float: left;
}
#photo-big {
	background: #FFFFFF;
	border: 1px solid #D8C5B0;
	border-radius: 8px;
	box-shadow: 4px 4px 16px #9C8F80;
	color: #000000;
	padding: 8px;
	position: absolute;
	-moz-border-radius: 8px;
	-moz-box-shadow: 4px 4px 16px #9C8F80;
	-webkit-border-radius: 8px;
	-webkit-box-shadow: 4px 4px 16px #9C8F80;
}
#photo-big img {
	border: 1px solid #FFFFFF;
	float: left;
}
.more {
	text-align: right;
}
.event a {
	font-weight: bold;
}
.error {
	color: #FF0000;
	font-weight: bold;
}
.field td {
	padding: 2px 0;
	vertical-align: top;
}
.field label {
	display: block;
	margin-right: 8px;
}
.required label {
	font-weight: bold;
}
.field input,
.field textarea {
	width: 400px;
}

#address a {
	color: #0000FF;
}

.box {
	background: #F5F0EB;
	border: 1px solid #EBE2D7;
	border-radius: 8px;
/*	box-shadow: 2px 2px 8px #9C8F80;*/
	margin: 0 0 16px 0;
	padding: 2px 8px 8px 8px;
	text-align: center;
	-moz-border-radius: 8px;
/*	-moz-box-shadow: 2px 2px 8px #9C8F80;*/
	-webkit-border-radius: 8px;
/*	-webkit-box-shadow: 2px 2px 8px #9C8F80;*/
}
.box h2 {
	background: #F5F0EB;
	border: 0;
	margin: 0 0 4px 0;
	padding: 0;
	text-align: center;
}
.box p {
	margin: 0;
	text-align: center;
}
.box.spotlight {
	font-weight: bold;
}
.prix {
	color: #004080;
}

/**********************************************************************/

.edit {
	background: #9C8F80;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	padding: 0 8px;
	text-decoration: none;
	text-transform: uppercase;
}
.edit:hover {
	background: #BBAB99;
	color: #FFFFFF;
}
.addresses {
	height: 512px;
	overflow: auto;
	width: 100%;
}
.address {
	border-bottom: 1px solid #EBE2D7;
	font-size: 12px;
	height: 16px;
}
.address:hover {
	background: #EBE2D7;
	color: #000000;
}
.address.optout,
.address.disabled {
	background: transparent;
	color: #A0A0A0;
}
.address.optout:hover {
	background: transparent;
	color: #A0A0A0;
}
.address-name {
	display: inline-block;
	width: 320px;
}
.address-email {
	display: inline-block;
	width: 320px;
}
.address-status {
	background: transparent;
	color: #000000;
	cursor: pointer;
	display: inline-block;
	width: 64px;
	text-align: center;
}
.address-status:hover {
	background: #BBAB99;
	color: #000000;
}
.optout .address-status {
	cursor: default;
}
.optout .address-status:hover {
	background: transparent;
}
.banner-select {
	background: transparent;
	color: #FFFFFF;
	cursor: pointer;
	height: 112px;
	text-align: center;
	text-shadow: 1px 1px 2px #000000;
	width:100%;
}
.banner-select.inactive {
	opacity: 0.5;
}
.yris {
	vertical-align: middle;
}
