/*
Theme Name: Spa Bolton
Theme URI: http://www.spabolton.com
Description: The 2010 theme for Spa Bolton.
Author: Ezi Communication
Version: 2.0
*/


/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

* {
	padding: 0;
	margin: 0;
}
body {
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: #545642;
	height: auto;
}
ol, ul {
	list-style: none;
}
blockquote {
	quotes: none;
}
blockquote:before, blockquote:after {
	content: '';
	content: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
img {
	border: none;
}
a {
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}

/* =Layout
-------------------------------------------------------------- */


/*--------------------------------- Contenant principal pour tout le site */
.wrapper_bg {
	background: #ffffff url(/new-site/images/design/SapBolton_bg.jpg) no-repeat center top;
	width: 100%;
}
#wrapper {
	width: 980px;
	margin: 0 auto;
}

/*--------------------------------- Top header menu */
#content_header_top {
	width: 100%;
	height: 41px;
	background: url(/new-site/images/design/header_bg.png) repeat-x;
}
#content_header_top #header_top {
	width: 980px;
	margin: 0 auto;
	height: 20px;
}
#header_top #header_menu {
	float: right;
	font-family: verdana, helvetica, arial, sans-serif;
	color: #ece9e2;
	font-size: 11px;
	padding: 8px 20px 0 0;
}
#header_menu ul {
	list-style: none;
}
#header_menu span.divise {
	font-size: 11px;
	color: #ece9e2;
}
#header_menu li {
	display: inline;
}
#header_menu a {
	padding: 0 3px 0 4px;
	font-size: 11px;
	color: #ece9e2;
}
#header_menu a:hover {
	color: #f1f7e1;
}

/*--------------------------------- Contenu logo et quick info */
#content_logo_info {
	width: 100%;
	height: 79px;
}
#content_logo_info .logo {
	float: left;
	margin: 0 0 0 40px;
}
#content_logo_info .info {
	float: right;
	margin: 0 20px 0 0;
}
.info ul {
	list-style: none;
	line-height: 25px;
}
.info ul li {
	text-align: right;
}
.info a {
	font-size: 14px;
	color: #545642;
}
.info a:hover {
	color: #95af4e;
}
.info .icon {
	float: right;
	margin: 0 0 0 6px;
}

/*--------------------------------------- Bloc slide pub accueil */
#content_slide {
	width: 980px;
	height: 330px;
	background: url(/new-site/images/slide/pub_Accueil_Slide_bg.jpg) no-repeat 0 top;
	position: relative;
}

/*--------------------------------------- Bloc banniere section */
#content_banniere_section {
	width: 980px;
	height: 239px;
	background: url(/new-site/images/banniere_section/Section_banniere_bg.jpg) no-repeat 0 top;
	position: relative;
}

/*--------------------------------------- Menu principal */
#content_menu {
	position: absolute;
	z-index: 20;
	width: 250px;
	height: 375px;
	margin: 15px 0 0 10px;
	background: url(/new-site/images/design/Menu_bg.png) no-repeat 0 top;
}
#content_menu #menu {
	margin: 20px 10px 0 30px;
}
#content_menu #menu ul {
	list-style: none;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}
#content_menu #menu li {
	line-height: 28px;
	background: url(/new-site/images/design/menu_division.jpg) no-repeat left bottom;
}
#content_menu #menu a {
	font-size: 14px;
	color: #f8f5ed;
	text-transform: uppercase;
}
#content_menu #menu a:hover {
	color: #363433;
	text-decoration: none;
}


/*--------------------------------------- Sous-menu avec integration section */
#content_section-menu {
	width: 980px;
	padding: 23px 0 50px 0;
	background-color: #ece9e2;
}
#content_section-menu .sous-menu {
	float: left;
	width: 220px;
	margin: 100px 0 0 40px;
}
.sous-menu span.description {
	font-size: 15px;
	color: #95af4e;
	display: block;
}
.sous-menu span.sous-description {
	font-size: 11px;
	color: #59682e;
	display: block;
}
.sous-menu ul {
	list-style-image: url(/new-site/images/img/arrow_listing.png);
	padding: 0 0 0 0;
	margin: 7px 0 0 0;
}
.sous-menu li {
	line-height: 16px;
	margin-bottom: 10px;
}
.sous-menu ul ul {
	padding: 0 0 0 14px;
}
.sous-menu ul.xoxo {
	list-style-image: none;
}
.sous-menu li a {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #363433;
}
.sous-menu li a:hover {
	color: #59682e;
}


