/* all.css */

@font-face {
    font-family: 'CallunaRegular';
    src: url('Calluna-Regular-webfont.eot');
    src: url('Calluna-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('Calluna-Regular-webfont.woff') format('woff'),
         url('Calluna-Regular-webfont.ttf') format('truetype'),
         url('Calluna-Regular-webfont.svg#CallunaRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

/***** BODY *****/

body {
	background-color:#ffffff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
	margin:0px;
}


/***** A *****/

a {
	color:#819432;
	text-decoration:none;
}

a:hover {
	color:#392615;
	text-decoration:none;
}

a.small_norm {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#6f5746;
}

a.small_norm:hover {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#392615;
}

a.titre {
	font-family:Arial, Helvetica, sans-serif;
	font-size:17px;
	font-weight:normal;
	color:#6f5746;
}

a.titre:hover {
	font-family:Arial, Helvetica, sans-serif;
	font-size:17px;
	font-weight:normal;
	color:#392615;
}


a img {
	border:none;
}


/***** TITRES *****/

h1 { 
	width:510px;
	font: 58px 'CallunaRegular', Arial, sans-serif;
	color:#88755c;
	text-shadow: 1px 1px 2px #b0b0b0;
	margin:0px;
}

h2 {
	font: 38px 'CallunaRegular', Arial, sans-serif;
	color:#88755c;
	text-shadow: 1px 1px 2px #b0b0b0;
	margin:0px 0px 0px 0px;
}
h3 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#2e2e2e;
}
h4 {}
h5 {}
h6 {}



/***** P *****/

.avertissement {
	float:right;
	border:1px solid #FF0000;
	background-color:#FD9396;
	font-weight:bold;
	font-size:14px;
	padding:8px;
	
}

.droite {
	float:right;
}

.centre {
	text-align:center;
}

.norm {
	font-family:verdana, Helvetica, sans-serif;
	font-size:11px;
	color:#595959;
	width:287px;
	height:130px;
	line-height:1.2;
}
/*
.norm {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#3d210c;
	text-align:justify;
	width:287px;
	height:130px;
}
*/
.normactus {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#3d210c;
	text-align:justify;
}

.cadrepanier .norm {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#3d210c;
	text-align:justify;
	width:287px;
	height:auto;
}


.imgboutique {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#3d210c;
	line-height:18px;
	background-color:#fff;
	border:1px solid #ccc;
	padding:6px;
	float:left;
}

.norm_height {
	font-family:verdana, Helvetica, sans-serif;
	font-size:11px;
	color:#2a2a2a;
	line-height:1.5;
}
/*
.norm_height {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#3d210c;
	line-height:18px;
}
*/
.norm_height_justify {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#3d210c;
	line-height:18px;
}

.norm_bold {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#000000;
}

.norm_grey_bold {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#181818;
}

.norm_red_bold {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#8c912b;
}

.norm_green_bold {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#79783f;
}

.norm_green_bold2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#B98446;
}

.norm_brown_bold {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#765c48;
}

.prix_boutique {
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:700;
	color:#97141a;
}

.objet_boutique {
	font-family:Arial, Helvetica, sans-serif;
	font-size:22px;
	font-weight:700;
	color:#f25334;
}

.nom_contact {
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	color:#6f5746;
}

.fonction_contact {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:bold;
	color:#6f5746;
	text-transform:uppercase;
}

.lettrine {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#6f5746;
	text-transform:uppercase;
}





/***** DIV *****/

#main {
	width:100%;
}

#menu {
	width:100%;
	background-color: transparent;
	background: url("../images/menu/fondmenutop.png") repeat-x top left ;
	height:47px;
	margin-top:28px;

}

.global {
	width:960px;
	margin:auto;
	background-color: #FFFFFF;
    border: 1px solid #CCCCCC;
	float:left;
	background: url("../images/fonds/fondmainpage.png") repeat-y top left ;
}

