﻿<!--

body {
	font: 100%/1.0 Helvetica, Arial, sans-serif;
	margin: 0;
	padding: 0;
	color: #161616;
	line-height:normal;
}

html { 

  background: url(../images/bg-verger.jpg)  no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

/* full background */
#bg { position: fixed; top: 0; left: 0; z-index:1; background-position:center; text-align:center; }
.bgwidth { width: 100%; }
.bgheight { height: 100%; }	



/* ~~ Sélecteurs d'éléments/balises ~~ */
ul, ol, dl { /* En raison des variations entre les navigateurs, il est conseillé d'attribuer une valeur de zéro aux marges intérieures et aux marges des listes. A des fins de cohérence, vous pouvez définir les valeurs désirées dans cette zone ou dans les éléments de liste (LI, DT, DD) qu'elle contient. N'oubliez pas que les paramètres que vous définissez ici se répercuteront sur la liste .nav, sauf si vous rédigez un sélecteur plus spécifique. */
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;	 /* la suppression de la marge supérieure résout un problème où les marges sortent de leur div conteneur. La marge inférieure restante l'éloignera de tout élément qui suit. */
	padding-right: 15px;
	padding-left: 15px; /* l'ajout de la marge intérieure aux côtés des éléments à l'intérieur des divs, et non aux divs proprement dit, évite le recours à des calculs de modèle de boîte. Une autre méthode consiste à employer une div imbriquée avec marge intérieure latérale. */
}




h1, .h1{
	color:#DC2027;
	margin-top:15px;
}
.h1{
	font-size:30px;	
	font-weight:bold;
}

h3{
	padding-left:0px;	
}
.h3{
	padding-left:15px;
	padding-right:15px;	
}


p{
	font-size:13px;	
	line-height:18px;
}

dt{
	font-size:16px;	
	line-height:25px;
}

a img { /* ce sélecteur élimine la bordure bleue par défaut affichée dans certains navigateurs autour d'une image lorsque celle-ci est entourée d'un lien. */
	border: none;
}
/* ~~ La définition du style des liens de votre site doit respecter cet ordre, y compris le groupe de sélecteurs qui créent l'effet de survol. ~~ */
a:link {
	color: #42413C;
	text-decoration: underline; /* à moins que vous ne définissiez un style particulièrement exclusif pour vos liens, mieux vaut prévoir un soulignement, qui garantit une identification visuelle rapide. */
}
a:visited {
	color: #6E6C64;
	text-decoration: underline;
}
a:hover, a:active, a:focus { /* ce groupe de sélecteurs offrira à un navigateur au clavier la même expérience de survol que celle d'une personne employant la souris. */
	text-decoration: none;
}

     
/* ~~ classes flottant/effacement diverses ~~ */
.fltrt {  /* cette classe peut servir à faire flotter un élément depuis la droite sur votre page. L'élément flottant doit précéder l'élément à côté duquel il doit apparaître sur la page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* cette classe peut servir à faire flotter un élément depuis la gauche sur votre page. L'élément flottant doit précéder l'élément à côté duquel il doit apparaître sur la page. */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* cette classe peut être placée sur une div <br /> ou vide, en tant qu'élément final suivant la dernière div flottante (dans le #container) si le paramètre overflow:hidden du .container est supprimé */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}


#header, #menu, #content, #footer{
	z-index:10;
}



#header{
	position:relative;	
	text-align:center;
	margin:0px;
	padding:0px;
	margin-bottom:30px;
	z-index:10;
}


#content{
	position:relative;
	width:100%;
	height:auto;
	margin:0px;
	padding-top: 60px;
	padding-bottom:30px;
	margin-top:30px;
}

#footer{
	position:relative;
	height:auto;
	width:100%;
	text-align:center;
	padding-top:20px;
	padding-bottom:20px;	
	color:#161616;
	margin:0px;

}



#footer p{
	padding-top:15px;
	text-align:left;
		
}