/* =Content
-------------------------------------------------------------- */

#content {
	float: right;
	width: 680px;
	margin: 0 20px 0 10px;
	color: #545642;
	font-size: 13px;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}
#content h1 {
	font-size: 20px;
	font-weight: normal;
	color: #8f9365;
	margin: 0 0 15px 0;
	display: block;
	letter-spacing: 1px;
	text-transform: uppercase;
	border-bottom: 1px dashed #d0d1b0;
}
#content h1 span.soush1 {
	font-size: 16px;
}
#content .faq {
	padding: 0 0 15px 0;
	display: block;
	text-align: right;
	margin-top: -10px;
}
#content .faq a {
	color: #545642;
	text-decoration: underline;
}
#content p {
	margin: 10px 0 10px 0;
}
#content .news_title {
	padding: 6px 10px 6px 10px;
	display: block;
	border: 1px solid #d1cec8;
	background-color: #ffffff;
}
#content .news_title a:hover {
	color: #e08a2d;
}
#content span.date {
	font-size: 11px;
	color: #59682e;
	display: block;
}
#content h2.entry-title {
	font-size: 18px;
	color: #8f9365;
	font-weight: normal;
}
#content h2.entry-title a {
	color: #8f9365;
}
#content h2.entry-title a:hover {
	text-decoration: underline;
}
#content .entry-content {
	padding: 10px 0 0 0;
	margin: 0 0 20px 10px;
	color: #545642;
	font-size: 14px;
	line-height: 18px;
}
#content .entry-content p {
	padding: 5px 0 5px 0;
}
#content .entry-content ul {
	list-style-type: disc;
	margin: 0 0 15px 13px;
}
#content .entry-content ul li {
	padding: 5px 0 5px 0;
	line-height: 15px;
	font-size: 12px;
}
#main {
}

#content table {
	border: 1px solid #e7e7e7;
	margin: 0 -1px 24px 0;
	text-align: left;
	width: 100%;
}
#content tr th,
#content thead th {
	color: #888;
	font-size: 12px;
	font-weight: bold;
	line-height: 18px;
	padding: 9px 24px;
}
#content tr td {
	border-top: 1px solid #e7e7e7;
	padding: 6px 24px;
}
#content tr.odd td {
	background: #f2f7fc;
}
.hentry {
	margin: 0 0 15px 0;
}
.home .sticky {
	background: #f2f7fc;
	border-top: 4px solid #000;
	margin-left: -20px;
	margin-right: -20px;
	padding: 18px 20px;
}
.single .hentry {
	margin: 0 0 36px 0;
}
.page-title {
	color: #545642;
	font-size: 22px;
	font-weight: normal;
	margin: 0 0 36px 0;
}
.page-title span {
	color: #333;
	font-size: 16px;
	font-style: italic;
	font-weight: normal;
}
.page-title a:link,
.page-title a:visited {
	color: #888;
	text-decoration: none;
}
.page-title a:active,
.page-title a:hover {
	color: #ff4b33;
}
.entry-meta {
	color: #888;
	font-size: 12px;
}
.entry-meta abbr,
.entry-utility abbr {
	border: none;
}
.entry-meta abbr:hover,
.entry-utility abbr:hover {
	border-bottom: 1px dotted #666;
}
#content .entry-summary p:last-child {
	margin-bottom: 12px;
}
#content .entry-summary a {
	color: #8f9365;
}
#content .entry-summary a:hover {
	text-decoration: underline;
}
.entry-content fieldset {
	border: 1px solid #e7e7e7;
	margin: 0 0 24px 0;
	padding: 24px;
}
.entry-content fieldset legend {
	background: #fff;
	color: #000;
	font-weight: bold;
	padding: 0 24px;
}
.entry-content input {
	margin: 0 0 24px 0;
}
.entry-content input.file,
.entry-content input.button {
	margin-right: 24px;
}
.entry-content label {
	color: #888;
	font-size: 12px;
}
.entry-content select {
	margin: 0 0 24px 0;
}
.entry-content sup,
.entry-content sub {
	font-size: 10px;
}
.entry-content blockquote.left {
	float: left;
	margin-left: 0;
	margin-right: 24px;
	text-align: right;
	width: 33%;
}
.entry-content blockquote.right {
	float: right;
	margin-left: 24px;
	margin-right: 0;
	text-align: left;
	width: 33%;
}
.page-link {
	color: #000;
	font-weight: bold;
	margin: 0 0 22px 0;
	word-spacing: 0.5em;
}
.page-link a:link,
.page-link a:visited {
	background: #f1f1f1;
	color: #333;
	font-weight: normal;
	padding: 0.5em 0.75em;
	text-decoration: none;
}
.home .sticky .page-link a {
	background: #d9e8f7;
}
.page-link a:active,
.page-link a:hover {
	color: #ff4b33;
}
body.page .edit-link {
	clear: both;
	display: block;
}
#entry-author-info {
	background: #f2f7fc;
	border-top: 4px solid #000;
	clear: both;
	font-size: 14px;
	line-height: 20px;
	margin: 24px 0;
	overflow: hidden;
	padding: 18px 20px;
}
#entry-author-info #author-avatar {
	background: #fff;
	border: 1px solid #e7e7e7;
	float: left;
	height: 60px;
	margin: 0 -104px 0 0;
	padding: 11px;
}
#entry-author-info #author-description {
	float: left;
	margin: 0 0 0 104px;
}
#entry-author-info h2 {
	color: #000;
	font-size: 100%;
	font-weight: bold;
	margin-bottom: 0;
}
.entry-utility {
	clear: both;
	color: #888;
	font-size: 12px;
	line-height: 18px;
	display: none;
}
.entry-meta a,
.entry-utility a {
	color: #888;
}
.entry-meta a:hover,
.entry-utility a:hover {
	color: #ff4b33;
}
#content .video-player {
	padding: 0;
}