.allmenu {
width:960px;
	margin:auto;
}

.liens {
float:left;
margin-top:9px;
}

.lienspage{
color:#888787;
height:0px;
}

.lienspage a:hover{
color:#5f6d26;
text-transform:uppercase;
font-size:10px;
}

.social {
margin-top: -17px;
float:right;
}

.social ul, .socialacc ul{
padding-left: 0px;
float:right;
}

.social ul li, .socialacc ul li  {
  list-style:none;
  float:left;
}

.social ul li:first-child a, .socialacc ul li:first-child a {
  background-attachment:initial;
  background-clip:initial;
  background-color:initial;
  background-image:url("../images/menu/icones_social.png");
  background-origin:initial;
  background-position:5px 0;
  background-repeat:no-repeat no-repeat;
  display:block;
  height:57px;
  text-indent:-9999em;
  width:40px;
}

.social ul li:first-child a:hover, .socialacc ul li:first-child a:hover {

  background-position:5px -57px;
  -webkit-transition: all 200ms ease-in-out 0s;
  -moz-transition: all 200ms ease-in-out 0s;
  -o-transition: all 200ms ease-in-out 0s;
  transition: all 200ms ease-in-out 0s;

}

.social ul li + li a, .socialacc ul li + li a {
  background-attachment:initial;
  background-clip:initial;
  background-color:initial;
  background-image:url("../images/menu/icones_social.png");
  background-origin:initial;
  background-position:-35px 0;
  background-repeat:no-repeat no-repeat;
  display:block;
  height:57px;
  text-indent:-9999em;
  width:40px;
}

.social ul li + li a:hover, .socialacc ul li + li a:hover {

  background-position:-35px -57px;
  -webkit-transition: all 200ms ease-in-out 0s;
  -moz-transition: all 200ms ease-in-out 0s;
  -o-transition: all 200ms ease-in-out 0s;
  transition: all 200ms ease-in-out 0s;

}



.liensacc {
float:left;
margin-top:5px;
margin-left:15px;
}

.socialacc {
float:right;
margin-right:15px;
margin-top:-22px;
height:35px;
}

.social img, .socialacc img{
padding-left:9px;
margin-top:35px;
}

.panieracc a{
float:left;
margin-left: 200px;
margin-top: 4px;
}

.panier a{
float:left;
margin-left: 30px;
margin-top: 9px;
}

.logo {
float:left;
margin-top:-28px;
margin-right:20px;
}

.logoacc {
float:left;
margin-right:20px;
}



#top {
	background-color:#ffffff;
	text-align:center;
	height:175px;
}

.pub {
	float:right;
	height:105px;
}

#menuacc {
	clear:both;
	background-image:url("../images/fonds/fondmenuacc.png");
	background-repeat:repeat-x;
	background-position:left top;
	width:960px;
	height:43px;
	margin-top:15px;
	
}

#header {
	margin-top:15px;
	height:145px;
}

#panier {
	width:150px;
	height:230px;
	background-color:transparent;
	text-align:left;
	padding:10px;
	position:absolute;
	top:215px;
	left:10px;
}

#main_page {
	width:960px;
	margin-top:250px;
	margin-left:auto;
	margin-right:auto;
	
}

#main_page_accueil {
	width:960px;
	margin-left:auto;
	margin-right:auto;
	background: url("../images/fonds/fondmainpage.png") repeat-y top left ;
}

#img_left {
	width:200px;
	height:400px;
	background-color:transparent;
	float:left;
}

#menu_left {
	width:200px;
	height:400px;
	background-color:#ffffff;
	background-image:url("../images/bg_left.jpg");
	background-repeat:no-repeat;
	background-position:left top;
	float:left;
}

#bottom {
	width:100%;
	height:175px;
	background-image:url("../images/bg_bottom.jpg");
	background-repeat:no-repeat;
	background-position:center bottom;
	margin-top:-2px;
	text-align:center;
	float:left;
}

