/* Version 3 du 19/12/2010 */
/* reset */
* {
margin: 0;
padding: 0;
}
/*******************************************************************************************************************/
/*******************************************************************************************************************/
/* HTML5 = éléments comme block */
header, footer, section, aside, nav, article {
display: block;
}
body {
line-height: 1;
font-family: Verdana, Arial, Helvetica, sans-serif;
color: #212928;
font-size: 14px;
line-height: 18px;
}	
/*******************************************************************************************************************/
/*******************************************************************************************************************/
/* layout */
header {
width: 945px;
height: 150px;
background: url("images/site/fond_vert.png") repeat-x;
-moz-box-shadow:0 0 22px #111;
-webkit-box-shadow:0 0 22px #111;
box-shadow:0 0 22px #111;
margin: 0 auto;
border:none;
}
#main {
width: 940px;
margin: 0 auto;
padding-top: 20px;
padding-bottom: 20px;
background: url("images/site/main_fond.jpg") rgb(237,237,229) no-repeat;
overflow: hidden;
}
#main p {
text-indent:40px;
text-align:justify;
}
#main p:first-letter /* La première lettre de chaque paragraphe */
{
   font-weight: bold; /* En gras */
   font-size: 1.2em; /* Ecrit légèrement plus gros que la normale */
   color: #57731e; 
}
#content {
float: left;
width: 680px;
margin-left: 30px;
}
#sidebar {
float: right;
padding-left: 15px;
padding-right:5px;
width: 200px;
}
footer {
width: 940px;
margin: 0 auto 0;
clear: both;
}
/*******************************************************************************************************************/
/*******************************************************************************************************************/
/* bandeau fenetre de couleur*/
#en_tete {
background: url("images/site/fond_gradient_vert.jpg");
height: 150px;
}
#menu_navigation {
background-color: #a8d14f;
}
#en_tete_photos {
background-color: #a8d14f;
padding-top: 5px;
}
#corps {
background-color: #a8d14f;
}
#pied_page {
background-color: #a8d14f;
}
/*******************************************************************************************************************/
/*******************************************************************************************************************/
/* basics */
h1,h2,h3,h4,h5,h6 {
font-weight: bold;
clear: both;
color: #333;
}
a:link, a:visited {
color:#685133;
}
a:hover, a:active {
color: #777;
}
p {
margin-bottom: 18px;
}
li {
padding-left: 5px;
}
/*******************************************************************************************************************/
/*******************************************************************************************************************/
/* MENU  avec des champs interactifs et des images*/
#menu {
list-style:none;
width:940px;
margin:0 auto 0px auto;
height:43px;
padding:0px 0px;
font-family: Verdana, Arial, Helvetica, sans-serif;
/* Background color and gradients */
background-color: #a8d14f;
z-index:50;
}
#menu li {
float:left;
display:block;
text-align:center;
position:relative;
padding: 4px 10px 4px 10px;
margin-right:30px;
margin-top:7px;
border:none;
z-index:50;
}
#menu li:hover {
border:none;
padding: 8px 9px 4px 9px;
/* Background color and gradients */
background: white;
/* Rounded corners */
-moz-border-radius: 5px 5px 0px 0px;
-webkit-border-radius: 5px 5px 0px 0px;
border-radius: 5px 5px 0px 0px;
}
#menu li a {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:14px; 
color: #EEEEEE;
display:block;
outline:0;
text-decoration:none;
text-shadow: 1px 1px 1px #000;
}
#menu li:hover a {
color:#161616;
text-shadow: 1px 1px 1px #ffffff;
}
#menu li .drop {
padding-right:21px;
background:url("images/img_menu/drop.png") no-repeat right 8px;
}
#menu li:hover .drop {
background:url("images/img_menu/drop.png") no-repeat right 7px;
}
.dropdown_1column, .dropdown_2columns, .dropdown_3columns, .dropdown_4columns, .dropdown_5columns {
margin:4px auto;
float:left;
position:absolute;
left:-999em; /* Hides the drop down */
text-align:left;
padding:0px 5px;
border:1px solid rgb(255,166,0);
border-top:none;
/* Gradient background */
background:white;
/* Rounded Corners */
-moz-border-radius: 0px 5px 5px 5px;
-webkit-border-radius: 0px 5px 5px 5px;
border-radius: 0px 5px 5px 5px;
}
.dropdown_1column {width: 140px;}
.dropdown_2columns {width: 280px;}
.dropdown_3columns {width: 420px;}
.dropdown_4columns {width: 560px;}
.dropdown_5columns {width: 700px;}
#menu li:hover .dropdown_1column, 
#menu li:hover .dropdown_2columns, 
#menu li:hover .dropdown_3columns,
#menu li:hover .dropdown_4columns,
#menu li:hover .dropdown_5columns {
left:-1px;
top:auto;
}
.col_1,
.col_2,
.col_3,
.col_4,
.col_5 {
display:inline;
float: left;
position: relative;
margin-left: 5px;
margin-right: 5px;
}
.col_1 {width:130px;}
.col_2 {width:270px;}
.col_3 {width:410px;}
.col_4 {width:550px;}
.col_5 {width:690px;}
#menu .menu_right {
float:right;
margin-right:0px;
}
#menu li .align_right {
/* Rounded Corners */
-moz-border-radius: 5px 0px 5px 5px;
-webkit-border-radius: 5px 0px 5px 5px;
border-radius: 5px 0px 5px 5px;
}
#menu li:hover .align_right {
left:auto;
right:-1px;
top:auto;
}
#menu p, #menu h2, #menu h3, #menu ul li {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
text-align:justify;
text-shadow: 1px 1px 1px #FFFFFF;
}
#menu h1 {
font-size:25px;
text-align:justify;
color: #333333;
}
#menu h2 {
font-size:21px;
font-weight:400;
letter-spacing:-1px;
margin:7px 0 14px 0;
padding-bottom:14px;
border-bottom:1px solid #666666;
}
#menu h3 {
font-size:14px;
margin:7px 0 14px 0;
padding-bottom:7px;
border-bottom:1px solid #888888;
}
#menu p {
color:black;
line-height:18px;
margin:0 0 7px 0;
}
#menu li:hover div a {
font-size:12px;
color:#015b86;
}
#menu li:hover div a:hover {
color:#029feb;
}
#menu li:hover div a:hover  img:hover{
background-color:rgb(255,255,0);
-moz-transform: scale(1.03);
}
.strong {
font-weight:bold;
}
.italic {
font-style:italic;
}
.imgshadow { /* Better style on light background */
background:#FFFFFF;
padding:4px;
border:1px solid #777777;
margin-top:5px;
-moz-box-shadow:0px 0px 5px #666666;
-webkit-box-shadow:0px 0px 5px #666666;
box-shadow:0px 0px 5px #666666;
}
.img_left { /* Image sticks to the left */
width:auto;
float:left;
margin:5px 10px 5px 10px;
}
.img_right { /* Image sticks to the left */
width:auto;
float:right;
margin:5px 10px 5px 10px;
}
.img_center { /* Image sticks to the left */
display: block;
margin: 10px auto;
}
#menu li .black_box {
background-color:#333333;
color: #eeeeee;
text-shadow: 1px 1px 1px #000;
padding:4px 6px 4px 6px;
/* Rounded Corners */
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
/* Shadow */
-webkit-box-shadow:inset 0 0 3px #000000;
-moz-box-shadow:inset 0 0 3px #000000;
box-shadow:inset 0 0 3px #000000;
}
#menu .black_title {
	background-color:#5a771d;
	color: #eeeeee;
	font-weight: bold;
	font-variant: small-caps;
	text-shadow: 1px 1px 1px #000;
	padding:1px 6px 4px 1px;
	/* Rounded Corners */
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
	/* Shadow */
	-webkit-box-shadow:inset 0 0 3px #000000;
	-moz-box-shadow:inset 0 0 3px #000000;
	box-shadow:inset 0 0 3px #000000;
}
#menu li ul {
list-style:none;
padding:0;
margin:0 0 12px 0;
}
#menu li ul li {
font-size:12px;
line-height:24px;
position:relative;
text-shadow: 1px 1px 1px #ffffff;
padding:0;
margin:0;
float:none;
text-align:left;
width:130px;
}
#menu li ul li:hover {
background:none;
border:none;
padding:0;
margin:0;
}
#menu li .greybox li {
background:#F4F4F4;
border:1px solid #bbbbbb;
margin:0px 0px 4px 0px;
padding:4px 6px 4px 6px;
width:116px;
/* Rounded Corners */
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
-khtml-border-radius: 5px;
border-radius: 5px;
}
#menu li .greybox li:hover {
background:#ffffff;
border:1px solid #aaaaaa;
padding:4px 6px 4px 6px;
margin:0px 0px 4px 0px;
}
#menu #frais_size {
font-size: 11px;
line-height:10px;
}
#menu #frais_speciaux {
font-size: 9px;
line-height:8px;
}
#menu #frais_speciaux a {
clear:both;
display:inline;
font-size: 9px;
line-height:8px;
}
/*******************************************************************************************************************/
/** ARTICLES **/
article img {
border: none;
-webkit-box-shadow: 3px 3px 7px #777;
-moz-box-shadow: 3px 3px 7px #777;
}
article .no_effect {
border: none;
-webkit-box-shadow: none;
-moz-box-shadow: none;
}
article .decalage {
padding-left:50px
}
#content p, ul, ol, hr {
margin-bottom: 24px;
}
#content ul ul, ol ol, ul ol, ol ul {
margin-bottom: 0;
}
#content h1, h2, h3, h4, h5, h6 {
color: #333;
margin: 0 0 10px 0;
line-height: 1.5em;
}
.alignleft, img.alignleft {
display: inline;
float: left;
margin-right: 10px;
}
.alignright, img.alignright {
display: inline;
float: right;
margin-left: 10px;
}
.aligncenter, img.aligncenter {
clear: both;
display: block;
margin-left: auto;
margin-right: auto;
}
.mediaspace_video {
float:left;
margin-right: 10px;
}
.mediaspace_comment {
float:left;
margin-right:10px;
width:260px;
}
/*******************************************************************************************************************/
/*******************************************************************************************************************/
/* sidebar widget blocks */
aside h3 {
font-size: 18px;
background: url("images/site/menu_gradient.png") repeat-x;
  -moz-border-radius: 8px 0 0 6px; 
  -webkit-border-radius: 8px 0 0 6px; 
  border-radius: 8px 0 0 6px; 
padding-left: 10px;
}
aside img {
height: auto;
}
#sidebar a img {
  border:none;
}
.gold {
text-align: center;
color: #333333;
font-size: 16px;
line-height: 20px;
font-weight:bold;
font-family:Verdana, Arial, Helvetica, sans-serif;
text-shadow: 1px 1px 1px #feb405;
}
.mini_gold {
clear: both;
text-align: right;
text-decoration: none;
color: #333333;
font-size: 10px;
/*font-weight:bold;*/
font-family:Verdana, Arial, Helvetica, sans-serif;
text-shadow: 1px 1px 1px #feb405;
}
#sidebar .join_us {
font-size: 10px;
color: red;
}
.fb {
border:none; // La couleur et style de la bordure que nous souhaitons
/* Ci dessous la largeur et hauteur
Attention vous devez mettre une taille inférieure à celle de la box Facebook
Si votre likebox fait 230*300 mettez 220 et 296 ci-dessous */
width: 195px; height: 255px;
/* Tout ce qui dépasse sera caché, c'est cet élément qui nous intéresse */
overflow: hidden;
}

