/* $Id: style.css,v 1.5.2.6 2011/02/18 05:26:30 andregriffin Exp $ */
/* Drupal 7 Framework
------------------------------------------------*/
#cboxClose{
	border: none;
}
.sidr-button,
.btn_toggle{
	background: #fff;
	padding: 8px;
	cursor: pointer;
	margin: 4px 0;
}
.sidr-button >span,
.btn_toggle > span{
	background: #388706;
	border-radius: 2px;
	display: block;
	height: 4px;
	width: 32px;
}
.sidr-button:hover > span,
.btn_toggle:hover > span{
	background: #000;
}
.sidr-button > span+span,
.btn_toggle > span+span{
	margin-top: 4px;
}
body#body {
  background:url(../images/bg11.jpg) center 0 no-repeat;
  background-attachment:fixed !important;
  color:#000000;
  font-family:Arial, Helvetica, sans-serif;
  font-size:12px;
  line-height:18px;
  margin:0;
  padding:0;
  min-width:940px;
}
/body#body[alt="style1"] {background:url(../images/bg1.jpg) center 0 no-repeat;}
/body#body[alt="style2"] {background:url(../images/bg2.jpg) center 0 no-repeat;}
/body#body[alt="style3"] {background:url(../images/bg3.jpg) center 0 no-repeat;}
/body#body[alt="style4"] {background:url(../images/bg4.jpg) center 0 no-repeat;}
/body#body[alt="style5"] {background:url(../images/bg5.jpg) center 0 no-repeat;}

#page-wrapper {
  }
a { color:#388706; outline:none;}
a:hover {
  color: #000000;
  text-decoration: none;
}
p {margin-bottom:18px;}

#page { width:940px; margin:0 auto;}

/*** Header ***/
#header {
	position: relative;
}
.section-1 {background:url(../images/header_bg_tail.gif) 0 0 repeat-x;} 
.section-1 .col1 { float:left; width:310px; padding:17px 0 0 10px;}
.section-1 .col2 { float:right; padding:8px 17px 0 0;}
.section-2 {clear:both; padding-top:17px; margin-bottom:21px;}
.section-3 { border-bottom:1px solid #e7e7e7; position:relative; width:366px;}
.section-4 { height:138px; border-bottom:1px solid #e7e7e7}

#styleSwitch {overflow:hidden; width:250px;}
#styleSwitch li {display:inline-block; width:36px; height:36px; background:url(../images/pager.png) right 0 no-repeat; padding:0; float:left; margin-left:3px; cursor:pointer;}
#styleSwitch li.selected, #styleSwitch li:hover {background-position:0 0;}
#styleSwitch li:first-child {margin:0;}

/#styleSwitch li#style1 a {background:url(../images/bg1.jpg) -100% -100% no-repeat;}
/#styleSwitch li#style2 a {background:url(../images/bg2.jpg) -100% -100% no-repeat;}
/#styleSwitch li#style3 a {background:url(../images/bg3.jpg) -100% -100% no-repeat;}
/#styleSwitch li#style4 a {background:url(../images/bg4.jpg) -100% -100% no-repeat;}
/#styleSwitch li#style5 a {background:url(../images/bg5.jpg) -100% -100% no-repeat;}

#header #logo {
  float: left;
  margin: 0 3em 0 0;
}
#header #site-name-slogan {
  float: left;
}
#header #site-name {
  font-family: Helvetica, Helvetica Neue, Arial, sans-serif;
  font-size: 3em;
  font-weight: bold;
  line-height: 1em;
  margin: 0;
}
#header #site-name a { text-decoration:none}

/*****************Main menu*****************/
#superfish-1 { 
	background:none;
	margin:0px;
	position:relative;
	width:auto;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}
	#superfish-1 > li {
		background:url(../images/menu_divider.gif) right bottom no-repeat;
		border:0;
		overflow:inherit;
		padding:0;
		text-align:center;
	}
		#superfish-1 > li > a {
			border:0;
			color:#fff;
			font-size:15px;
			line-height:18px;
			font-weight:bold;
			padding:29px 19px 27px !important;
			text-decoration:none;
			text-transform:uppercase;
			-webkit-transition:color .3s ease;
			-moz-transition:color .3s ease;
		}
		#superfish-1 > li > a:hover, #superfish-1 a.active, #superfish-1 > li > a.sfHover {
			color:#fff;
			background:url(../images/menu_hover.gif) 0 0 repeat-x;
		}

	#superfish-1 ul {
		display:none;
		top:84px !important;
		width:168px !important;
	}
	.sf-navbar > li > ul { margin-top:3px;}
	
		#superfish-1 ul li {
			background:none;
			border-bottom:0;
			height:auto;
			padding:0;
			margin-bottom:-1px;
		}
		#superfish-1 ul li a {
			font-family:Arial, Helvetica, sans-serif;
			border:0;
			color:#40413c;
			font-size:12px;
			line-height:16px;
			font-weight:normal;
			padding:8px 0px 10px 19px !important;
			text-align:left;
			text-decoration:none;
			background:url(../images/submenu_bg.png) 0 0 repeat-x;
		}
		#superfish-1 ul li.even a {background:url(../images/submenu_bg.png) 0 -33px repeat-x;}
		#superfish-1 ul li a:hover, #superfish-1 ul li a.active, #superfish-1 ul li a.sfHover{ background:#47a60a; color:#fff;}

	#superfish-1 ul li ul{
		left:168px !important;
		padding:0px 0 !important;
		top:0 !important;
	}
	#superfish-1 ul li ul li {
		background:none;
	}
	#superfish-1 ul li ul li a {background:#262626; color:#fff;}
	#superfish-1 ul li ul li.even a {background:#2f3428;}
/****************************************/

/***********Breadcrumb*************/
#breadcrumb { 
	color:#000;
	margin-top:16px;
	padding:0px 3px 15px;
}
	#breadcrumb a { 
		color:#000;
		font-size:12px;
		text-decoration:none;
		padding:0 3px;
	}
	#breadcrumb a:last-child { padding-right:0}
	#breadcrumb a:hover { color:#959595;}
/**********************/

/*** MAIN ***/
/#main-wrapper {background:url(../images/header_bottom2.png) 0 0 repeat-y; padding-top:45px;}
/.front .main_bg {background:url(../images/header_bottom_inner.png) 0 50px repeat-x; width:366px;}
#main-wrapper #main { margin:0 auto; overflow:hidden; width:940px;}
.regions {overflow:hidden; background:url(../images/content_radial_bg3.png) 0 0 repeat transparent;}

#sidebar-first { width:240px; float:left;}
#sidebar-first .section { padding:0px 0px 0px 41px;}

.front #content {padding:0px;}
.page-about #content {padding:0 29px; background:#fff;}
#content {overflow:hidden; background:url(../images/content_radial_bg.gif) 0 0 no-repeat #fff ; position:relative;     padding:32px 36px;}
#content .section { width:100%;}
.region-content-left {width:50%; float:left; padding-bottom: 20px; padding-top: 10px;}
.region-content-right {float:left; width:50%; padding-top:32px;}
.region-content-right > section {padding-left:41px;}