#footer {
	width:960px;
	margin:auto;
	text-align:left;
	font-size:9px;
	font-family:Arial, Helvetica, sans-serif;
	background-image:url("../images/fonds/fondfooter.png");
	background-repeat:repeat-x;
	background-position:top left;
	height:110px;
	float:left;
}

#footer .tabularasa{
	float:right;
	font-size:11px;
	background-color:#464341;
	margin-top:35px;
	padding:10px;
	font-weight:bold;
	margin-right:15px;
	text-transform:uppercase;
	color:#FFFFFF;
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
}

#footer .tabularasa:hover{

	background-color:#b3ce41;
	color:#000000;
	-webkit-transition: all 400ms ease-in-out 0s;
    -moz-transition: all 400ms ease-in-out 0s;
    -o-transition: all 400ms ease-in-out 0s;
    transition: all 400ms ease-in-out 0s;
}

#footer .nav{
	float:left;
	margin-top:35px;
	color:#666666;
	list-style:none;
	display:inline;
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
}


#footer .nav a{

	color:#666666;
}

#footer .nav a:hover{

	color:#fff;
}



#footer .nav ul li {
  list-style-type: none;
  display: inline;
  float: left;
  margin:3px;
}

#footer .nav ul li + li:before {
  content: ' | ';
}

#footer a{
	color:#fff;

}

.colleft a {
	color:#000;
	text-decoration:none;
}

.contenuactu {
	float:right;
	width:535px;
	margin-right:20px;
}

.contenuactu p {
}

/********** PAGES **********/

#cadre {
	width:100%;
	min-height:660px;
	margin-top:20px;
	float:left;
}

#cadreacc {
	width:100%;
	min-height:1360px;
	margin-top:10px;
	float:left;	
	background-color:#fff;
	margin-top:0;
}

.coldroite {
	width:595px;
	text-align:left;
	float:left;
	margin-left:15px;
	margin-bottom:20px;
}

.coldroite p.norm_height {
	padding-right:20px;
}


.magazine {
	width:340px;
	float:left;
}

.magazine p{
	text-align:center;
}


.colleft {
	width:190px;
	text-align:left;
	float:left;
	margin-left:38px;
}

.coldroitelarge {
	width:740px;
	text-align:left;
	float:left;
	margin-left:15px;
}

.coldroiteboutique {
	width:660px;
	text-align:left;
	float:right;
	margin-left:15px;
}

.article {
	float: left;
    margin: 15px;
    text-align: center;
    width: 170px;
	padding:15px 10px 10px 10px;
}

#grouparticle :hover {

    background-color: #eeeeee;
	-webkit-transition: all 200ms ease-in-out 0s;
    -moz-transition: all 200ms ease-in-out 0s;
    -o-transition: all 200ms ease-in-out 0s;
    transition: all 200ms ease-in-out 0s;

}

#grouparticle {
	width:100%;
	float:left;

}

.pageliens {
	padding:15px;
}

.padding {
	padding:15px;
}

.padding2 {
	padding:15px;
	margin-top:15px;
}

#contenu {
 	margin-top: -35px;
    padding: 10px;
    position: absolute;
    width: 640px;
    z-index: 100;
}

.typeabo{
	background-color:#f4f9dd;
	margin:5px 10px 60px 10px;
	width:250px;
	padding:10px;
	float:left;
	color:#000;
	vertical-align:top;
	text-align:center;
	border-top:1px solid #e4e9cc;

}

.typeabo input{
    margin-bottom:10px;

}

.typeabo:hover{
    background-color: #eeeeee;
	-webkit-transition: all 200ms ease-in-out 0s;
    -moz-transition: all 200ms ease-in-out 0s;
    -o-transition: all 200ms ease-in-out 0s;
    transition: all 200ms ease-in-out 0s;

}

.typeabo img{
	margin-top:-50px;
	margin-bottom:10px;

}