/*******************************************************************************************************************/
/*******************************************************************************************************************/
/*footer*/
#separateur_foot {
background: url("images/site/footer.png") repeat-x;
height: 63px;
position: relative;
top:0px;
z-index: 10;
}
#footer-area {
color: #fff;
font-size: 11px;
left: 0px;
margin: -58px auto 0;
padding: 0 0 5px 0px;
position: relative;
text-align: center;
width: 940px;
z-index: 100;
}
#foot1 {
color: #FFFFFF;
height: 29px;
line-height: 29px;
width: 940px;
}
#foot1 a {
color: #FFFFFF;
}
#foot2 {
color: #58504D;
height: 30px;
padding-top: 10px;
width: 940px;
}
#foot3 {
height: 30px;
padding-bottom: 10px;
width: 940px;
}
/*******************************************************************************************************************/
/*******************************************************************************************************************/
/* Le menu IMAGE*/
#menu_image {
width: 940px;
margin: 0px auto 0px;
}
.thumb img {
border:1px solid rgb(255,166,0);
width: 65px;
height: 50px;
-moz-box-shadow:0 0 3px #111;
-webkit-box-shadow:0 0 3px #111;
box-shadow:0 0 3px #111;
}	
.thumb {
text-align: center; 
} 
.thumb a {
text-decoration:none;
}
.thumb a:hover {
background-color: rgb(255,166,0);
}
.thumb a .grand {
display:block;
position:absolute; 
width:0px; 
} 
.thumb a:hover .grand { 
position:absolute; 
top:15px;
left:17px;
width:550px; 
height:413px; 
}
/*******************************************************************************************************************/
/*******************************************************************************************************************/
/* BOUTIQUE-SHOP */
#shop_table {
margin:auto;
overflow:auto;
text-align:left;
font: 12px Arial, Helvetica, sans-serif;
width:680px;
}