/* =Asides
-------------------------------------------------------------- */

.home #content .category-asides p {
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 10px;
	margin-top: 0;
}
.home .hentry.category-asides {
	padding: 0;
}
.home #content .category-asides .entry-content {
	padding-top: 0;
}


/* =Gallery listing
-------------------------------------------------------------- */

.category-gallery .size-thumbnail img {
	border: 10px solid #f1f1f1;
	margin-bottom: 0;
}
.category-gallery .gallery-thumb {
	float: left;
	margin-right: 20px;
	margin-top: -4px;
}
.home #content .category-gallery .entry-utility {
	padding-top: 4px;
}


/* =Attachment pages
-------------------------------------------------------------- */

.attachment .entry-content .entry-caption {
	font-size: 140%;
	margin-top: 24px;
}
.attachment .entry-content .nav-previous a:before {
	content: '\2190\00a0';
}
.attachment .entry-content .nav-next a:after {
	content: '\00a0\2192';
}


/* =Images
-------------------------------------------------------------- */

#content img {
	margin: 0;
	height: auto;
	max-width: 640px;
	width: auto;
}
#content .attachment img {
	max-width: 900px;
}
#content .alignleft,
#content img.alignleft {
	display: inline;
	float: left;
	margin-right: 24px;
	margin-top: 4px;
}
#content .alignright,
#content img.alignright {
	display: inline;
	float: right;
	margin-left: 24px;
	margin-top: 4px;
}
#content .aligncenter,
#content img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
#content img.alignleft,
#content img.alignright,
#content img.aligncenter {
	margin-bottom: 12px;
}
#content .wp-caption {
	background: #f1f1f1;
	line-height: 18px;
	margin-bottom: 20px;
	padding: 4px;
	text-align: center;
}
#content .wp-caption img {
	margin: 5px 5px 0;
}
#content .wp-caption p.wp-caption-text {
	color: #888;
	font-size: 12px;
	margin: 5px;
}
#content .wp-smiley {
	margin: 0;
}
#content .gallery {
	margin: 0 auto 18px;
}
#content .gallery .gallery-item {
	float: left;
	margin-top: 0;
	text-align: center;
	width: 33%;
}
#content .gallery img {
	border: 2px solid #cfcfcf;
}
#content .gallery .gallery-caption {
	color: #888;
	font-size: 12px;
	margin: 0 0 12px;
}
#content .gallery dl {
	margin: 0;
}
#content .gallery img {
	border: 10px solid #f1f1f1;
}
#content .gallery br+br {
	display: none;
}
#content .attachment img { /* single attachment images should be centered */
	display: block;
	margin: 0 auto;
}


/* =Navigation
-------------------------------------------------------------- */

.navigation {
	color: #888;
	font-size: 12px;
	line-height: 18px;
	overflow: hidden;
}
.navigation a:link,
.navigation a:visited {
	color: #8f9365;
	text-decoration: none;
}
.navigation a:hover {
	color: #e08a2d;
}
.nav-previous {
	float: left;
	width: 50%;
}
.nav-next {
	float: right;
	text-align: right;
	width: 50%;
}
#nav-above {
	margin: 0 0 18px 0;
}
#nav-above {
	display: none;
}
.paged #nav-above,
.single #nav-above {
	display: block;
}
#nav-below {
	margin: -18px 0 0 0;
}