.boitehaut {
	padding:5px;
	width:288px;
	float:left;
	margin-top:40px;
	margin-right:20px;
}

.boite {
	padding:5px;
	width:288px;
	float:left;
	margin-top:40px;
	margin-right:20px;
	height:295px;
}

.boite ul li{
	list-style:none;
	float:left;
	padding:3px;
	display:inline;
}

.boite ul {
	padding-left:0px;
}

.petiteboutique {
	width:110px;
	float:left;
}

.retour {
	background-color:#f4f9dd;
	width:250px;
	padding:0px;
	float:right;
	color:#000;
	vertical-align:top;
	text-align:center;
	margin-bottom:20px;
	margin-right:170px;

}

.retour:hover {
	background-color:#b3ce41;
	color:#fff;
	-webkit-transition: background-color 200ms ease-in-out 0s;
    -moz-transition: background-color 200ms ease-in-out 0s;
    -o-transition: background-color 200ms ease-in-out 0s;
    transition: background-color 200ms ease-in-out 0s;

}

.articleligne {
	background-color:#f7f7f7;
	color:#333333;
	height:28px;
	vertical-align:middle;

}

.articleligne H3{
	padding:5px;

}

.articleligne :hover {
	background-color:#88755c;
	color:#fff;
	-webkit-transition: background-color 200ms ease-in-out 0s;
    -moz-transition: background-color 200ms ease-in-out 0s;
    -o-transition: background-color 200ms ease-in-out 0s;
    transition: background-color 200ms ease-in-out 0s;

}

#colonne {
	background-color:#f7f6f6;
	float:right;
	width:320px;


}

.facebook, .sondage {
	width:288px;
	float:right;
	margin-right:10px;
}

.sondage {
	margin-top:30px;
}

.question {
	padding:3px;
	background-color:#b3ce41;
	color:#fff;
	margin-top:5px;
	font-weight:bold;
}

.vote {
	margin:20px 0 10px 195px;
}

.alaune {
	top: 330px;
    position: absolute;
    z-index: 30;
	margin-left:30px;
	box-shadow: 0px 0px 6px #000;
}

.alaune span {
display: none; 
position: absolute; 
background-image:url("../images/feuille.png");
	background-repeat:no-repeat;
	background-position:top left;
width: 278px;
height:379px;
}

.sortie {
	top: 370px;
    position: absolute;
    z-index: 31;
	margin-left:-9px;
}

.newsletter {
	background-image:url("../images/fonds/newsletbg.png");
	background-repeat:no-repeat;
	background-position:top left;
	margin-top: 405px;
	margin-right:10px;
	margin-bottom:40px;
	width:288px;
	height:122px;
	float:right;
}

.formu {
	margin-left: 4px;
	margin-top: 40px;

}

.contact {
	margin:10px 30px 70px 30px;
	float:left;
	text-align:center;
}

.image {
	padding:15px;
	background-color:#fff;
	border:1px solid #ccc;
	width:200px;
	text-align:center;
	margin:70px 0 0 20px;
}

.googlemap {
	margin:15px;
	float:left;
}

#formulaire {
	margin-top: 100px;
	margin-right:10px;
	width:400px;
	float:left;
}

#formulaire H2{
	margin-bottom: 30px;
}


.cadrepanier {
	width:800px;
	margin-left:70px;
	min-height:550px;
	
	}

/********** IMAGES **********/

img.square {
	position:relative;
	top:1px;
	left:0px;
	width:10px;
}




/*********** INPUT **********/

input.formu {
	width:190px;
	border:0;
	height:31px;
	background-color:#ffffff;
	color:#ccc;
	font-family:arial;
	padding-left:5px;
}

.textArea {
	border:1px solid #3d210c;
	background-color:#ffffff;
	color:#644e38;
	font-family:arial;
}


input.img_panier {
	position:relative;
	top:5px;
}