.iconmenu{
	margin-bottom:8px;
	margin-top:8px;	
	display:block;
}


.texte{
	font-size:12px;
	text-align:left !important;	
	padding-left:40px;
}

.texte ul{
	
	list-style-type:square;	
	margin-bottom:20px;
	padding-left:60px;
}

.slogan{
	color:#fff;	
	font-family:Helvetica, Arial, sans-serif;
	font-weight:bold;
	font-size:19px;
	text-align:right;
	margin-top:25px;
	padding-right:10px;
}

.espacement{
	padding-left:30px;	
}


hr{
	width:80%;
	text-align:center;	
	margin-top:22px;
	margin-bottom:22px;
}

/* ~~ ce conteneur à largeur fixe entoure tous les autres éléments ~~ */
.container{
	position:relative;
	/*
	max-width:1300px;
	min-width:990px;
	*/
	width:920px;
	text-align:center;
	margin: 0 auto; /* la valeur automatique sur les côtés, associée à la largeur, permet de centrer la mise en page */
	z-index:12;
}


.sidebar1 {
	float: right;
	width: 250px;
	padding:0px;
	margin:0px;
	padding-bottom: 10px;
	text-align:center;
}
.colcontent {
	padding:0px;
	margin:0px;
	width: 650px;
	float: left;
	margin-right:20px;
}


.headersidebar{
	background:url(../images/bg-droite-haut.png) no-repeat;
	width:250px;
	height:12px;
	margin:0px;
	padding:0px;		
}

.middlesidebar{
	height:auto;
	width:250px;
	background:url(../images/bg-droite-milieu.png) repeat-y;
	padding:0px;
	margin:0px;	
		padding-top:10px;
	padding-bottom:10px;
}

.footersidebar{
	background:url(../images/bg-droite-bas.png) no-repeat;	
	width:250px;
	height:20px;
	margin:0px;
	padding:0px;	
}

.headercontent{
	background:url(../images/bg-contenu-haut.png) no-repeat;	
	width:650px;
	height:12px;
	margin:0px;
	padding:0px;
	
}

.middlecontent{
	height:auto;
	width:620px;
	background:url(../images/bg-contenu-milieu.png) repeat-y;
	padding:0px;
	margin:0px;
	padding-top:10px;
	padding-bottom:10px;
	padding-left:15px;
	padding-right:15px;
	

}

.footercontent{
	background:url(../images/bg-contenu-bas.png) no-repeat;	
	width:650px;
	height:21px;
	margin:0px;
	padding:0px;
}


.middlesidebar, .middlecontent{
	min-height:670px;
}

.wrapper{
	line-height:25px;
	font:10px!important;
}

.wrapper a{
	color:#488e16;	
	font-weight:bold;
}

dd{
 	padding-left:0px;
	margin-left:0px;	
	line-height:20px;
}

.recettes-list{
	float:left;
	width:200px;
	margin-top:20px;
	padding-top:0px;
	border-right:3px solid #CCC;
	border-bottom:3px solid #CCC;
	margin-right:15px;
}

.recettes-list2{
	float:right;
	width:200px;
	margin-top:20px;
	padding-top:0px;
	border-left:3px solid #CCC;
	border-bottom:3px solid #CCC;
	margin-left:15px;
}

.recettes-list2 p, .recettes-list p{
	font-size:11px;
}
.recettes-list2 em, .recettes-list em{
 	color:#FF6600;	
}

.recettes-list2 h2, .recettes-list h2{
	margin-bottom:5px;
}
.imgrecette{
	padding:5px;
	border:1px solid #CCC;	
	display:block;
	width: 176px;
}

.box{
	width:186px;	
	text-align:center;
	float:left;
	margin-right:15px;
	margin-bottom:15px;
}

.box a{
	color:#488e16;	
	text-transform:lowercase;
}

.h1recette{
	margin-bottom:0px;
	padding-bottom:0px;
	float:left;
	width: 360px;
}