#sidebar-second { float:right; width:239px; background:#2c2d2c;}
#sidebar-second .section { padding:33px 19px 0px 20px; color:#a0a0a0;}
#sidebar-second .section h2 {color:#d5d5d5; text-transform:uppercase; line-height:29px; margin-bottom:20px; padding-bottom:1px; border-bottom:1px solid #575857; letter-spacing:-1px;}
#sidebar-second .section a {color:#388706; font-weight:bold;}
#sidebar-second .section a:hover {color:#d4d4d4;}
#sidebar-second .section li a {color:#d4d4d4;}
#sidebar-second .section li a:hover {color:#388706;}
.region-content { overflow:hidden;}
.region-content-top {width:366px; margin-top:-45px; padding-bottom:47px; color:#000; position:relative;}
.region-content-top section.block {margin:0; padding:0;}
#sidebar-second .colapsable{
	position: relative;
}
#sidebar-second .colapsable h2{
	cursor: pointer;
	-webkit-transition: all .6s;
	-o-transition: all .6s;
	transition: all .6s;
}
#sidebar-second .colapsable.colapsed h2{
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: 1px solid transparent;
}
#sidebar-second .colapsable h2:after{
	display: block;
	position: absolute;
	margin-right: 2%;
	content: '\002B';
	font-size: 150%;
	font-weight: 900;
	right: 0;
	top: 0;
}
#sidebar-second .colapsable.colapsed h2:after{
	content: '\2212';
}

/***********Admin tabs*************/
.tabs-wrapper {
  margin: 1px 0 1.5em;
}
div.tabs { 
	overflow:hidden;
}
	.tabs ul.primary li { margin-bottom:-1px;}
	.tabs ul.primary li a { 
		background:#EDEDED;
		border:1px solid #BBB;
		border-radius:5px 5px 0 0;
		-moz-border-radius:5px 5px 0 0;
		-webkit-border-radius:5px 5px 0 0;
		text-shadow:0 1px 0 #FFF;
	}
	.tabs ul.primary {
		border:0;
		border-bottom:1px solid #c9c9c9;
		margin:10px 0 10px 0;
		overflow:hidden;
		padding:4px 0;
	}
	.tabs ul li a{
		background:#464646;
		border-bottom:0;
		color:#000;
		font-size:12px;
		font-weight:normal;
		margin:0;
		overflow:hidden;
		padding:3px 15px 4px;
		-webkit-transition:background 0.1s linear;
		-moz-transition:background 0.1s linear;
		}
		.tabs ul li a.active, .tabs ul li a:hover { 
			background:#959595;
			color:#fff;
			text-shadow:none;
		}
/***********************/


/****************Comments form*******************/
article.comment header{ width:100%; overflow:hidden;}
.user-picture { float:left; margin-right:20px;}
.view-recent-posts .user-picture {margin-right:15px;}
.view-recent-posts .views-row {margin-bottom:20px;}
section#comments h2.title {
	color:#565756;
	letter-spacing:-1px;
	margin-bottom:15px;
	font-size:20px;
	line-height:24px;
	text-transform:uppercase;
}
.indented {margin-left:40px;}
article.comment .submitted {margin:0;}
article.comment .content, article.comment footer {padding-left:70px !important;}
article.comment footer ul li {margin-right:21px !important;}

#edit-author--2 {margin:0 0 6px;}

.form-item, .form-actions {margin:3px 0 15px;}
#comment-form label {
	color:#000000;
	display:table;	
	padding-bottom:5px;	
}
.form-item a {text-decoration:none; text-transform:capitalize;}
.form-item a:hover {text-decoration:underline;}

#comment-form .form-text, .search-form .form-text, #user-login .form-text {
	width:183px;
}
#comment-form .form-textarea {
	min-width:100%;
	max-width:100%;
	min-height:178px;
	max-height:300px;
	padding:5px;
}
	
.resizable-textarea .grippie {
	border:0px solid #DDDDDD;
	cursor:s-resize;
	height:6px;
	overflow:hidden;
	margin-top:3px;
}

.form-type-item {
	overflow:hidden;
	width:100%;
}
	.form-type-item label {
		float:left;
		padding-right:10px;
	}	
	.form-type-item a {
		color:#959595
	}
	
.form-type-select { margin:0;}

#edit-comment-body-und-0-format-guidelines {
	padding-top:15px;
}
	#edit-comment-body-und-0-format-guidelines ul li{
		font-size:12px;
		overflow:hidden;
		width:100%;
	}


/***Comments output***/
#comments {
	clear:both;
	border-top:1px solid #d5d5d5;
	margin-top:38px;
	overflow:hidden;
	padding:0px;
}
.node-blog.node-full #comments {padding-top:34px;}
#comment-form-wrapper {padding-right:27px;}
	#comments .submitted {
		padding-bottom:5px;
	}
	
	#comments h3 { line-height:normal;}
		#comments h3 a {
			color:#388706;
			font-size:21px;
			line-height:25px;
			font-weight:normal;
			text-decoration:none;
		}
	
	#comments p {
		padding-bottom:5px;
	}

	#comments article {
		background:#dfdfdf;
		margin-bottom:15px;
		padding:20px ;
	}
	
	#comments footer {
		overflow:hidden;
		padding:0px 0 0 0;
	}
		#comments footer ul li {
			float:left;
		}

#edit-comment-body-und-0-format {
	border:none;
	margin-bottom:5px;
}
#edit-comment-body-und-0-format .form-item-comment-body-und-0-format {padding-left:0;}
#edit-comment-body-und-0-format-guidelines {padding-left:0;}
#edit-comment-body-und-0-format label {display:inline;}
#edit-comment-body-und-0-format--2 {margin-left:15px;}
#edit-comment-body-und-0-format-help {padding:1px 0 0 0;}
#edit-comment-body-und-0-format-help a {padding:0; background:none; font-size:13px; line-height:16px; color:#388706; font-weight:bold;}

#comment-form-wrapper { margin-top:35px;}

article.comment span.new { position:absolute; top:0; right:0;}
/********************************************/

