/*
Theme Name: Salon Maison Bois
Theme URI: http://www.salon-maison-bois.com/
Description: Thème créé par Patrice Boisieau
Version: 1.0
Author: Patrice Boisieau

Creation Theme by Patrice Boisieau || http://www.milliweb.fr

Design : ENO KRÜGER DESIGN || http://www.enokruger.com
*/



* {
  margin: 0;
  padding: 0;
  border: none;
}

body {
  background: url(images/fond.png) repeat-x #82c343;
  font-family: Verdana, Arial, Serif;
  font-size: 13px;
  text-align: left;
  color: #656565;
  margin: 19px 0;
}

.clear {
  clear: both;
}


/***
 ***
 *** Layout Styles
 ***
 **/

#page {
  margin: 0px auto;
  padding-bottom: 10px;
  width: 960px;
  background: url(images/bas.png) no-repeat bottom;
}

#header {
  width: 960px;
  height: 221px;
  background: url(images/banniere.png) no-repeat;
}

#tools {
  margin: 0px 20px 0px 700px;
  padding-top: 20px;
  height: 160px;
  width: 240px;
}

#menu {
  margin: 0 20px;
  height: 41px;
}

#breadcrumb {
  padding: 10px 20px 20px 20px;
  width: 920px;
  height: 20px;
  background-color: #fff;
}

#wrapper {
  width: 960px;
  background-color: #fff;
}

#sidebar {
  float: right;
  margin-right: 20px;
  width:300px;
}

#content {
  float: left;
  margin-left: 20px;
  margin-bottom: 20px;
  width:580px;
}

#footer {
  clear: both;
  padding-top: 61px;
  width: 960px;
  height: 30px;
  background: url(images/pied.png) no-repeat top center;
}

#bottom {
  background: url(images/bas.png) no-repeat;
}


/***
 ***
 *** Tools Styles
 ***
 **/

.tool {
  color: #0f5229;
  padding-bottom: 5px;
  text-align: left;
}

.tool input.text {
  color: #fff;
  margin: 4px 0;
  padding: 2px;
  width: 180px;
  background: url(images/champ_fond.png) repeat-y #79a230;
  border: 1px solid #fff;
}

.tool input.submit {
  color: #79a341;
  font-weight: bold;
  margin: 4px 0;
  padding: 2px;
  background-color: #fff;
}

.tool input.submit:hover {
  color: #fff;
  background: #79a341;
}

.tool a {
  text-decoration: none;
  cursor: pointer;
  cursor: hand;
}

#rss {
  margin-right: 22px;
  height: 28px;
  line-height: 28px;
}

#rss img {
  float: right;
}


/***
 ***
 *** Menu and Submenu Styles
 ***
 **/

#menu ul {
  list-style: none;
}

#menu li {
  float: left;
  cursor: pointer;
  cursor: hand;
  margin-right: 4px;
  width: 111px;
  height: 41px;
  text-transform: uppercase;
}

#menu li.page-item-0 > a {
  color: #79a341;
  background: url(images/bt_accueil.png) no-repeat;
}

#menu li.page-item-0.current_page_item > a,
#menu li.page-item-0.current_page_parent > a {
  color: #fff;
  background: url(images/bt_accueil_current.png) no-repeat;
}

#menu li.page-item-6 > a {
  color: #79a341;
  background: url(images/bt_exposer.png) no-repeat;
}

#menu li.page-item-6.current_page_item > a,
#menu li.page-item-6.current_page_parent > a {
  color: #fff;
  background: url(images/bt_exposer_current.png) no-repeat;
}

#menu li.page-item-8 > a {
  color: #79a341;
  background: url(images/bt_visiter.png) no-repeat;
}

#menu li.page-item-8.current_page_item > a,
#menu li.page-item-8.current_page_parent > a {
  color: #fff;
  background: url(images/bt_visiter_current.png) no-repeat;
}

#menu li.page-item-10 > a {
  color: #79a341;
  background: url(images/bt_presse.png) no-repeat;
}

#menu li.page-item-10.current_page_item > a,
#menu li.page-item-10.current_page_parent > a {
  color: #fff;
  background: url(images/bt_presse_current.png) no-repeat;
}

#menu li.page-item-29 > a {
  color: #fff;
  background: url(images/bt_construire.png) no-repeat;
}

#menu li.page-item-29.current_page_item > a,
#menu li.page-item-29.current_page_parent > a {
  color: #fff;
  background: url(images/bt_construire_current.png) no-repeat;
}

#menu li.page-item-31 > a {
  color: #fff;
  background: url(images/bt_renover.png) no-repeat;
}