.addthis_toolbox{
	float:left;	
}

.portion{
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;	
	margin-bottom:15px;
	margin-left:15px;
	display:block; width:360px;
}

.lineh{
	line-height:25px;	
}

h3{
	margin-top:15px;	
}


/*table design*/
table {border:1px solid #e5e5e5;}
table thead th{border:1px solid #e4e3e3;padding:13px 0px;background:#907e79;color:#fff;font-weight:normal;font-size:16px; border-bottom:none;}
table tbody td{border-right:1px solid #e5e5e5;width:126px;padding:7px 0;text-align:center;}
table tbody tr:hover td{background:#eee;}

.tr-bg {background:#f8f7f6;}

table .td1 {border-right:none;}

table.banners{margin:-12px 0 0;}
table.banners tbody tr td{padding:13px 8px 16px 15px;background:#fff;border:none;border-left:1px solid #ddd;border-top:1px solid #ddd;}
table.banners tbody tr td:first-child{border-left:none;}
table.banners tbody tr:first-child td{border-top:none;}
table.banners tbody tr td a{position:relative;display:inline-block;}
table.banners tbody tr td a img{position:relative;z-index:2;}
table.banners tbody tr td a img+img{position:absolute;top:0;left:0;opacity:0;}


/*visuel des hover pommes*/

/*Style the Images */
ul.img-list {
  list-style-type: none;
  margin: 0;
  padding: 0;
  text-align: center;
}
 
ul.img-list li.pomme {
  display: inline-block;
  height: 236px;
  margin: 0 1em 1em 0;
  position: relative;
  width: 287px;
}


/* Place the text over the images */

span.text-content span {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}

ul.list{
padding:0px;
padding-left:25px;	
}

ul.list li{
	text-align:left;	
}

/* Show the text on hover */

 

 
ul.img-list li:hover span.text-content {
  opacity: 0.8;
}


/*Add the animation*/
/* Show the text on hover */
span.text-content {
  background: #514c52;
  color: white;
  cursor: pointer;
  display: table;
  height: 236px;
  left: 0;
  position: absolute;
  top: 0;
  width: 287px;
  padding:5px;
  opacity: 0;
  -webkit-transition: opacity 500ms ;
  -moz-transition: opacity 500ms;
  -o-transition: opacity 500ms;
  transition: opacity 500ms;
  line-height:19px;

  z-index:9999;	
}

.col2{
	width:140px;
	
	display:inline-block;
	vertical-align:top;
	text-align:left;
		
}

span.text-content strong, span.text-content small, span.text-content h2{
	color:#DC2027;
	font-weight:bold;
	font-size:14px;
}

span.text-content h2{
	font-size:18px;
	line-height:normal;
	padding:0px;
	margin:0px;
}

span.text-content small{
	font-size:11px;	
}


/*les bienfaits*/
.wrapper{width:100%;overflow:hidden;position:relative;}
.extra-wrap{overflow:hidden;display:block; vertical-align:top; padding:10px; }

.text-3 h3{padding:0px;}
.img-top {padding-top:70px;}
.img-top1 {padding-top:67px;}
.img-top2 {padding-top:24px;}
.img-top3 {padding-top:13px;}
.img-top4 {padding-top:40px;}
.img-top5 {padding-top:36px;}



.submenu_news .button{
	cursor:pointer;
	margin:10px;
	margin-top:0px;
	display:inline-block;
}

.TabbedPanelsContent h1, .TabbedPanelsContent h2{
	padding-left:0px;	
	line-height:22px;
	padding-bottom:5px;
}

.TabbedPanelsContent h3, .TabbedPanelsContent h4, .TabbedPanelsContent h5, .TabbedPanelsContent h6{
	padding-left:0px;
	padding:0px!important;
	margin:0px!important;
}

.TabbedPanelsContent p, .TabbedPanelsContent li{
	line-height:23px;	
}
-->