/***********************Content Region*************************/
#messages {z-index:99; top:0; left:0; right:0;}
.messages.status {margin:0 0 10px;}
h2 {font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;}
h3 {color:#545554; font-size:20px; line-height:24px; margin-bottom:10px;}
h3 a {color:#545554}
h3 a:hover {color:#545554;}
h2.pane-title {
	font-size:24px;
	line-height:29px;
	color:#565756;
	text-transform:uppercase;
	letter-spacing:-1px;
	background:url(../images/line_hor.gif) 0 bottom repeat-x; 
	margin-bottom:20px;
	padding-bottom:2px;
	}
.panels-flexible-region-inside {padding:0 39px 0 0;}
.panels-flexible-region-3_cols-center-inside {padding:0 10px 0 35px;}	
.panels-flexible-3_cols-inside {background:#fff;}
.panels-flexible-3_cols-inside .panels-flexible-region {
	padding:33px 0 20px;
	}
.panels-flexible-region-3_cols-center {background:#2c2d2c; padding-bottom:35px !important;}	
.panels-flexible-region-3_cols-center h2 {color:#d5d5d5; background:none; border-bottom:1px solid #565756; padding-bottom:1px;}
.panels-flexible-region-3_cols-region_right-inside {padding:0 0 0 40px;}
.panels-flexible-region-3_cols-region_right-inside h2 {margin-bottom:15px;}
.pane-views-natural-foods-block h2 {margin-bottom:21px;}
.view-id-natural_foods .views-field-field-dish-photo {font-size:0; line-height:0; border:1px solid #f6f6f7; margin-bottom:10px;}
.view-id-natural_foods .views-field-body strong {color:#000;}
h1 {
	margin:0 0 20px 0px;
	padding-bottom:2px;
	background:url(../images/line_hor.gif) 0 bottom repeat-x;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:24px;
	line-height:29px;
	color:#545555;
	text-transform:uppercase;
	letter-spacing:-1px;
	}
.pane-views-faqs-block {margin-bottom:41px;}	

.view-today-s-dish .views-row {overflow:hidden; margin-bottom:25px;}
.view-today-s-dish .views-field-field-dish-photo {font-size:0; line-height:0; border:1px solid #f6f6f7; float:left; margin-right:10px;}
.view-today-s-dish .views-row .views-field-title {padding-top:5px;}
.view-today-s-dish .views-row .views-field-title a {font-weight:bold; color:#d4d4d4; text-decoration:none;}
.view-today-s-dish .views-row .views-field-title a:hover {color:#fff;}
.view-today-s-dish .views-row .views-field-body {padding-right:20px;}
.view-today-s-dish .views-row .views-field-body * {margin:0;}

.view-faqs {padding-left:2px;}
.view-faqs .view-content ul li {padding-left:14px; background:url(../images/marker1.png) 0 5px no-repeat; margin:0 0 11px 0;}
.view-faqs .view-content ul li a {color:#383937; font-weight:bold; text-decoration:none;}
.view-faqs .view-content ul li a:hover {color:#368205;}

.view-top-recipe .views-field-title span {font-size:22px; line-height:26px; display:block; padding-right:80px; display:block; ,}
.view-top-recipe .views-field-title span:first-line {font-size:29px; line-height:35px; display:block !important; margin-bottom:-19px;}
.view-top-recipe .views-field-title {background:url(../images/title1_bg.gif) right 0 repeat-y #409a08; color:#fff; padding:3px 18px 4px; font-size:29px; line-height:35px; border-bottom:6px solid #368107; font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;}
.view-top-recipe .views-field-field-ingredients {padding:33px 35px 0px 41px; margin-bottom:19px;}
.view-top-recipe .views-field-field-instructions {padding: 0 35px 0 41px;}

.view-top-recipe .views-label {font-weight:bold; margin-bottom:-1px; display:block;}

#block-views-categories-block li {margin:0;}
#block-views-categories-block li.views-row-odd a {background:url(../images/list1_odd_bg.png) 0 0 repeat;}
#block-views-categories-block li.views-row-even a {background:url(../images/list1_even_bg.png) 0 0 repeat;}
#block-views-categories-block li.views-row a {font-size:12px; line-height:18px; color:#404140; display:block; padding:6px 0 9px 16px; text-decoration:none; margin-top:-1px;}
#block-views-categories-block li.views-row-first a {padding-top:8px;}
#block-views-categories-block li a:hover {background:url(../images/list1_hover.gif) right 0 repeat-y #419b08; color:#fff;}

/*****************Panel semaine 1*******************/

/.panel-1col .panel-col {
    margin: 20px;
}


/*****************Default Block Style*******************/

/block-block-7 {background:url(../images/title1_bg.gif) right 0 repeat-y #409a08; color:#fff; padding:3px 18px 4px; font-size:21px; line-height:25px; border-bottom:6px solid /#368107; font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;}

/#block-block-7 .content a { color:#ffffff; outline:none;}
/#block-block-7 .content a:hover {color:#000000; text-decoration:none;}


/***Block Lien Patrimonial****/
#block-views-bouton-recettes-block { padding:0px 17px 19px 0px;}
#block-views-bouton-recettes-block .views-field-body {
	border:1px solid #fff;
	width:125px;
	background:url(../images/patrimonial_bg.gif) 0 0 repeat transparent;
	vertical-align:14px;
	margin-right:-5px;
    margin-top: 20px;
	padding:8px 6px 10px 6px;
	font-size:18px;
}
/*****************/


/*******************************************************/


#block-views-top-post-block {padding:0 37px;}

/#block-views-top-post-block {background:url(../images/header_bottom2.png) 0 0 repeat-y; padding:0 37px;}

/*******************************************************/

#block-views-recettes-semaine-block-1 h2 {
	text-transform:uppercase;
	color:#565656;
	letter-spacing:-1px;
	padding:2px 0 2px 0;
	background:url(../images/line_hor.gif) 0 bottom repeat-x;
	margin:0 39px 15px 0;
	}

#block-views-recettes-semaine-block-1 {padding-bottom:0px; margin-left:41px;}

.view-recettes-semaine .view-content {overflow:hidden; margin-left: -27px; }
.view-recettes-semaine .views-row {float:left; margin: 12px 35px 21px 55px;}
.view-recettes-semaine .views-row.last {margin-right:0 !important}
.view-recettes-semaine .views-row {
	width:142px;
	margin-right:20px;
	}	

.view-recettes-semaine .views-field-field-photo {height:229px; width:337px; margin-bottom:6px;}

.view-recettes-semaine .views-field-field-photo {font-size:0; line-height:0; border:1px solid #f6f6f7; }
.view-recettes-semaine .views-field-field-photo a {display:block; background:url(../images/magnify.png) center center no-repeat #FFF;}




.view-recettes-semaine .views-row.views-row-odd {margin-right:0px;}
.view-recettes-semaine .view-recipes .views-row {width:304px;}

.th, tr, td {padding: 0.1em 4.7em;}  

.view-recettes-semaine .views-field-title {margin-bottom:5px; margin-top:4px}	
.view-recettes-semaine .views-field-title a, .view-recettes-semaine .views-field-title {font-size:21px; line-height:25px; color:#388706; text-decoration:none; font-family:"Trebuchet MS", Arial, Helvetica, sans-serif; margin-bottom: 20px; width: auto;}

.view-recettes-semaine .views-field-title a:hover {color:#000;}

/*******************************************************/
#block-views-recettes-vedette-block-1 h2 {
	text-transform:uppercase;
	color:#565656;
	letter-spacing:-1px;
	padding:2px 0 2px 0;
	background:url(../images/line_hor.gif) 0 bottom repeat-x;
	margin:0 39px 15px 0;
	}

#block-views-recettes-vedette-block-1 {padding-bottom:0px; margin-left:41px;}

.view-recettes-vedette .view-content {overflow:hidden; margin-left: -27px; }
.view-recettes-vedette .views-row {float:left; margin: 12px 35px 21px 55px;}
.view-recettes-vedette .views-row.last {margin-right:0 !important}
.view-recettes-vedette .views-row {
	width:142px;
	margin-right:20px;
	}	

.view-recettes-vedette .views-field-field-photo {height:229px; width:337px; margin-bottom:6px;}

.view-recettes-vedette .views-field-field-photo {font-size:0; line-height:0; border:1px solid #f6f6f7; }
.view-recettes-vedette .views-field-field-photo a {display:block; background:url(../images/magnify.png) center center no-repeat #FFF;}




.view-recettes-vedette .views-row.views-row-odd {margin-right:0px;}
.view-recettes-vedette .view-recipes .views-row {width:304px;}

.th, tr, td {padding: 0.1em 4.7em;}  

.view-recettes-vedette .views-field-title {margin-bottom:5px; margin-top:4px}	
.view-recettes-vedette .views-field-title a, .view-recettes-semaine .views-field-title {font-size:21px; line-height:25px; color:#388706; text-decoration:none; font-family:"Trebuchet MS", Arial, Helvetica, sans-serif; margin-bottom: 20px; width: auto;}

.view-recettes-vedette .views-field-title a:hover {color:#000;}

/*******************************************************/
#block-views-textes-semaine-block-1 h2 {
	text-transform:uppercase;
	color:#565656;
	letter-spacing:-1px;
	padding:2px 0 2px 0;
	background:url(../images/line_hor.gif) 0 bottom repeat-x;
	margin:0 39px 15px 0;
	}

#block-views-textes-semaine-block-1 {padding-bottom:0px; margin-left:41px;}

.view-textes-semaine .view-content {overflow:hidden; margin-left: -27px; }
.view-textes-semaine .views-row {float:left; margin: 12px 35px 21px 55px;}
.view-textes-semaine .views-row.last {margin-right:0 !important}
.view-textes-semaine .views-row {
	width:142px;
	margin-right:20px;
	}	

.view-textes-semaine .views-field-field-photo {height:229px; width:337px; margin-bottom:6px;}
.view-textes-semaine .views-row.views-row-odd {margin-right:20px;}
.view-textes-semaine .views-row {width:304px;}

.th, tr, td {padding: 0.1em 4.7em;}  

.view-textes-semaine .views-field-title {margin-bottom:5px; margin-top:4px}	
.view-textes-semaine .views-field-title a, .view-textes-semaine .views-field-title {font-size:21px; line-height:25px; color:#388706; text-decoration:none; font-family:"Trebuchet MS", Arial, Helvetica, sans-serif; margin-bottom: 20px; width: 317px;}

.view-textes-semaine .views-field-title a:hover {color:#000;}

#block-views-textes-semaine-block-1 h2 {
	text-transform:uppercase;
	color:#565656;
	letter-spacing:-1px;
	padding:2px 0 2px 0;
	background:url(../images/line_hor.gif) 0 bottom repeat-x;
	margin:0 39px 15px 0;
	}

#block-views-textes-semaine-block-1 {padding-bottom:0px; margin-left:41px;}

.view-recettes-semaine .view-content {overflow:hidden; margin-left: -27px; }
.view-recettes-semaine .views-row {float:left; margin: 12px 35px 21px 55px;}
.view-recettes-semaine .views-row.last {margin-right:0 !important}
.view-recettes-semaine .views-row {
	width:142px;
	margin-right:20px;
	}	

.view-textes-semaine .views-field-field-photo {height:229px; width:337px; margin-bottom:6px;}
.view-textes-semaine .views-row.views-row-odd {margin-right:20px;}
.view-textes-semaine .views-row {width:304px;}

.th, tr, td {padding: 0.1em 4.7em;}  

.view-textes-semaine .views-field-title {margin-bottom:5px; margin-top:4px}	
.view-textes-semaine .views-field-title a, .view-textes-semaine .views-field-title {font-size:21px; line-height:25px; color:#388706; text-decoration:none; font-family:"Trebuchet MS", Arial, Helvetica, sans-serif; margin-bottom: 20px; width: 317px;}

.view-textes-semaine .views-field-title a:hover {color:#000;}

/*******************************************************/
#block-views-r-gions-semaine-block-1 h2 {
	text-transform:uppercase;
	color:#565656;
	letter-spacing:-1px;
	padding:2px 0 2px 0;
	background:url(../images/line_hor.gif) 0 bottom repeat-x;
	margin:0 39px 15px 0;
	}

#block-views-r-gions-semaine-block-1 {padding-bottom:0px; margin-left:41px;}

.view-r-gions-semaine .view-content {overflow:hidden; margin-left: -27px; }
.view-r-gions-semaine .views-row {float:left; margin: 12px 35px 21px 55px;}
.view-r-gions-semaine .views-row.last {margin-right:0 !important}
.view-r-gions-semaine .views-row {
	width:142px;
	margin-right:20px;
	}	

.view-r-gions-semaine .views-field-field-photo {height:229px; width:337px; margin-bottom:6px;}
.view-r-gions-semaine .views-row.views-row-odd {margin-right:20px;}
.view-r-gions-semaine .views-row {width:304px;}

.th, tr, td {padding: 0.1em 4.7em;}  

.view-r-gions-semaine .views-field-title {margin-bottom:5px; margin-top:4px}	
.view-r-gions-semaine .views-field-title a, .view-r-gions-semaine .views-field-title {font-size:21px; line-height:25px; color:#388706; text-decoration:none; font-family:"Trebuchet MS", Arial, Helvetica, sans-serif; margin-bottom: 20px; width: 317px;}

.view-r-gions-semaine .views-field-title a:hover {color:#000;}

#block-views-r-gions-semaine-block-1 h2 {
	text-transform:uppercase;
	color:#565656;
	letter-spacing:-1px;
	padding:2px 0 2px 0;
	background:url(../images/line_hor.gif) 0 bottom repeat-x;
	margin:0 39px 15px 0;
	}

#block-views-r-gions-semaine-block-1 {padding-bottom:0px; margin-left:41px;}

.view-recettes-semaine .view-content {overflow:hidden; margin-left: -27px; }
.view-recettes-semaine .views-row {float:left; margin: 12px 35px 21px 55px;}
.view-recettes-semaine .views-row.last {margin-right:0 !important}
.view-recettes-semaine .views-row {
	width:142px;
	margin-right:20px;
	}	

.view-r-gions-semaine .views-field-field-photo {height:229px; width:337px; margin-bottom:6px;}
.view-r-gions-semaine .views-row.views-row-odd {margin-right:20px;}
.view-r-gions-semaine .views-row {width:304px;}

.th, tr, td {padding: 0.1em 4.7em;}  

.view-r-gions-semaine .views-field-title {margin-bottom:5px; margin-top:4px}	
.view-r-gions-semaine .views-field-title a, .view-r-gions-semaine .views-field-title {font-size:21px; line-height:25px; color:#388706; text-decoration:none; font-family:"Trebuchet MS", Arial, Helvetica, sans-serif; margin-bottom: 20px; width: 317px;}

.view-r-gions-semaine .views-field-title a:hover {color:#000;}


/*******************************************************/

#block-views-aliments-semaine-block-1 h2 {
	text-transform:uppercase;
	color:#565656;
	letter-spacing:-1px;
	padding:2px 0 2px 0;
	background:url(../images/line_hor.gif) 0 bottom repeat-x;
	margin:0 39px 15px 0;
	}

#block-views-aliments-semaine-block-1 {padding-bottom:0px; margin-left:41px;}

.view-aliments-semaine .view-content {overflow:hidden; margin-left: -27px; }
.view-aliments-semaine .views-row {float:left; margin: 12px 35px 21px 55px;}
.view-aliments-semaine .views-row.last {margin-right:0 !important}
.view-aliments-semaine .views-row {
	width:142px;
	margin-right:20px;
	}	

.view-aliments-semaine .views-field-field-photo {height:229px; width:337px; margin-bottom:6px;}
.view-aliments-semaine .views-row.views-row-odd {margin-right:20px;}
.view-aliments-semaine .views-row {width:304px;}

.th, tr, td {padding: 0.1em 4.7em;}  

.view-aliments-semaine .views-field-title {margin-bottom:5px; margin-top:4px}	
.view-aliments-semaine .views-field-title a, .view-aliments-semaine .views-field-title {font-size:21px; line-height:25px; color:#388706; text-decoration:none; font-family:"Trebuchet MS", Arial, Helvetica, sans-serif; margin-bottom: 20px; width: 317px;}

.view-aliments-semaine .views-field-title a:hover {color:#000;}


/*******************************************************/
#block-views-latest-topics-block h2 {
	text-transform:uppercase;
	color:#565656;
	letter-spacing:-1px;
	padding:2px 0 2px 0;
	background:url(../images/line_hor.gif) 0 bottom repeat-x;
	margin:0 39px 15px 0;
	}
#block-views-latest-topics-block {padding-bottom:20px; margin-left:41px;}	
.view-latest-topics .views-row {padding-right:40px; text-align:justify;}
.view-latest-topics	.views-field-title {margin-bottom:-4px;}
.view-latest-topics	.views-field-title a {font-size:21px; line-height:25px; color:#388706; font-family:"Trebuchet MS", Arial, Helvetica, sans-serif; text-decoration:none;}
.view-latest-topics	.views-field-title a:hover {color:#000;}
.view-latest-topics .views-field-name a {text-transform:capitalize; text-decoration:none;}
.view-latest-topics .views-field-name {display:inline-block; float:left; padding-right:3px;}
.view-latest-topics .views-field-body {margin-top:15px;}
.view-latest-topics .views-field-created {overflow:hidden; display:inline;}
.view-latest-topics .views-field-field-photo {clear:both; padding-top:15px; margin-bottom:15px;}
.view-latest-topics .views-field-field-photo .field-content {font-size:0; line-height:0; border:1px solid #f6f6f7;}
.view-latest-topics .views-label-field-ingredients, .views-label-field-instructions {font-weight:bold; color:#000;}
.view-latest-topics .views-field-field-ingredients {margin-bottom:1px;}
.view-latest-topics .views-field-view-node a {font-weight:bold; color:#388706;}
.view-latest-topics .view-footer * {margin:0;}
.view-latest-topics .view-footer {
	padding:15px 0 0 0;
	text-align:left;
	}
.view-latest-topics .view-footer a {
	display:inline-block;
	font-size:12px;
	line-height:16px;
	color:#fff;
	text-decoration:none;
	font-weight:bold;
	padding:7px 14px 8px;
	background:#368205;
	}	
.view-latest-topics .view-footer a:hover {background:#012104;}	


#block-views-top-post-block h2 {
	text-transform:uppercase;
	color:#565656;
	letter-spacing:-1px;
	padding:2px 0 2px 0;
	background:url(../images/line_hor.gif) 0 bottom repeat-x;
	margin:0 39px 15px 0;
	}

.view-top-post .views-field-title {background:url(../images/title1_bg.gif) right 0 repeat-y #409a08; color:#fff; padding:3px 18px 4px; margin-right: 30px; font-size:21px; line-height:25px; border-bottom:6px solid #368107; font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;}

/.view-top-post .views-field-field-photo {clear:both; padding-top:15px; margin-bottom:15px;}
.view-top-post .views-field-field-photo {clear:both; padding:15px 3px 4px; margin-bottom:15px;}
.view-top-post .views-field-field-photo .field-content {font-size:0; line-height:0; border:0px solid #f6f6f7;}
.view-top-post .views-label-field-ingredients {font-weight:bold; color:#000;}
.view-top-post .views-field-field-ingredients {margin-bottom:1px;}
.view-top-post .views-field-view-node a {font-weight:bold; color:#388706;}
.view-top-post .views-field-view-node {margin-top:12px;}


.view-top-post .view-footer * {margin:0;}
.view-top-post .view-footer {
	padding:52px 0 0 0;
	text-align:right;
	}
.view-top-post .view-footer a {
	display:inline-block;
	font-size:12px;
	line-height:16px;
	color:#fff;
	text-decoration:none;
	font-weight:bold;
	padding:7px 14px 8px;
	background:#368205;
	}	
.view-top-post .view-footer a:hover {background:#012104;}

.view-about-us .views-field-field-dish-photo {font-size:0; line-height:0; border:1px solid #f6f6f7; display:inline-block; margin-bottom:15px;} 
.view-about-us .views-field-body strong {color:#000;}

.view-recent-awards .views-field-created {font-weight:bold; color:#000;}
.view-recent-awards .views-field-title {margin-bottom:5px;}
.view-recent-awards .views-field-title a {
	font-size:21px;
	line-height:25px;
	color:#388706;
	text-decoration:none;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	}
.view-recent-awards .views-field-title a:hover {color:#000;}	
.pane-views-recent-awards-block h2.pane-title {margin-bottom:15px;}

#block-block-6 {position:absolute; left:407px; bottom:36px;}

#main-wrapper #main { margin:0 auto; overflow:hidden;}
.content-wrap { width:100%; overflow:hidden; padding-bottom:30px;}
/*Node heading*/
.front h1 {display:none;}
#content h1.title { font-size:24px;}
.color-1 {color:#388706;}
p.color-1 {margin-bottom:12px;}
.node h2 {
	color:#959595;
	padding:0px;
}
	.node-teaser h2 {margin:0;}
	.node-teaser .content strong {color:#000;}
	.node h2 a{
		color:#388706;
		font-size:21px;
		line-height:25px;
		font-weight:normal;
		text-decoration:none;
		text-transform:none;
		-webkit-transition:color .3s ease-out; 
		-moz-transition:color .3s ease-out;
		}
	.node h2 a:hover{ color:#000;}
.node-article.node-promoted h2 {
	margin-bottom:14px;
	background:url(../images/line_hor.gif) 0 98% repeat-x;
	}
.node-article.node-promoted h2 a {
	color:#565756;
	text-transform:uppercase;
	font-weight:bold;
	font-size:34px;
	letter-spacing:-1px;
	line-height:41px;
	}
article.node { padding-bottom:15px;}

/*Author & date information*/
p.submitted {
	font-size:12px;
	margin:-4px 0 15px;
}
.submitted, p.submitted span {
	color:#000000;
	font-size:12px;
}
	.submitted a {
		color:#388706;
		font-size:12px !important;
        font-weight:bold;
		text-decoration:none;
		text-transform:capitalize;
	}
	.submitted a:hover {color:#000;}
/**/

article.node footer ul {overflow:hidden;}
article.node footer ul li {float:left; margin:0 7px 0 0; padding:0;}
article.node footer a {
	font-weight:bold;
	color:#388706;
	line-height:14px;
	text-decoration:underline;
	text-transform:capitalize;
}
article.node footer {overflow:hidden; display:none;}
article.node footer a:hover {color:#000;}

/*Node Tags*/
article.node footer .field-name-field-tags { padding-bottom:10px;}
article.node footer .field-name-field-tags .field-label{
	color:#000;
	line-height:normal;
}
article.node footer .field-name-field-tags .field-items {
	overflow:hidden;
	padding-bottom:15px;
	width:100%;
}
article.node footer .field-name-field-tags ul li { float:left; padding:0 4px;}
	article.node footer .field-name-field-tags ul li a{ text-decoration:none;}
	
article.node footer .field-name-field-tags .field-item {
	float:left;
	padding-right:10px;
}
/**/

/*Social sharing*/
.social-share {
	padding:15px 0;
	margin-bottom:14px;
}
	.social-share span {
		float:left; 
		font-weight:bold;
		vertical-align:middle;
		color:#000;
	}
	.social-share a {
		display:block;
		float:left;
		height:16px;
		margin-left:5px;
		opacity:.8;
		text-indent:-9999px;
		vertical-align:middle;
		width:16px;
		-webkit-transition:opacity .2s ease-out; -moz-transition:opacity .2s ease-out;
	}
		.social-share a:hover { opacity:1;}
	.social-share a.social-share-facebook { background:url(../images/social/facebook.png) no-repeat 0 0;}
	.social-share a.social-share-twitter { background:url(../images/social/twitter.png) no-repeat 0 0;}
	.social-share a.social-share-googlebuzz { background:url(../images/social/buzz.png) no-repeat 0 0;}
	.social-share a.social-share-myspace { background:url(../images/social/myspace.png) no-repeat 0 0;}
	.social-share a.social-share-msnlive { background:url(../images/social/msn.png) no-repeat 0 0;}
	.social-share a.social-share-yahoo { background:url(../images/social/yahoo.png) no-repeat 0 0;}
	.social-share a.social-share-linkedin { background:url(../images/social/linkedin.png) no-repeat 0 0;}
	.social-share a.social-share-orkut { background:url(../images/social/orkut.png) no-repeat 0 0;}
	.social-share a.social-share-digg { background:url(../images/social/digg.png) no-repeat 0 0;}
	.social-share a.social-share-delicious { background:url(../images/social/delicious.png) no-repeat 0 0;}
	.social-share a.social-share-facebook { background:url(../images/social/facebook.png) no-repeat 0 0;}
/**/

/*****************Default Block Style*******************/
.option {vertical-align:middle;}
input[type="text"], input[type="search"], input[type="password"], textarea {
	color:#383937;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	border:1px solid #dcdcdc;
	padding:7px 6px 8px;
	background:url(../images/input2_bg.gif) 0 0 repeat-x;
	}
textarea {
	resize:none;
	background:url(../images/textarea_bg.gif) 0 0 repeat-x #fff;
	}	
form label {font-weight:normal; color:#959595;}	
#edit-comment-body-und-0-value_tbl {background:url(../images/textarea_bg.gif) 0 0 repeat-x #fff;}	
section.block { 
	margin-bottom:10px;
	padding-bottom:15px;
}
	section.block ul, section.block .item-list ul li { margin:0;}
	ul li.leaf { 
		list-style-image:none;
		list-style-type:none;
		margin:0;
		padding:0;
	}
	section.block h2 {
		font-size:24px;
		color:#000;
		line-height:normal;
	}
	section.block h2 span{
		font-size:24px;
	}
		section.block .content { padding:0px 0px;}
		section.block .content li { 
			background:url(../images/marker1.png) no-repeat 0 5px;
			padding:0 0 11px 14px;
			overflow:hidden;
			line-height:18px;
			font-size:12px;
		}
		section.block .content li.left, section.block .content li.collapsed {padding-top:0; margin-left:0;}
			section.block .content li a { 
				color:#d4d4d4;
				text-decoration:none;
			}
			section.block .content li a:hover { color:#000;}

/*********************POLL's Bars**********************/
.poll .bar { 
	background-color: #fff;
	border:1px solid #565756;
	height:13px;
	margin-bottom:15px;
}
.poll .bar .foreground { 
	height:13px; 
	display:none;
	background-color: #3b8e07;
	background-image: -moz-linear-gradient(left, #347e05, #47a70a); /* FF3.6 */
	background-image: -ms-linear-gradient(left, #347e05, #47a70a); /* IE10 */
	background-image: -o-linear-gradient(left, #347e05, #47a70a); /* Opera 11.10+ */
	background-image: -webkit-gradient(linear, left, right, from(#347e05), to(#47a70a)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient(left, #347e05, #47a70a); /* Chrome 10+, Saf5.1+ */
	background-image: linear-gradient(left, #347e05, #47a70a);
	}
	
.poll .percent { float:right;}
/*******************************************/

#block-comment-recent .content li a { display:block;}

#block-forum-new .contextual-links-wrapper { display:none;}

/***Block Search****/
#block-search-form { padding:0px 6px 0px 0px;}
#search-block-form .form-text {
	border:1px solid #fff;
	width:316px;
	background:url(../images/input_bg.png) 0 0 repeat transparent;
	vertical-align:middle;
	margin-right:-5px;
	padding:8px 6px 10px 6px;
	font-size:12px;
}

#search-block-form #edit-submit, #search-block-form .form-submit { 
background:url(../images/search.png) no-repeat center center;
line-height:normal;
width:38px;
height:35px;
padding:0;
margin:0;
vertical-align:middle;
cursor:pointer;
text-indent:-9999px;
border:0;
}
#search-block-form #edit-submit:hover, #search-block-form .form-submit:hover {}


/******************Buttons Styles********************/
.form-submit {
	border:none;
	background:none;
	font-size:13px;
	line-height:16px;
	color:#388706;
	font-weight:bold;
	padding:0;
	margin-right:35px;
	font-family:Arial, Helvetica, sans-serif;
	text-decoration:underline;
	}
	.form-submit:hover { color:#000;}
/*****************************************/

/*** Footer ***/
#footer {
	clear: both;
	padding:20px;
	position: relative;
	background:url(../images/footer_bg.gif) 0 0 repeat;
	color:#fff;
}
.footer-wrapper {padding:0 40px; overflow:hidden;}
#block-superfish-2 {padding-top:34px; float:left;}
#block-block-5 {padding-top:31px; float:right;}
#block-block-5 .content a {display:inline-block; margin-left:9px; text-decoration:none;}
#block-superfish-2 ul li {
	margin-left:16px;
	}
#block-superfish-2 ul li:first-child {margin:0;}
#block-superfish-2 ul li a {color:#fff; text-decoration:none;}	
#block-superfish-2 ul li a.active, #block-superfish-2 ul li a:hover {color:#52a51e;}

/***************Superfish3*******/

#block-superfish-3 {padding-top:34px; float:left; font-size:18px; }


.sf-menu.sf-style-simple {
  float: left;
  margin: 0;
  padding: 0;
  border:1px solid #fff;
  background:url(../images/input_bg.png) 0 0 repeat transparent;
}

/**************Contact Form***************/
#contact-site-form label {
	color:#000;
	display:table;
}
#contact-site-form label.option { display:inline;}
#contact-site-form textarea#edit-message {
	width:500px;
	min-width:100%;
	max-width:100%;
	min-height:100px;
	max-height:300px;
}
/**************************************/


/***********Forum************/
tr.even, tr.odd {background:#565756; border:none;}
.page-blog .action-links {padding-top:0;}
.action-links {
	padding:15px 0px;
}
	.action-links a {
		color:#959595;
		font-size:12px;
	}
	.action-links a:hover {
		text-decoration:none;
	}

#forum a {
	color:#388706;
	font-size:13px;
}
#forum table {
	border:1px solid #c8c8c8;
	width:100%;
}
#forum th {
	background:#959595; 
	border:1px solid #535353;
	color:#fff; 
	font-size:14px;
	padding:3px 5px;
}
	#forum th a {
		color:#fff;
		text-decoration:none;
	}
	#forum th a:hover {
		color:#000;
		} 
	
#forum tr.even, tr.odd {
	background:none;
	border-bottom:none;
}
#forum tr.even td {
	background:#f8f8f8
}

#forum tr.odd td { 
	background:#fff
}
#forum td.container { 
	padding:10px;
}

#forum tr.even td.forum { 
	background:url(../images/forum-ico.png) no-repeat 10px 10px #fafafa
}
#forum tr.odd td.forum { 
	background:url(../images/forum-ico.png) no-repeat 10px 10px #fff
}

#forum td {
	background:#f3f5f4;
	border:1px solid #c8c8c8;
	padding:5px;
}

#forum td.topics, #forum td.posts, #forum td.replies{
	text-align:center;
}
#forum td.last-reply span, #forum td.title span {
	color:#535353;
}

.field-name-taxonomy-forums {
	overflow:hidden;
	padding-bottom:10px;
	width:100%;
}
.field-label {
	color:#000;
	float:left;
	font-size:14px;
	vertical-align:middle;
	line-height:18px;
	margin-right:5px;
}
.field-name-field-ingredients {margin-bottom:0px;}
.field-name-field-ingredients .field-label, .field-name-field-instructions .field-label {display:block; float:none; margin-bottom:16px;}
.field-name-field-instructions  {margin-bottom:10px;}

.field-text-field-label,.field-name-field-portions {margin-bottom:0px; display:inline-block;}
 
.field-items a {
	color:#388706;
	font-size:12px;
}    
.field-items{
	margin-left:16px;
}

.field-label-inline .field-label {
    float: left;
    margin-left: 0px;
}
/.field-name-field-portions {
/    float: left;
/    margin-left: 0px;
/}   
/***********************/

/************first-time page***************/
#first-time {
	display:none;
}
	#first-time p {
		padding:10px 0;
	}
	
#first-time .item-list ul li{
	background:none;
	display:block;
	float:left;
	margin:0;
}
	#first-time .item-list ul li a {
		color:#959595;
		display:block;
		font-size:12px;
		font-weight:bold;
		text-decoration:none;
	}
	#first-time .item-list ul li:hover { background:none}
	#first-time .item-list ul li a:hover { background:none}
/***************************/
#edit-basic .form-submit {margin-left:15px;display:inline-block;}		

/******************Paginator*********************/
.item-list .pager li { padding:0;}
.content ul.pager {padding-top:30px;}
.content ul.pager li {
	color:#494949;
	margin:0px 1px;
	overflow:hidden;
	display:inline-block;
	font-size:12px;
	line-height:16px;
}
.content ul.pager li.pager-current { 
	background:#262726;
	color:#fff;
		padding:7px 14px 8px;
	position:relative;
	zoom:1;
	}
	.content ul.pager li a{ 
		color:#fff;
		font-weight:bold; 
		display:inline-block;
		padding:7px 14px 8px;
		text-transform:capitalize;
		position:relative;
		text-decoration:none; 
		zoom:1;
		background:#419b08;
		background-image: -moz-linear-gradient(left, #419b08, #358005); /* FF3.6 */
		background-image: -ms-linear-gradient(left, #419b08, #358005); /* IE10 */
		background-image: -o-linear-gradient(left, #419b08, #358005); /* Opera 11.10+ */
		background-image: -webkit-gradient(linear, left, right, from(#419b08), to(#358005)); /* Saf4+, Chrome */
		background-image: -webkit-linear-gradient(left, #419b08, #358005); /* Chrome 10+, Saf5.1+ */
		background-image: linear-gradient(left, #419b08, #358005);
	  }
	.content ul.pager li a:hover {
		background:#262726;
	}
/**********************/

/*********Admin menu bg**********/
ul.contextual-links li a:hover {}
/*********************/


/*****Blog page*****/
.node-blog .field-name-field-blog-image {margin-bottom:20px; margin-right:12px; display:inline-block}
.node-blog .field-name-field-blog-image .field-item {line-height:0; border:1px solid #f6f6f7;}
.node-blog .field-name-field-blog-image .field-item a { overflow:hidden; display:block; line-height:0}
.node-blog.node-full 

.view-recent-posts .views-row {overflow:hidden;}
.view-recent-posts .views-row .views-field-picture {float:left;}
.view-recent-posts .views-row * {overflow:hidden;}
.view-recent-posts .views-row .views-field-title a {color:#d4d4d4 !important; text-decoration:none;}
.view-recent-posts .views-row .views-field-title a:hover {color:#388706 !important;}
/*****************/

/********Lien patrimonial Block********/

/***Block Lien Patrimonial****/
#block-views-lien-patrimonial-block { padding:0px 17px 19px 0px;}
#block-views-lien-patrimonial-block .views-field-body {
	border:1px solid #fff;
	width:316px;
	background:url(../images/patrimonial_bg.gif) 0 0 repeat transparent;
	vertical-align:14px;
	margin-right:-5px;
	padding:8px 6px 10px 6px;
	font-size:12px;
}
/*****************/

/********Social-icons Block********/
#block-follow-site { float:right;}
#block-follow-site .follow-links li { 
	background:none;
	float:left;
	padding:0;
}
	a.follow-link {
		width:32px;
		height:32px;
		text-indent:-9999px;
		float:left;
		margin:0 8px 8px 0;
		padding:0;
		-webkit-transition:all .2s ease;
		-moz-transition:all .2s ease;
		box-shadow:0px 1px 1px rgba(0, 0, 0, .3); -moz-box-shadow:0px 2px 3px rgba(0, 0, 0, .3); -webkit-box-shadow:0px 3px 1px rgba(0, 0, 0, .3); margin-top:5px;
		opacity:0.8;
	}
		a.follow-link:hover { margin-top:0; opacity:1;}
/********************/

/*******Slider********/
.view-sldier {}
.view-sldier .views_jqfx_cycle_pause { display:none;}
.view-sldier .views-field-field-slide-image { height:341px;}
/********************/

.field-name-field-recipe-category ul li {display:inline; margin-right:5px;}


.field-type-image { float:left; margin-left:0px; margin-top: 0px; margin-right: 0px; margin-bottom: 7px; font-size:0; line-height:0;}
.node-full .field-type-image {border:1px solid #f6f6f7;}


#block-views-our-team-block .views-field-field-employee-photo { float:left; margin-right:11px; font-size:0; line-height:0; border:1px solid #fff;}
#block-views-our-team-block .views-row {overflow:hidden; margin-bottom:12px;}
#block-views-our-team-block .views-field-title a { font-weight:bold; text-decoration:none;}


.profile .user-picture { margin-left:20px;}
.profile h3 { overflow:hidden;}

.view-recipes .view-content {overflow:hidden; margin-left: 2px; }
.view-recipes .views-row {float:left; margin: 12px 35px 21px 55px;}
.view-recipes .views-row.last {margin-right:0 !important}
.page-recipes .view-recipes .views-row {
	width:142px;
	margin-right:20px;
	}	
.view-recipes .views-field-title {margin-bottom:5px; margin-top:4px}	
.view-recipes .views-field-title a, .view-recipes .views-field-title {font-size:21px; line-height:25px; color:#388706; text-decoration:none; font-family:"Trebuchet MS", Arial, Helvetica, sans-serif; margin-bottom: 20px; width: auto;}
.view-recipes .views-field-title a:hover {color:#000;}
.page-recipes .views-field-field-photo { height:95px; margin-bottom:15px; margin-right:20px;}

/.page-recipes .views-row.views-row-odd {margin-right:20px;}

.view-recipes .views-field-field-photo {font-size:0; line-height:0; border:1px solid #f6f6f7; }
.view-recipes .views-field-field-photo a {display:block; background:url(../images/magnify.png) center center no-repeat #FFF;}
.page-recipes-1-col .view-recipes .views-row {float:none; overflow:hidden; margin-bottom:45px;}
.page-recipes-1-col .view-recipes .views-row .views-label-body {font-weight:bold; color:#000;}
.page-recipes-1-col .view-recipes .views-row .views-field-title {margin:0;}
.page-recipes-1-col .view-recipes .views-row .views-field-field-photo {float:left; margin-right:18px; width:337px; height:229px;}
.page-recipes-1-col .view-recipes .views-field-created {margin-bottom:6px;}
.page-recipes-1-col .views-field-view-node a {color:#388706; font-weight:bold;}
.page-recipes-1-col .views-field-view-node a:hover {color:#000;}
.page-recipes-1-col .view-recipes .views-row > div {overflow:hidden;}
.page-recipes-2-cols .views-field-field-photo {height:229px; width:337px; margin-bottom:15px;}
.page-recipes-2-cols .views-row.views-row-odd {margin-right:20px;}
.page-recipes-2-cols .view-recipes .views-row {width:337px;}
.page-recipes-3-cols .view-recipes .views-row {width:196px; margin-right:20px;}
.page-recipes-3-cols .view-recipes .views-row .views-field-field-photo {height:131px; width:194px; margin-bottom:15px;}

.th, tr, td {padding: 0.1em 4.7em;}  

.view-recettes-classees .views-field-title a, .view-recettes-classees .views-field-title {font-size:21px; line-height:25px; color:#388706; text-decoration:none; font-family:"Trebuchet MS", Arial, Helvetica, sans-serif; margin-bottom: 20px; margin-left: 5px; width: 317px; }
.view-recettes-classees .views-field-field-photo {font-size:0; line-height:0; border:1px solid #f6f6f7; background:url(../images/ajax-loader.gif) center center no-repeat #121212;}
.view-recettes-classees .views-field-field-photo a {display:block; background:url(../images/magnify.png) center center no-repeat #121212;}
.view-recettes-classees .views-row {float:left; margin: 12px 35px 21px 55px;}
.page-recettes-2-colonnes .views-field-field-photo {height:206px; width:302px; margin-bottom:10px;margin-left:9px;}
.page-recettes-2-colonnes .views-row.views-row-odd {margin-right:20px;}
.page-recettes-2-colonnes .view-recettes-classees .views-row {width:304px;}

.views-row.views-row-odd .views-row-even {margin-right:20px;}
.view-recipes .views-row {width:339px;}

.panels-flexible-4 .panels-flexible-region-inside-last {
    margin-left: 0px;
}  
.panel-pane .pane-node-title {
    margin: 0px;
}
.panels-flexible-4 .panels-flexible-region-inside {
    padding-left: 19px;
}
.panels-flexible-5 .panels-flexible-region-inside {
    padding-left: 1.5em;
}
/******************View Recettes*********************/
.view-recettes .views-field-field-photo {font-size:0; line-height:0; border:1px solid #f6f6f7; background:url(../images/ajax-loader.gif) center center no-repeat #121212; width:302px;}
.view-recettes .views-field-field-photo a {display:block; background:url(../images/magnify.png) center center no-repeat #121212;}
.view-recettes .views-view-grid.cols-2 {margin-top: 20px; }
.view-recettes .panel-1col .panel-col {padding-bottom: 30px; padding-left: 45px; }
.view-recettes .col-2 {padding: 0.1em 3.5em; }
.view-recettes .views-field-title {margin-top: 9px; margin-right: 82px; }
.view-recettes .views-field-title a, .view-recettes .views-field-title {font-size:21px; line-height:25px; color:#388706;               text-decoration:none; font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;}
.view-recettes .views-field-title a:hover {color:#000;}
/***************************************/


.mm-menu.mm-top, .mm-menu.mm-bottom {
    max-width: 600px;
    min-width: 600px;
    width: 100%;
}

/.mm-menu.mm-top {
/    margin auto auto;
/    max-width: 50%;
/    min-width: 50%;
/    width: 100%;
/    overflow:hidden;
/}

/html.mm-opening .mm-menu.mm-front, html.mm-opening .mm-menu.mm-next {
/    transform: translate(400px, 0px);
/}
section.block h2 {
    color: #fff;
    font-size: 24px;
    line-height: normal;
}
section.block {
    margin-bottom: 10px;
    padding-bottom: 15px;
    padding-top: 0px;
    }
#block-simplenews-1146 a {
    color: #fff;
    font-size: 18px;
    outline: medium none;
    min-width: 50%;   
}
.pane-node-field-recipe-category {
    margin-left: 20px;
    margin-bottom: 12px;
}
.pane-node-field-tag-aliments {
    margin-left: 20px;
    margin-bottom: 12px;
}
.pane-node-field-provenance {
    margin-left: 20px;
}
.pane-node-field-histoire-et-culture {
    margin-left: 20px;
}
.pane-node-field-aliments {
    margin-left: 20px;
}
.pane-node-field-texte-provenance {
    margin-left: 20px;
}
.panel-flexible .panel-separator{
    margin: 0 0 0.5em;
}

.panels-flexible-6 .panels-flexible-region-inside {
    padding-left: 0.5em;
}