/* =Comments
-------------------------------------------------------------- */
#comments {
	clear: both;
}
#comments .navigation {
	padding: 0 0 18px 0;
}
h3#comments-title,
h3#reply-title {
	color: #000;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 0;
}
h3#comments-title {
	padding: 24px 0;
}
.commentlist {
	list-style: none;
	margin: 0;
}
.commentlist li.comment {
	border-bottom: 1px solid #e7e7e7;
	line-height: 24px;
	margin: 0 0 24px 0;
	padding: 0 0 0 56px;
	position: relative;
}
.commentlist li:last-child {
	border-bottom: none;
	margin-bottom: 0;
}
#comments .comment-body ul,
#comments .comment-body ol {
	margin-bottom: 18px;
}
#comments .comment-body p:last-child {
	margin-bottom: 6px;
}
#comments .comment-body blockquote p:last-child {
	margin-bottom: 24px;
}
.commentlist ol {
	list-style: decimal;
}
.commentlist .avatar {
	position: absolute;
	top: 4px;
	left: 0;
}
.comment-author {
}
.comment-author cite {
	color: #000;
	font-style: normal;
	font-weight: bold;
}
.comment-author .says {
	font-style: italic;
}
.comment-meta {
	font-size: 12px;
	margin: 0 0 18px 0;
}
.comment-meta a:link,
.comment-meta a:visited {
	color: #888;
	text-decoration: none;
}
.comment-meta a:active,
.comment-meta a:hover {
	color: #ff4b33;
}
.commentlist .even {
}
.commentlist .bypostauthor {
}
.reply {
	font-size: 12px;
	padding: 0 0 24px 0;
}
.reply a,
a.comment-edit-link {
	color: #888;
}
.reply a:hover,
a.comment-edit-link:hover {
	color: #ff4b33;
}
.commentlist .children {
	list-style: none;
	margin: 0;
}
.commentlist .children li {
	border: none;
	margin: 0;
}
.nopassword,
.nocomments {
	display: none;
}
#comments .pingback {
	border-bottom: 1px solid #e7e7e7;
	margin-bottom: 18px;
	padding-bottom: 18px;
}
.commentlist li.comment+li.pingback {
	margin-top: -6px;
}
#comments .pingback p {
	color: #888;
	display: block;
	font-size: 12px;
	line-height: 18px;
	margin: 0;
}
#comments .pingback .url {
	font-size: 13px;
	font-style: italic;
}

/* Comments form */
input[type=submit] {
	color: #333;
}
#respond {
	border-top: 1px solid #e7e7e7;
	margin: 24px 0;
	overflow: hidden;
	position: relative;
}
#respond p {
	margin: 0;
}
#respond .comment-notes {
	margin-bottom: 1em;
}
.form-allowed-tags {
	line-height: 1em;
}
.children #respond {
	margin: 0 48px 0 0;
}
h3#reply-title {
	margin: 18px 0;
}
#comments-list #respond {
	margin: 0 0 18px 0;
}
#comments-list ul #respond {
	margin: 0;
}
#cancel-comment-reply-link {
	font-size: 12px;
	font-weight: normal;
	line-height: 18px;
}
#respond .required {
	color: #ff4b33;
	font-weight: bold;
}
#respond label {
	color: #888;
	font-size: 12px;
}
#respond input {
	margin: 0 0 9px;
	width: 98%;
}
#respond textarea {
	width: 98%;
}
#respond .form-allowed-tags {
	color: #888;
	font-size: 12px;
	line-height: 18px;
}
#respond .form-allowed-tags code {
	font-size: 11px;
}
#respond .form-submit {
	margin: 12px 0;
}
#respond .form-submit input {
	font-size: 14px;
	width: auto;
}


/* =Widget Areas
-------------------------------------------------------------- */