#shop_table a:link, #shop_table a:visited {
color: #ff8100;
text-decoration:underline;
}

#shop_table a:hover {
color:#ff8100;
text-decoration:underline;
}

.product-meta {
bottom:85px;
left:10px;
position:absolute;
z-index:22;
}

.product-meta h3 {
line-height:1.6;
margin:0;
padding:0;
}

.product-meta h3 a {
background:none repeat scroll 0 0 #222222;
font-weight:bold;
padding:5px;
text-decoration:none;
}

.product-meta .sm-title {
color:#222222;
display:inline;
float:left;
margin:0 0 0;
}

a.full-item-click {
float:left;
height:129px;
position:absolute;
text-decoration:none;
width:200px;
z-index:10;
}

#homepage-leftcolumn ul.product-list {
list-style:none outside none;
overflow:auto;
padding:0;
position:relative;
width:680px;
z-index:1;
}

#homepage-leftcolumn ul.product-list li {
background-position:center center;
background-repeat:no-repeat;
cursor:pointer;
display:inline;
float:left;
height:129px;
margin:9px;
overflow:hidden;
position:relative;
width:200px;
z-index:1;
}

#homepage-leftcolumn .product-meta {
bottom:70px;
left:10px;
position:absolute;
z-index:22;
}

#homepage-leftcolumn .product-meta h3 {
line-height:1.6;
margin:0;
padding:0;
}