#menu li.page-item-31.current_page_item > a,
#menu li.page-item-31.current_page_parent > a {
  color: #fff;
  background: url(images/bt_renover_current.png) no-repeat;
}

#menu li.page-item-33 > a {
  color: #fff;
  background: url(images/bt_amenager.png) no-repeat;
}

#menu li.page-item-33.current_page_item > a,
#menu li.page-item-33.current_page_parent > a {
  color: #fff;
  background: url(images/bt_amenager_current.png) no-repeat;
}

#menu li.page-item-35 > a {
  color: #fff;
  background: url(images/bt_se_chauffer.png) no-repeat;
}

#menu li.page-item-35.current_page_item > a,
#menu li.page-item-35.current_page_parent > a {
  color: #fff;
  background: url(images/bt_se_chauffer_current.png) no-repeat;
}

#menu li a {
  display: block;
  width: 111px;
  height: 41px;
  text-align: center;
  line-height: 41px;
  font-weight: bold;
  text-decoration: none;
}

#menu ul ul {
  clear: both;
  display:none;
  position: absolute;
  z-index: 100;
  left: auto;
  height: 30px;
  width: 960px;
  color: #fff;
}

#menu li.current_page_item ul,
#menu li.current_page_parent ul {
  z-index: 10;
}

#menu .page-item-0 ul {
  margin-left: -20px;
  background-color: #78a22f;
}

#menu .page-item-6 ul {
  margin-left: -135px;
  background-color: #5653a2;
}

#menu .page-item-8 ul {
  margin-left: -250px;
  background-color: #d01480;
}

#menu .page-item-10 ul {
  margin-left: -365px;
  background-color: #8ad3e6;
}

#menu .page-item-29 ul {
  margin-left: -480px;
  background-color: #8a644b;
}

#menu .page-item-31 ul {
  margin-left: -595px;
  background-color: #f58020;
}

#menu .page-item-33 ul {
  margin-left: -710px;
  background-color: #1675af;
}

#menu .page-item-35 ul {
  margin-left: -825px;
  background-color: #fccd58;
}

#menu li li {
  cursor: pointer;
  cursor: hand;
  margin: 0 0 0 20px;
  width: auto;
  height: 30px;
  text-transform: none;
}

#menu .page-item-6 li,
#menu .page-item-8 li,
#menu .page-item-10 li
{
  float: left;
}

#menu .page-item-29 li,
#menu .page-item-31 li,
#menu .page-item-33 li,
#menu .page-item-35 li
{
  float: right;
}

#menu li li a {
  padding-right: 20px;
  width: auto;
  height: 30px;
  text-align: center;
  line-height: 30px;
  font-weight: bold;
  text-decoration: none;
  color: #fff;
}



/***
 ***
 *** Breadcrumb Styles
 ***
 **/

#breadcrumb p {
  font-size:1em;
  font-weight:bold;
  height:20px;
  line-height:20px;
}

#breadcrumb a {
  color: #b1b3b2;
  text-decoration: none;
  text-transform: uppercase;
}

#breadcrumb a:hover,
#breadcrumb a:focus {
  color: #656565;
  text-decoration: underline;
}



/***
 ***
 *** Content Styles
 ***
 **/

#content h1 {
  padding: 0 0 20px;
  font-size: 1.5em;
  text-transform: uppercase;
}

#content h2 {
  padding-bottom:20px;
  font-size: 1.5em;
}

#content h3 {
  padding: 20px 0 10px;
  font-size: 1.3em;
}

#content h4 {
  padding: 15px 0;
  font-size: 1.1em;
  font-weight: normal;
  text-decoration: underline;
}

#content p {
  padding: 0 0 10px;
}

#content a {
  color:#79a341;
  text-decoration: none;
  font-weight: bold;
}

#content a:hover,
#content a:focus {
  text-decoration: underline;
}

#content ul, ol {
  list-style-position: inside;
  margin-left: 10px;
  margin-bottom: 5px;
}

#content li {
  margin-bottom: 5px;
}

#content img {
  padding: 5px;
}

#content a:hover img {
  background-color:#b1b3b2;
}

#content img.alignleft,
#content .wp-caption.alignleft {
  float: left;
}

#content img.alignright,
#content wp-caption.alignright {
  float: right;
}

#content img.aligncenter,
#content wp-caption.aligncenter {
  margin: 0 auto;
}

#content .navigation {
  margin-bottom: 10px;
}

/*
 * Post styles
 */

#content .post {
  margin-bottom: 20px;
}

#content .post .metadata {
  margin-bottom: 5px;
  color: #b1b3b2;
  font-size: 0.9em;
}

#content .post .post_content {
  margin-bottom: 15px;
}

#content .post .post_content .more_link {
  margin-bottom: 5px;
}