.widget-area ul {
	list-style: none;
	margin-left: 0;
}
.widget-area ul ul {
	list-style: square;
	margin-left: 1.3em;
}
.widget_search #s {/* This keeps the search inputs in line */
	width: 60%;
}
.widget_search label {
	display: none;
}
.widget-container {
	margin: 0 0 18px 0;
}
.widget-title {
	color: #363433;
	font-weight: normal;
	font-size: 16px;
}
.widget-area a:link,
.widget-area a:visited {
	text-decoration: none;
}
.widget-area a:active,
.widget-area a:hover {
	text-decoration: underline;
}
.widget-area .entry-meta {
	font-size: 11px;
}
#wp_tag_cloud div {
	line-height: 1.6em;
}
#wp-calendar {
	width: 100%;
}
#wp-calendar caption {
	color: #222;
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 4px;
	text-align: left;
}
#wp-calendar thead {
	font-size: 11px;
}
#wp-calendar thead th {
}
#wp-calendar tbody {
	color: #aaa;
}
#wp-calendar tbody td {
	background: #f5f5f5;
	border: 1px solid #fff;
	padding: 3px 0 2px;
	text-align: center;
}
#wp-calendar tbody .pad {
	background: none;
}
#wp-calendar tfoot #next {
	text-align: right;
}
.widget_rss a.rsswidget {
	color: #000;
}
.widget_rss a.rsswidget:hover {
	color: #ff4b33;
}
.widget_rss .widget-title img {
	width: 11px;
	height: 11px;
}

/* Main sidebars */
#main .widget-area ul {
	margin-left: 0;
	padding: 0 20px 0 0;
}
#main .widget-area ul ul {
	border: none;
	margin-left: 1.3em;
	padding: 0;
}
#primary {
}
#secondary {
}


/*--------------------------------------- Bas de page avec copyright */
#content_footer {
	width: 100%;
	background: url(/new-site/images/design/footer_bg.png) repeat-x 0 top;
}
#content_footer #footer {
	width: 980px;
	margin: 0 auto;
	padding: 0 0 15px 0;
	color: #ece9e2;
}
#content_footer #footer .footer-top {
	width: 100%;
	height: 15px;
	background: url(/new-site/images/design/footer_top.jpg) repeat-x;
	margin: 0 0 30px 0;
	position: relative;
}
/*--------------------------------- Contenu onglet quick section */
.content_onglets {
	width: 100%;
	position: absolute;
	height: 40px;
	margin: -25px 0 0 0;
	overflow: hidden;
	text-align: center;
}
#footer .section_left {
	float: left;
	width: 210px;
	margin: 0 0 0 20px;
	font-size: 12px;
	line-height: 18px;
}
#footer .section_center {
	float: left;
	width: 490px;
	margin: 0 0 20px 15px;
}
.section_center .cadre_carte {
	width: 468px;
	height: 150px;
	border: 1px solid #4d5436;
}
.section_center .cadre_carte .carte {
	float: left;
	width: 293px;
}
.section_center .cadre_carte .adress {
	float: right;
	width: 165px;
	height: 140px;
	padding: 5px;
	font-size: 12px;
	line-height: 18px;
	background: #363433 url(/new-site/images/design/direction_bg.jpg) repeat-x 0 top;
}
.section_center .cadre_carte a {
	font-size: 12px;
	color: #ffffff;
}
#footer .section_right {
	float: right;
	width: 210px;
	margin: 0 10px 20px 0;
	position: relative;
	border-bottom: 1px dashed #8b945d;
}
#footer h3 {
	font-size: 18px;
	color: #ece9e2;
	font-weight: normal;
	display: block;
	margin: 0 0 20px 0;
	letter-spacing: 1px;
}
#footer .sociaux {
	float: right;
	margin: 0 50px 0 0;
}
#footer .contentmenu {
	width: 940px;
	margin: 10px 20px 0 20px;
	padding: 20px 0 0 0;
	border-top: 1px dashed #8b945d;
}
.contentmenu .menu_footer {
	text-align: center;
	display: block;
	font-size: 11px;
	margin-bottom: 12px;
}
.contentmenu .menu_footer ul {
	list-style: none;
}
.contentmenu .menu_footer span.divise {
	font-size: 11px;
	color: #ece9e2;
}
.contentmenu .menu_footer li {
	display: inline;
}
.contentmenu .menu_footer a {
	padding: 0 8px 0 8px;
	font-size: 11px;
	color: #ece9e2;
	text-transform: uppercase;
}
.contentmenu .menu_footer {
	color: #f1f7e1;
}
#footer .copyright {
	float: left;
	margin: 0 0 0 10px;
	font-size: 11px;
	color: #ffffff;
	padding: 8px 0 0 25px;
}

.goright {
float: right;
margin:3px 0 0 10px;
}
.goleft {
float: left;
margin:0 10px 5px 0;
}
.clear {
    clear: both;
    /*height: 1px;
    overflow: hidden;*/
}