#homepage-leftcolumn .product-meta h3 a {
background:none repeat scroll 0 0 #edede5;
font-weight:bold;
padding:5px;
text-decoration:none;
}

#homepage-leftcolumn .product-meta .sm-title {
color:#222222;
display:inline;
float:left;
margin:7px 0 0;
}

#homepage-leftcolumn a.full-item-click {
float:left;
height:129px;
position:absolute;
text-decoration:none;
width:200px;
z-index:10;
}
/*******************************************************************************************************************/
/*****Fiche par poduit de la Boutique*****/
.product_image {
float: left;
position:relative;
width: 310px;
}
.product_image li{
list-style:none;
float: left;
}
.product_description {
float: left;
position: relative;
width: 350px;
padding-left: 20px;
}
.product_description h1 {
text-align:center;
font-size:20px;
}
.en_stock {
color:#009900;
font-size:15px;
float:right;
}
.epuise {
color:#ff0000;
font-size:15px;
float:right;
}

/*******************************************************************************************************************/
#date article table /* Le tableau en lui-même de la page date/calendrier*/
{
   margin: auto; /* Centre le tableau */
   border: 4px outset green; /* Bordure du tableau avec effet 3D (outset) */
   border-collapse: collapse; /* Colle les bordures entre elles */
}
#date article table caption /* Titre du tableau */
{
   margin: auto; /* Centre le titre du tableau */
   font-family: Verdana, Arial, Helvetica, sans-serif;
   font-weight: bold;
   font-size: 1.9em;
   color: #009900;
   margin-bottom: 20px; /* Pour éviter que le titre ne soit trop collé au tableau en-dessous */
}
#date article table th /* Les cellules d'en-tête */
{
   text-align:center; /* Centre le titre du tableau */
   background-color: #006600;
   color: white;
   font-size: 1.3em;
   font-family: Verdana, Arial, Helvetica, sans-serif;
}
#date article table td /* Les cellules normales */
{
   border: 1px solid black;
   background-color: #B3B3B3;
   color: rgb(34,54,74);
   font-family: Verdana, Arial, Helvetica, sans-serif;
   text-align: center; /* Tous les textes des cellules seront centrés*/
   padding: 5px; /* Petite marge intérieure aux cellules pour éviter que le texte touche les bordures */
}
#date article table h3
{
	text-align: center;
}
#date .actif
{
   border: 1px solid black;
   background-color: #1ffa47;
   color: rgb(34,54,74);
   font-family: Verdana, Arial, Helvetica, sans-serif;
   text-align: center; /* Tous les textes des cellules seront centrés*/
   padding: 5px; /* Petite marge intérieure aux cellules pour éviter que le texte touche les bordures */
}
#date .limit
{
   border: 1px solid black;
   background-color: #ffc600;
   color: rgb(34,54,74);
   font-family: Verdana, Arial, Helvetica, sans-serif;
   text-align: center; /* Tous les textes des cellules seront centrés*/
   padding: 5px; /* Petite marge intérieure aux cellules pour éviter que le texte touche les bordures */
}
#date .annule
{
   border: 1px solid black;
   background-color: #ff0000;
   color: rgb(34,54,74);
   font-family: Verdana, Arial, Helvetica, sans-serif;
   text-align: center; /* Tous les textes des cellules seront centrés*/
   padding: 5px; /* Petite marge intérieure aux cellules pour éviter que le texte touche les bordures */
}
/*******************************************************************************************************************/
/*******************************************************************************************************************/
/********Livre d'OR***********/
form#guestbook {
background: #9cbc2c;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
padding: 20px;
width: 630px;
}
form#guestbook fieldset {
border: none;
margin-bottom: 10px;
}
form#guestbook legend {
color: #384313;
font-size: 16px;
font-weight: bold;
padding-bottom: 10px;
text-shadow: 0 1px 1px #c0d576;
}
form#payment fieldset legend {
color: #111111;
font-size: 13px;
font-weight: normal;
padding-bottom: 0;
}
form#guestbook ol li {
background: #b9cf6a;
background: rgba(255,255,255,.3);
border-color: #e3ebc3;
border-color: rgba(255,255,255,.6);
border-style: solid;
border-width: 2px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
line-height: 30px;
list-style: none;
padding: 5px 10px;
margin-bottom: 2px;
}
form#guestbook ol ol li {
background: none;
border: none;
float: left;
}
form#guestbook label {
float: left;
font-size: 13px;
width: 110px;
}
form#guestbook textarea:focus {
background: #eaeaea;
}
form#guestbook button {
background: #384313;
border: none;
-moz-border-radius: 20px;
-webkit-border-radius: 20px;
-khtml-border-radius: 20px;
border-radius: 20px;
color: #ffffff;
display: block;
font: 18px Georgia, "Times New Roman", Times, serif;
letter-spacing: 1px;
margin: auto;
padding: 7px 25px;
text-shadow: 0 1px 1px #000000;
text-transform: uppercase;
}
form#guestbook button:hover {
background: #1e2506;
cursor: pointer;
}
.guestbook {
background: #bedc7c;
-moz-border-radius: 15px;
-webkit-border-radius: 15px;
border-radius: 15px;
padding: 5px 20px;
width: 630px;
color: black;
}
.guestbook .pseudo {
background: #9cbc2c;
border: none;
-moz-border-radius: 20px;
-webkit-border-radius: 20px;
-khtml-border-radius: 20px;
border-radius: 20px;
color: #ffffff;
display: block;
font: 18px Georgia, "Times New Roman", Times, serif;
letter-spacing: 1px;
margin: 5px 20px;
padding: 3px 15px;
text-shadow: 0 1px 1px #000000;
text-transform: capitalize;
}
/*******************************************************************************************************************/
/*******************************************************************************************************************/
/*TOOLBAR CADEAUX du bas de page*/
.tbli {
display: inline;
float: left;
padding-top: 5px;
text-align: center;
}
.gift_christmas {
background: url("images/site/noel.png") repeat-x scroll 0 0 transparent;
bottom: 0;
height: 54px;
position: fixed;
width: 100%;
z-index: 1000;
}
.gift_banner {
background: url("images/site/cadeau.png") no-repeat;
margin: 10px auto 0;
width: 900px;
height: 54px;
}
.tbul {
list-style-type: none;
margin: 0 0 0 90px;
padding: 0;
}
.gift_christmas .tblk {
color: #FFFFFF;
display: block;
font-weight: bold;
height: 39px;
line-height: 39px;
margin: 0 1px;
padding: 0 15px;
text-decoration: underline;
}
.gift_christmas .tblk:hover {
background: url("images/site/noel.png") repeat-x scroll 0 -60px transparent;
border-color: #650203;
border-style: solid;
border-width: 0 1px;
color: #F4C458;
margin: 0;
text-decoration: none;
}
.tbnote {
display: block;
padding: 8px;
color: #FFFFFF;
font: 12px arial,Georgia, Times, serif;
text-align:center;
}
/*******************************************************************************************************************/
/* SIDETAB = éléments fixes */
#sidetab_1 {
background: url("images/site/bonne-annee-2012.png") no-repeat; /* Path to Image ""joyeux-noel.png"" */
right: 1px;  /* can be left as well */
top: 5%;
height: 300px;
width: 250px;
position: fixed;
z-index: 50;
}
