/* ==============================================
   FEUILLE DE STYLES DES GABARITS HTML/CSS
   © Elephorm & Alsacreations.com
   Conditions d'utilisation:
   http://creativecommons.org/licenses/by/2.0/fr/
   
   Modifiee et completee par Inspiration Bois
   ============================================== */


/* --- COULEURS PRINCIPALES --- */

/* Général */
body {
	color: #8c7247;
	background: #442b02;
}
a {
	color: #8c7247;
}
a:hover, a:focus {
	color: #f1e8b4;
}
strong {
	color: #a1b55d;
}

/* En-tête */
#entete {
	color: #000000;
	background: #ffffff;
}

/* Conteneur central */
#centre {
	background: url(img/colonnes-centre.png) repeat-y;
}
#centreentree {
	background: #f1e8b4;
}

/* Contenu principal */
#principal {
	color: #584939;
}
#principal a {
	color: black;
}
#principal a:hover, #principal a:focus {
	color: #584939;
}
#principal strong, em {
	color: black;
}

/* --- POSITIONNEMENT ET AUTRES STYLES--- */

/* Page */
html {
	font-size: 100%;
}body {
	margin: 0;
	padding: 0px 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .65em;
	line-height: 1.25;
}
#global {
	width: 980px;
	margin: 0 auto;
}

/* Titres */
h1, h2, h3, h4, h5, h6 {
	margin: 1em 0 .5em 0;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 2em;
}
h2, h3 {font-size: 1.2em;}
h4 {font-size: 1em;}

h5, h6 {
	color: black;
}

/* Listes */
ul, ol {
	margin: .75em 0 .75em 24px;
	padding: 0;
}
ul {
	list-style: square;
}
li {
	margin: 0;
	padding: 0;
}

/* Paragraphes */
p {
	margin: .75em 0;
}
li p, blockquote p {
	margin: .5em 0;
}

/* Citations */
blockquote, q {
	font-size: 1.1em;
	font-style: italic;
	font-family: Arial, Helvetica, sans-serif;
}
blockquote {
	margin: .75em 0 .75em 24px;
}
cite {
	font-style: italic;
}

/* Liens */
a {
	color: #6c582f;
	text-decoration: none;
}
a:hover, a:focus {
	color: black;
}
a img {
	border: none;
}

/* Divers éléments de type en-ligne */
em {
	font-style: normal;
}
strong {
	font-weight: normal;
}

/* Pour sliderleft mobile avec boutons sociaux */
#divTopLeft{
	position:absolute;z-index:49; left:0;overflow:hidden;
}
#divTopLeft div{
-webkit-border-top-right-radius: 5px;
-webkit-border-bottom-right-radius: 5px;
-moz-border-radius-topright: 5px;
-moz-border-radius-bottomright: 5px;
border-top-right-radius: 5px;
border-bottom-right-radius: 5px;
background:#442b02;
width:72px;
height:80px;
padding:2px;
}

/* En-tête */
#entete {
	width: 980px;
	margin-top:3px;
	padding: 0 0;
	height: 70px;
}
#entete h1 {
	margin: 0;
}
#entete h1 img {
	position:absolute;
	margin: 8px 0 0 40px;
}
#entete .ss-titre {
	position:absolute;
	margin: 0 0 0 40px;
	top:75px;
}
#sup {
	float:right;
	padding: 20px 42px 0 0;
}

/* Reseaux sociaux */
.facebook_fol {background: url("../objets/icones-social.gif") left top no-repeat;}
.google_fol {background: url("../objets/icones-social.gif") left -16px no-repeat;}
.pinterest_pin {background: url("../objets/icones-social.gif") left -48px no-repeat;}
.youtube_fol {background: url("../objets/icones-social.gif") left -64px no-repeat;}
.linkedIn_fol {background: url("../objets/icones-social.gif") left -96px no-repeat;}

.facebook_fol,
.google_fol,
.pinterest_pin,
.youtube_fol,
.linkedIn_fol {
	opacity: 1;
	display: inline-block;
	width: 16px;
	height: 16px;
	margin: 5px 0 4px 2px;
	text-indent: -9999px;
}

.facebook_fol:hover,
.google_fol:hover,
.pinterest_pin:hover,
.youtube_fol:hover,
.linkedIn_fol:hover {
	opacity: 0.6;
}