#content .post .post_content .wp-caption {
  margin: 5px 10px;
  border: solid 1px #b1b3b2;
  background-color: #f4f4f4;
}

#content .post .post_content .wp-caption-text {
  color: #b1b3b2;
  text-align:center;
}

#content .post .tags {
  color: #656565;
  margin-bottom: 20px;
  padding: 5px 10px;
  border: solid 1px #b1b3b2;
  background-color: #f4f4f4;
}

/*
 * Comments styles
 */

#content .comments-template form#commentform {
  color: #656565;
  margin-bottom: 20px;
  padding: 5px 15px 5px 10px;
  border: 1px solid #b1b3b2;
  background-color: #f4f4f4;
}

#content .comments-template textarea {
  padding: 5px;
  width: 100%;
}

#content .comments-template input#author,
#content .comments-template input#email,
#content .comments-template input#url {
  padding: 5px;
}

#content .comments-template input#submit {
  color: #fff;
  font-weight: bold;
  margin: 4px 0;
  padding: 2px;
  border: 1px solid #79a341;
  background: #aec78c;
}

#content .comments-template input#submit:hover {
  background: #79a341;
}

#content ol.commentlist,
#content ol.commentlist ul.children {
  list-style: none;
  margin: 0;
  padding: 0;
}

#content ol.commentlist ul.children {
  margin:0 5px;
}

#content .commentlist li {
  margin-bottom: 10px;
  padding: 5px;
  border: 1px solid #b1b3b2;
}

#content .commentlist img {
  margin: 5px;
  float:left;
}

#content .comment-author,
#content .comment-meta {
  margin-bottom: 5px;
}

/*
 * Media Styles (carrousel or video)
 */

#content .media {
  margin-bottom : 20px;
}

#content .media_top {
  width: 580px;
  height: 6px;
  background: url(images/media_haut.png) no-repeat;
}

#content .media_content {
  padding: 14px 20px;
  width: 540px;
  background: url(images/media_bords.png) repeat-y;
}

#content .media_bottom {
  width: 580px;
  height: 6px;
  background: url(images/media_bas.png) no-repeat;
}

#content .media_content p {
  margin: 0;
  padding: 0;
}

/* Carousel styles */

#content .jdGallery a.carouselBtn
{
  color: #fff;
}

#content .jdGallery a.carouselBtn:hover,
#content .jdGallery a.carouselBtn:focus
{
  text-decoration: none;
}

/* Search form styles */

#content .search-template form#searchform {
  color: #656565;
  margin-bottom: 20px;
  padding: 10px;
  border: 1px solid #b1b3b2;
  background-color: #f4f4f4;
}

#content .search-template p {
  padding: 0;
}

#content .search-template input.text {
  margin: 0;
  padding: 4px;
  width: 240px;
  border: 1px solid #b1b3b2;
}

#content .search-template input.text:hover {
  background: #a8ce5b;
}

#content .search-template input.submit {
  color: #fff;
  font-weight: bold;
  margin: 0;
  padding: 4px;
  border: 1px solid #79a341;
  background: #a8ce5b;
}

#content .search-template input.submit:hover {
  color: #fff;
  background: #79a341;
}

/* Librairie Styles */

#content #livres .navigation {
  padding: 10px 0;
}

#content #livres ul {
  list-style:none;
  text-align: left;
}

#content #livres li {
  clear: both;
}

#content #livres h3 {
  margin: 0;
  padding: 0;
}

#content #livres img {
  float: left;
  margin-right:20px;
  width: 60px;
  height: 60px;
}

#content #livre-couverture {
  float: left;
}

#content #livre-couverture img {
  margin-right: 20px;
}

/* Palmares Styles */

#content #all-palmares ul,
#content #palmares ul {
  list-style: none;
  text-align: left;
}

#content #all-palmares li,
#content #palmares li {
  clear: both;
}

#content #all-palmares img {
  float:left;
  margin:0 20px 20px 0;
}

#content #palmares a.thumb {
  padding: 2px;
  margin:0 20px 10px 0;
  display: block;
  border: 1px solid #ccc;
  float: left;
}

#content #palmares a.medium {
  width: 200px;
  height: 133x;
}

#content #palmares a.small {
  width: 100px;
  height: 67px;
}

#content #palmares img {
  display: block;
  margin: 0 auto;
  padding:0;
}

#content #realisation #vote a {
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  display: block;
  margin: 0px auto;
  padding: 10px 6px;
  width:140px;
  border: 3px solid #F58020;
  background: #f9b277;
  text-align: center;
  text-decoration: none;
}

#content #realisation #vote a:hover {
  background: #F58020;
  text-decoration: none;
}

/* Galleriffic styles */