input.btn_panier {
	width:130px;
	border:1px solid #ab947e;
	background-color:#ffffff;
	color:#644e38;
	position:relative;
	top:5px;
	font-family:arial;
}

input.btn_publier_annonce {
	width:160px;
	border:1px solid #ae040d;
	background-color:#ffffff;
	color:#644e38;
	position:relative;
	top:5px;
	font-family:arial;
	padding:2px;
}

input.btn_abo {
	width:130px;
	font-family:Arial, Helvetica, sans-serif;
	border:1px solid #ab947e;
	background-color:#ffffff;
	color:#644e38;
	position:relative;
	top:7px;
}


input.btn_pages {
	width:140px;
	font-family:Arial, Helvetica, sans-serif;
	border:1px solid #ab947e;
	background-color:#ffffff;
	color:#644e38;
}



/*=================================*/
/* Nivo Slider Demo
/* November 2010
/* By: Gilbert Pellegrom
/* http://dev7studios.com
/*=================================*/

/*====================*/
/*=== Reset Styles ===*/
/*====================*/
caption, th, td {
	text-align:left;
	font-weight:normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content:"";
}
blockquote, q {
	quotes:"" "";
}

/*===================*/
/*=== Main Styles ===*/
/*===================*/

a:hover, a:active {
	color:#000;
	text-decoration:none;
}

.theme-default #slider {
    margin:0;
    width:960px; /* Make sure your images are the same size */
    height:282px; /* Make sure your images are the same size */
}


/*====================*/
/*=== Other Styles ===*/
/*====================*/
.clear {
	clear:both;
}

/*====================*/
/*=== jcapslide ===*/
/*====================*/

.ic_container{
    vertical-align:baseline;
    margin:10px;
    position:relative;
	float:left;
    /*-moz-border-radius:10px;
    -webkit-border-radius:10px;
    -khtml-border-radius:10px;
    -moz-box-shadow: 0 1px 3px #888;
    -webkit-box-shadow: 0 1px 3px #888;*/
}
.overlay{
    opacity:0.2;
    position:absolute;
    top:0px;
    bottom:0px;
    left:0px;
    right:0px;
    filter:progid:DXImageTransform.Microsoft.Alpha(opacity=50);
}
.ic_caption{
    position:absolute;    
    opacity:0.6;   
    overflow:hidden;
    margin:0px;
    padding:0px;
    left:0px;
    right:0px;
    cursor:default;
    filter:progid:DXImageTransform.Microsoft.Alpha(opacity=60);
}
.ic_category{
    font-size:10px;
    letter-spacing:0px;
    padding:5px;
    margin:0px;
}
.ic_caption h3{
    padding:0px 5px 5px 5px;
    margin:0px;
    font-size:13px;
}
.ic_text{
    padding:5px;
    margin:0px;
    text-align:justify;
    font-size:11px;

}

/*====================*/
/*=== formulaire ===*/
/*====================*/

#formulaire {
    width: 550px;
	font: 11px/17px Arial, sans-serif;
	float:left;
	margin-top:20px;
	margin-bottom:50px;
}

#formulaire label{
    display: block;
    float: left;
    font-size: 14px;
    margin-top: 10px;
    padding: 5px 5px 3px;
    width: 220px;
}

#formulaire input, textarea, #devis input, select, textarea {
	margin-top: 10px;
    width: 268px;
	padding: 8px 0px 8px 8px;
	border: none;
	border-bottom: 1px solid #fff;
	border-right: 1px solid #fff;
	background-color: #edecea;
  
}

#formulaire input:focus, #formulaire textarea:focus, #devis input:focus, #devis textarea:focus{
	background:#b3ce41;
	color:#000;
}

#formulaire input:hover, #formulaire textarea:hover, #devis input:hover, #devis textarea:hover{
	background:#dfef9c;  
}


#formulaire submit {
    float: right;
    margin-right: 16px;
	font-size:14px;
}

#formulaire submit:hover {
    color:#FFFFFF;
}