/* Menu de navigation principal horrizontal haut */
.menu-h {
	width:950px;
	height:22px;
	float: right;
	padding: 0 30px 0 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	text-decoration:none;
	background: #ffffff;
	color:#998055;
}
.menu-h-bouton {
	width:auto;
	float:right;
	text-align:center;
	margin:0 12px 12px 12px;
}
.menu-h a {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	text-decoration:none;
	color:#000000;
}
.menu-h a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	text-decoration:none;
	color:#998055;
}
.menu-h-sep-v {
	margin-top:2px;
	height:12px;
	width:1px;
	background-color:#000000;
	float:right;
}

/* Bloc central */
#centre {
	width: 980px;
	min-height: 520px;
}
#centre hr {
clear: both;
visibility: hidden;
}
#centreentree hr {
clear: both;
visibility: hidden;
}
.ligne-sep-h {
	height:5px;
	width:980px;
	margin-left: -10px;
	background-color:#442b02;
}

/* Menu de navigation secondaire vertical gauche*/
dl, dt, dd, ul, li {
margin: 0;
padding: 0;
list-style-type: none;
}
#menu {
width: 160px;
float: left;
text-align: center;
margin: 0 auto 0 10px;
}
#menu dl {
width: 160px;
margin-left: 10px;
margin-right: auto;
text-align: center;
margin: 6px auto 0 10px;
}
#menu dt {
cursor: pointer;
margin: 0 0;
height: 35px;
line-height: 35px;
text-align: left;
font-weight: bold;
font-size: 12px;
border: 0px solid #f1e8b4;
}
#menu dd {
border: 0px solid #6c582f;
}
#menu li {
text-align: left;
line-height: 17px;
font-size: 10px;
margin: 4px 0 4px 1em;
}
#menu li a, #menu dt a {
color: #f1e8b4;
text-decoration: none;
display: block;
border: 0 none;
height: 100%;
}
#menu li a:hover, #menu dt a:hover {
background: #9b8157;
}
.menu-sep-h {
	margin:3px 0 3px 10px;
	height:1px;
	width:160px;
	background-color:#f1e8b4;
	float: left;
}
.menu-sep-h-doublevide {
	margin:3px 0 3px 10px;
	height:1px;
	width:160px;
	float: left;
}
#menu img {
	padding: 10px 40px 5px 40px;
	width:100px;
	height:137px;
	text-align: center;
}