#content #realisation img {
  margin:0 auto;
  padding:0;
  border:none;
  display:block;
}

#content #realisation #gallery-adv {
  float: left;
  width: 606px;
  height: 434px;
  overflow: hidden;
}

#content #realisation div.ss-controls {
  float: left;
}
#content #realisation div.nav-controls {
  float: right;
}
#content #realisation div.controls {
  margin-top: 5px;
  height: 23px;
}
#content #realisation div.controls a {
  padding: 5px;
}

#content #realisation div.pagination {
  clear: both;
}
#content #realisation div.navigation div.top {
  margin-bottom: 17px;
  height: 11px;
}
#content #realisation div.navigation div.bottom {
  margin-top: 12px;
}
#content #realisation div.pagination a, div.pagination span.current {
  display: block;
  float: left;
  margin-right: 2px;
  padding: 4px 7px 2px 7px;
  border: 1px solid #ccc;
}
#content #realisation div.pagination a:hover {
  background-color: #eee;
  text-decoration: none;
}
#content #realisation div.pagination span.current {
  font-weight: bold;
  background-color: #000;
  border-color: #000;
  color: #fff;
}


#content #realisation #thumbs-adv {
  float: right;
  width: 260px;
  text-align: right;
  padding-left: 40px;
}

#content #realisation #thumbs-adv ul {
  list-style: none;
  clear: both;
  margin: 0;
  padding: 0;
}

#content #realisation #thumbs-adv li {
  float: left;
  display: block;
  margin-right: 10px;
  margin-bottom: 10px;
  width: 106px;
  height: 73px;
}

#content #realisation #thumbs-adv a.thumb {
  padding: 2px;
  display: block;
  border: 1px solid #ccc;
}

#content #realisation #thumbs-adv a.small {
  width: 100px;
  height: 67px;
}

#content #realisation div.slideshow a.advance-link {
  padding: 2px;
  display: block;
  border: 1px solid #ccc;
}

#content #realisation #palcol1,
#content #realisation #palcol2,
#content #realisation #palcol3,
#content #realisation #palcol4 {
  float: left;
  width: 220px;
  text-align: left;
}

#content #realisation #palcol1,
#content #realisation #palcol2,
#content #realisation #palcol3 {
  margin-right: 10px;
}

#content #realisation #palcom {
  clear: both;
  padding-top: 20px;
  color: #b1b3b2;
}

#content #exposants-rubriques ul {
  list-style-type:none;
}


/***
 ***
 *** Sidebar Styles
 ***
 **/

#sidebar .bloc {
  margin-bottom : 20px;
}

#sidebar .bloc_title {
  width: 151px;
  height: 28px;
  line-height:14px;
  margin: 5px;
  padding: 18px 15px 5px;
  background: url(images/bloc_titre.png) no-repeat left;
  color: #fff;
  font-size: 1em;
  font-weight: bold;
}

#sidebar .bloc_top {
  width: 300px;
  height: 6px;
  background: url(images/bloc_haut.png) no-repeat;
}

#sidebar .bloc_content {
  padding: 0px 6px;
  width: 290px;
  background: url(images/bloc_bords.png) repeat-y;
}

#sidebar .bloc_bottom {
  width: 300px;
  height: 6px;
  background: url(images/bloc_bas.png) no-repeat;
}

#sidebar .blogroll {
  list-style: none;
  padding:4px;
}

#sidebar .blogroll li {
  padding-left: 24px;
  background:url('images/fleche.jpg') no-repeat left top;
}

#sidebar .blogroll a {
  display: block;
  color: #646665;
  text-decoration: none;
  line-height: 20px;
}

#sidebar .blogroll a:hover,
#sidebar .blogroll a:focus {
  text-decoration: underline;
}

/*
 * Tags Cloud Styles
 */

#sidebar .st-tag-cloud {
  list-style: none;
  padding:4px;
}

#sidebar .st-tag-cloud li {
  display:inline;
  padding-bottom: 5px;
}

#sidebar .st-tag-cloud a {
  color: #646665;
  text-decoration: none;
}

#sidebar .st-tag-cloud a:hover,
#sidebar .st-tag-cloud a:focus {
  text-decoration: underline;
}



/***
 ***
 *** Footer Styles
 ***
 **/

#footer {
  background: url(images/pied.png) no-repeat top center;
}

#footer p {
  text-align: center;
  text-transform: uppercase;
  font-size: 0.9em;
  font-weight: bold;
  color: #79a341;
  height: 30px;
  line-height: 30px;
}

#footer a {
  margin: 0 10px;
  color: #79a341;
  text-decoration: none;
}

#footer a:hover,
#footer a:focus {
  text-decoration: underline;
}