/* Contenu principal */
#principal {
	margin: 20px 0 0 200px;
	padding: 5px 20px 10px 10px;
	text-align: left;
}
#principal p, #principal li {
	line-height: 1.5;
}
#principal a {
	font-style:italic;
}
#colcomplete {
	width:713px;
	padding: 20px 0 10px 20px;
	text-align: justify;
}
#coltextea {
	width:483px;
	padding: 20px 0 10px 20px;
	text-align: justify;
}
#coltexteb {
	width:340px;
	padding: 20px 0 10px 20px;
	text-align: justify;
}
#coltextec {
	width:265px;
	padding: 20px 0 10px 20px;
	text-align: left;
}
#colformcontact {
	width:350px;
	padding: 10px 0 0 10px;
	text-align: right;
}
.champsform {
height: 18px;
width: 170px;
border: 0;
border-color: #8C7247;
background: #FFFFFF;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
color:#442B02;
}
.champsmessage {
border: 0;
border-color: #8C7247;
background: #FFFFFF;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
color:#442B02;
}
.bouton_envoyer {
	height:24px;
	border:0;
	color:#442B02;
	font-size:14px;
	font-weight:bold;
	text-align:right;
	padding: 0 10px 0 10px;
	cursor:pointer;
	background:#FFF;
	text-align:center;
    margin-top: 10px;
    border: 1px solid #8C7247;
}
.bouton_envoyer:hover {
	color:#F1E8B4;
	background:#442B02;
}
.coltexte-separ-h {
	margin-top:10px;
	margin-bottom:25px;
	height:2px;
	background-color:#6c582f;
}
.coltexte-separ-hbleu {
	margin:15px 0 15px 0;
	height:4px;
	background-color:#3f7d87;
}
.coltexte-photos-a {
	float: left;
	width:200px;
	height:133px;
	padding: 7px 10px 7px 0;
	text-align: left;
}
.coltexte-photos-b{
	float: left;
	width:133px;
	height:200px;
	padding: 7px 10px 7px 0;
	text-align: left;
}
.coltexte-photos-c{
	float: left;
	width:133px;
	padding: 7px 25px 20px 0;
	text-align: left;
}
.coltexte-photos-wy{
	float: left;
	width:177px;
	height:220px;
	padding: 7px 15px 7px 0;
	text-align: left;
}
.coltexte-plansite {
	float: left;
	width:225px;
	padding: 0 10px 0 0;
	text-align: left;
}
#contenu-photos-a {
	float: right;
	width:200px;
	margin: 2.5em 20px 15px 0;
	padding: 12px 0 0 0;
	text-align: left;
}
.ligne-photos-a {
	width:200px;
	margin: 10px 0 10px 0;
	padding: 7px 0 7px 0;
	text-align: left;
}
#contenu-photos-b {
	float: right;
	width:343px;
	margin: 2.5em 20px 15px 0;
	padding: 12px 0 0 0;
	text-align: left;
}
.ligne-photos-b {
	width:343px;
	margin: 10px 0 10px 0;
	padding: 7px 0 7px 0;
	text-align: left;
}
#contenu-photos-c {
	float: right;
	width:440px;
	margin: 2.5em 0 15px 10px;
	padding: 12px 0 0 0;
	text-align: left;
}
.ligne-photos-c {
	width:420px;
	margin: 10px 0 10px 0;
	padding: 7px 0 0 0;
	text-align: left;
}
.photo-petit-v {
	width:133px;
	height:200px;
	float: left;
}
.photo-petit-h{
	width:200px;
	height:133px;
	float: left;
}
.photo-separ-v10 {
	width:10px;
	height:1px;
	float: left;
}
.photo-separ-v19 {
	width:19px;
	height:1px;
	float: left;
}
#pageentree {
	width:500px;
	padding: 20px 0 0 25px;
	text-align: center;
}
.photo-grand-h{
	width:500px;
	height:333px;
	text-align: center;
}
.apercu-mag {
	width:100px;
	height: 145px;
	margin: 13px 9px 5px 9px;
	padding: 3px 0 3px 0;
	text-align: center;
	float: left;
}
.apercu-pdt-hg {
	width:200px;
	height: 223px;
	margin: 0;
	padding: 0 56px 0 0;
	text-align: left;
	float: left;
}
.apercu-pdt-hd {
	width:200px;
	height: 223px;
	margin: 0;
	padding: 0;
	text-align: left;
	float: right;
}
.apercu-pdt-vg {
	width:200px;
	height: 290px;
	margin: 0;
	padding: 0 56px 0 0;
	text-align: left;
	float: left;
}
.apercu-pdt-vd {
	width:200px;
	height: 290px;
	margin: 0;
	padding: 0;
	text-align: left;
	float: right;
}
.apercu-pdt-img {
	width:200px;
	height: 200px;
	margin: 0;
	padding: 0 0 1.6em 0;
	text-align: left;
	float: left;
}
.apercu-pdt-txt {
	width:200px;
	height: 90px;
	margin: 0;
	padding: 0;
	text-align: left;
	float: left;
}
.info-tarif {
	padding: 10px 0 0 0;
	text-align: right;
}
#share {
	text-align: center;
}

/* Pied de page */
#pied {
	width: 950px;
	padding: 8px 0 3px 0;
	font-size: 1.1em;
	line-height: 1.7;
	color: #f1e8b4;
	text-align: center;
}
a.bottom_nav:link {font-family: Arial, Helvetica, sans-serif; color: #f1e8b4; text-decoration: none; line-height: 15px; }
a.bottom_nav:visited {color: #f1e8b4; text-decoration: none; line-height: 15px; }
a.bottom_nav:hover {color: #8c7247; text-decoration: none; line-height: 15px; }
a.bottom_nav:active {color: #8c7247; line-height: 15px; }

/* Sous-pied de page */
#ss-pied {
	width: 960px;
	padding: 2px 0 5px 0;
	font-size: 1em;
	text-align: center;
	color: #8c7247;
	text-decoration:none;
}
a.bottom_nav2:link {font-family: Arial, Helvetica, sans-serif; color: #8c7247; text-decoration: none; line-height: 15px; }
a.bottom_nav2:visited {color: #8c7247; text-decoration: none; line-height: 15px; }
a.bottom_nav2:hover {color: #f1e8b4; text-decoration: none; line-height: 15px; }
a.bottom_nav2:active {color: #f1e8b4; line-height: 15px; }