/* ----------------------------- */
/*   Couleur Kémia V 3   Web2.00 */
/*   MEP : Sept 2011             */
/* ----------------------------- */
/* 1  - Définition globales      */
/* 2  - Fenêtre Modale           */
/* 3  - Header                   */
/* 4  - Menu                     */
/* 5  - Conteneur                */
/* 6  - Contenu                  */
/* 7  - SideBar                  */
/* 7  - Pub                      */
/* 8  - Footer                   */
/* 9  - LightBox                 */
/* 10 - Slide JQuery             */
/* 11 - Formatage medias         */
/* @media handheld, only screen max-width: 800px                    */
/* @media screen and (max-width:640px) and (orientation: landscape) */
/* @media handheld, only screen and (max-width: 640px)              */
/* @media handheld, only screen and (max-width: 639px)              */
/* @mediaprint                                                      */
/* ----------------------------- */
/*       Stucture page           */	
/*	<div id= "conteneur">
		<div id="content">
		</div><!-- fin content -->
		<div id="sidebar">
		</div><!-- fin sidebar -->	
	</div><!-- fin conteneur -->	
	<div id="footer">
	</div><!-- fin footer -->	
/* ----------------------------- */
/*     Définition globales       */
/* ----------------------------- */
body,form,table,tbody,thead,tr,th,td,div,span,h1,h2,h3,h4,h5,h6,form,fieldset,legend,input,label,button,ol,ul,li,dl,dt,dl,dd,br,p,img,a,hr,tt
	{
	padding: 0;
	margin: 0; /* padding à 0 pour Opera */
}

* {
	/*color: black;*/
	text-indent: 0;
	letter-spacing: 0;
}
a img {border: 0;}
.clear { clear: both;}
/* on définit l'overflow de la balise pre à auto pour
 permettre d'afficher des barres de défilement si le texte contenu
  dans cette balise est trop grand */
pre{
	overflow: auto ;
	background: #dea ;
	border: 2px solid #9b2 ;
	padding: 5px 0 0 5px ;
	font-size: 1.2em ;
}
pre span{color: #560 ;}
pre span.comment{color: #b30000 ;}
/* next rule id valid CSS3 only*/
body {
	font: normal 80% "Trebuchet MS", Verdana, Geneva, Tahoma, Helvetica, Sans-Serif;
	color: black;
	text-align: center ;/* Pour IE, afin de centrer les éléments de type block*/
}
/* Alerte pour utilisateur IE6 et 7 */
div.alert-ie6 {
  background: #000;
  margin: 0;
  border: 1px solid #000;
}

div.alert-ie6 p {
 padding: 1em;
 margin: 0 auto;
 background: #900;
 font-size: 1.1em;
 color: #fff;
 text-align: left;
}
div.alert-ie6 a {color: #fff;}
/* ----------------------------- */
/*            Modale             */
/* ----------------------------- */
#mask {
  position:absolute;
  left:0;
  top:0;
  z-index:9000;
  background-color:#000;
  display:none;
}
  
#boxes .window {
  position:absolute;
    width:440px;
  height:1000px;
  display:none;
  z-index:9999;
  padding:20px;
}
#boxes #dialog {
  width:347px; 
  height:381px;
  padding:30px 5px 10px 5px;
  background-color:#ffffff;
  background:url(images/bg_modal_newsletter.jpg) no-repeat 0 0 transparent; 
}
.close {
  float: right; 
  width:100px; 
  height:25px;
  padding-right:0px;
  margin-top:-28px;
}
.close a{
	color : #ffffff;
	text-decoration: none;
}
.form_modal {
  padding-top:308px;
}
.modal_valid {
	background: url("images/img.png") no-repeat top left transparent;
	background-position: 0 -85px; width: 38px; height: 19px;
	/*background: url("images/bt_valid_newsletter.gif") no-repeat 0 0 transparent;*/
	padding: 0 0 20px 8px;
	font-weight: bold; 
	margin-left: 12px; 
	width: 38px; 
	height: 19px; 
	cursor: pointer; 
	color: #000; 
	border: none; 
}
#mail-inscription2{
	padding:0;
	margin: 0px; 
	vertical-align: top; 
	width: 250px; 
	height: 15px; 
	color: #000; 
	border: none; 
}
/* ----------------------------- */
/*            Header             */
/* ----------------------------- */
#header {
	height:96px;
	width:978px;
	background: #fff url("images/header.png") center no-repeat;
	margin:0 auto;
	overflow: hidden; 	
}
#header h1{
	display: block ;
	width: 320px ;
	height: 81px ;	
}
#header h1 a{
	position: relative ;
	display: block ;
	width: 320px ;
	height: 81px ;
	padding-top:5px;
	padding-left:30px;
	z-index:100; 
}
/* ----------------------------- */
/*            Menu             */
/* ----------------------------- */
#header-menu {
	height:55px;
	width:978px;
	background: #fff url("images/bg_menu.png") center no-repeat;
	margin:0 auto;
}
/* Ne sera affiché que pour les mobiles */
#menu_mobile {display:none;width:960px;}
#nav_mobile { width:960px; overflow:hidden;}
	#nav_mobile li {display:inline; line-height:1.6em; white-space:nowrap; font-size:1.5em; font-weight:bold; float:left;}
	#nav_mobile li a {color:#fff; padding:0 10px;	text-decoration: none;}
	#nav_mobile li a span {font-size:0.8em;}
	#nav_mobile li.on a {color:#fff; text-decoration:underline;}
	#nav_mobile li a:hover, #nav_mobile li a:focus, #nav_mobile li.on a:hover, #nav_mobile li.on a:focus {color:#cdcadf; text-decoration:underline;}
#menu {
	height:44px;
	width:960px;
	margin:0 auto;
	background: url("images/sub_menu_bg.jpg") top center;
	z-index:9999;
}
#menu a#rss {
    float: right;
    margin: 5px 2px 0 0;
    text-decoration: none;
}
#menu #recherche {
    float: right;
    height: 35px;
    margin: 8px 0 0 0;
    padding: 0 80px 0 0;
}
#menu #recherche-texte {
	background: url("images/img.png") no-repeat top left;
	background-position: 0 -1230px; width: 156px; height: 22px;
	/*background: url("images/search_input.gif") no-repeat scroll left top #fff;*/
    border: medium none;
    color: #000;
    height: 23px;
    margin: 6px 0 0 0px;
    padding: 0 0 0 20px;
    vertical-align: middle;
    width: 135px;
}
#menu #recherche-submit {
	background: url("images/img.png") no-repeat top left #BCBCBC;
	background-position: 0 -1160px; width: 18px; height: 20px;
    /*background: url("images/search.png") no-repeat scroll left top #BCBCBC;*/
    border: medium none;
    color: #FFFFFF;
    cursor: pointer;
    font-weight: 700;
    height: 20px;
    margin: 6px 0 0;
    padding: 0;
    vertical-align: middle;
    width: 18px;
}
/*Formatage autocompleance */
#tag_update {
        display: block;
        border-left: 1px solid #373737;
        border-right: 1px solid #373737;
        border-bottom: 1px solid #373737;
        position:absolute;
		margin: 0 0 0 34px;
        z-index:1;
}
#tag_update ul {
        margin: 0;
        padding: 0;
        list-style: none;
}
#tag_update li{
        display:block;
        clear:both;
}
#tag_update a {
        width:173px;
        display: block;
        padding: .2em .3em;
        text-decoration: none;
        color: #fff;
        background-color: #1B1B1C;
        text-align: left;
}
#tag_update a:hover{
        color: #fff;
        background-color: #373737;
        background-image: none;
}
#mail-inscription1{
	padding:5px 0 0 18px;
/*	background: url("images/ico.png") no-repeat top left;
	background-position: 0 -550px;*/
	margin: 0px; 
	vertical-align: top; 
	width: 120px; 
	height: 22px; 
	color: white; 
	border: none; 
}
/*          MENU DEROULANT           */
#menu_topnav {
	height:44px;
	width:650px;
}
ul#topnav {
	margin: 0;
	float:left;
	width: 100%;
	list-style: none;
	font-size: 1.3em;
}
ul#topnav li {
	float: left;
	margin: 0; padding: 0;
	position: relative;
}
ul#topnav li a {
	float: left; 
	height: 44px;
	line-height: 46px;
	text-decoration: none;
	color : #fff;
	text-align:center;
	font-weight: bold ;
}
ul#topnav li:hover a, ul#topnav li a:hover { 
	background-position: left bottom; 
	z-index:200;
}
ul#topnav a.nav_78 {
	background: url("images/nav_78.png") no-repeat;
	width: 78px; 
}
ul#topnav a.nav_117_arrow {
	background: url("images/nav_117_arrow.png") no-repeat;
	width: 117px; 
}
ul#topnav a.nav_124 {
	background: url("images/nav_124.png") no-repeat;
	width: 124px; 
}
ul#topnav a.nav_124_arrow {
	background: url("images/nav_124_arrow.png") no-repeat;
	width: 124px; 
}
ul#topnav li .sub {
	position: absolute;	
	z-index:200;
	top: 44px; left: 0;
	float: left;
	display: none;
}
ul#topnav li .bkg_2col{
	background: url("images/bg_submenu_body_2col.png") no-repeat scroll 0 0;
	width:416px
}
ul#topnav li .bkg_3col{
	background: url("images/bg_submenu_body.png") no-repeat scroll 0 0 ;
	width:606px;
}
ul#topnav li .row {clear: both; float: left; width: 100%; margin-bottom: 10px;padding: 20px 20px 20px;}
ul#topnav li .sub ul{
	list-style: none;
	margin: 0; padding: 0;
	width: 150px;
	float: left;
}
ul#topnav .sub ul li {
	width: 100%;
	float: left;
	text-align:left;
}
ul#topnav .sub ul li.rayon {
	width: 100%;
	color: #fff;
}
ul#topnav .sub ul li h2 {
	padding: 0;  margin: 0;
	font-size: 15px;
	/*color: #e8e000;
	font-weight: normal;*/
	text-align:left;
	color: #D7182F;
    font-weight: bold;
}
ul#topnav .sub ul li h2 a {
	padding: 10px 0;
	background-image: none;
	color: #D7182F;
    font-weight: bold;
	/*
	color: #e8e000;
	font-weight: normal;*/
	font-size: 15px;
	text-align:left;
	line-height: 5px;
}
ul#topnav .sub ul li a {
	float: none; 
	z-index:200;
	text-indent: 0; /*--Reset text indent--*/
	height: auto;
	/*background: url("images/navlist_arrow.png") no-repeat 5px 8px;*/
	padding: 7px 5px 7px 15px;
	display: block;
	text-decoration: none;
	color: #000;
	font-size: 12px;
	font-weight: normal;
	text-align:left;
	line-height: 5px;
}
ul#topnav .sub ul li a:hover {color: #fff; background-position: 5px 8px ;	z-index:200;background-color:#D7182F;}
ul#topnav .sub div.bottom {
	clear: both;
	height: 86px;/*37*/
	float: right;
	padding-top:20px;
}
ul#topnav .bkg_2col div.bottom {
    background: url("images/bg_submenu_footer_2col.png") no-repeat scroll 0 0 transparent;
	width:416px;
}
ul#topnav .bkg_3col div.bottom {
    background: url("images/bg_submenu_footer.png") no-repeat scroll 0 0 transparent;
	width:606px;
}
/* ----------------------------- */
/*            Conteneur          */
/* ----------------------------- */
#conteneur {
	width:960px;
	margin:0 auto;
	overflow: hidden; 	
}
#content {
	padding: 10px 0 0 0;
	text-align:left ;
	width: 720px;
	float: left; 
}
#sidebar {
	/*margin-left: 755px; */
	width:206px;
	float:right;
	margin-right: 0;
	padding: 12px 0;
}
/* ----------------------------- */
/*            Content            */
/* ----------------------------- */
#content h1{
	padding-left: 50px ;
	line-height: 25px ;
	font-size: 1.8em ;
	background: url("images/logoH1.png") no-repeat scroll left center transparent;
	/*border-bottom: 1px solid #9b2 ;*/
	color: #9b2 ;
}
#content h2{
	padding-left: 50px ;
	padding-top: 25px ;
	line-height: 25px ;
	font-size: 1.4em ;
	background: url("images/logoH1.png") no-repeat scroll left center transparent;
	color: #9b2 ;
	border-bottom: 1px solid #9b2 ;
}
#content h3{
	margin-left: 50px ;
	padding-left: 15px ;
	border-bottom: 1px solid #9b2 ;
	border-left: 3px solid #9b2 ;
	font-size: 1.25em ;
	color: #9b2 ;
}
#content h3.sidebarTitle{margin-left: 0; padding-left: 0; border-bottom: none ; border-left: none ;color: #fff ;}		
div#content a{color: #8a0 ;}
div#content a:hover{color: #9b2;}
#content p {
    line-height: 1.4em;
    margin: 0 5px 0 5px;
    padding: 5px 10px 0 5px;
    text-align: justify;
    text-indent: 2em;
}

/****** Content >  Index */
#content .ribbon_actu , #content .ribbon_focus, #content .ribbon_video, #content .ribbon_report,#content .ribbon_food_news ,#content .ribbon_day_recipe{
	height:67px;
    font-size: 1.8em;
	text-indent:-1000px;
    margin: 11px 0 10px;
    position: relative;
	float: left;
	display:inline;
    overflow: hidden;
	color:#fff;
	font-weight:bold;
}

#content .ribbon_actu {
	background: url("images/img.png") no-repeat top left;
	background-position: 0 -532px; width: 724px; height: 67px;
    /*background: url("images/bulle_publication.jpg") no-repeat scroll left bottom transparent;*/
	width:720px;
}
#content .ribbon_focus {
	background: url("images/img.png") no-repeat top left;
	background-position: 0 -415px; width: 345px; height: 67px;
    /*background: url("images/bulle_focus.jpg") no-repeat scroll left bottom transparent;*/
	width:340px;
	margin: 0 40px 0 0;
}
#content .ribbon_video {
    background: url("images/bulle_video.jpg") no-repeat scroll left bottom transparent;
	width:340px;
	margin: 0 40px 0 0;
}
#content .ribbon_report {
	background: url("images/img.png") no-repeat top left;
	background-position: 0 -766px; width: 345px; height: 67px;
    /*background: url("images/bulle_reportage.jpg") no-repeat scroll left bottom transparent;*/
	width:340px;
	margin: 0;
}
#content .ribbon_food_news {
	background: url("images/img.png") no-repeat top left;
	background-position: 0 -298px; width: 345px; height: 67px;
    /*background: url("images/bulle_actu.jpg") no-repeat scroll left bottom transparent;*/
	width:340px;
	margin: 0 40px 0 0;
}
#content .ribbon_day_recipe {
	background: url("images/img.png") no-repeat top left;
	background-position: 0 -649px; width: 345px; height: 67px;
    /*background: url("images/bulle_recette_jour.jpg") no-repeat scroll left bottom transparent;*/
	width:340px;
	margin: 0;
}
#content .titre {
	background: url("images/img.png") no-repeat top left;
	background-position: 0 -870px; 
	/*background: url("images/logoH1.png") no-repeat scroll left center transparent;*/
    border-top: 1px solid #E7E7E7;
    margin-bottom: 0;
    padding-top: 10px;
    border-bottom: 1px solid #99BB22;
    color: #99BB22;
    font-size: 1.4em;
    line-height: 25px;
    padding-left: 50px;
}
#content .post {
	width:720px;
    clear: both;
    line-height: 1.5em;
    float: left;
    height: auto !important;	
	overflow: hidden;
}


#content .thumb_right {
float:left;
padding-top:2px;
margin-right:15px;
}

#content .post .post-meta , #content .entry_preview .preview-meta{
    background-color: #FFFCC9;
    border-radius: 6px 6px 6px 6px;
    box-shadow: 4px 4px 8px #555555;
    margin: 5px 10px 5px 180px;
    padding: 5px 10px 1px;
}
#content .entry_preview .preview-meta{
	margin: 5px 10px 5px 150px;
	height:30px;
}
#content .post .post-meta p, #content .entry_preview .preview-meta p{ 
	text-indent: 0 ; 
	margin:0 0 5px 0;
	padding:0;
	font-size:0.83em;
	line-height: 1.3em;
	}
#content .post .h3_recette {
	font-size: 1.25em ;
	color: #9b2 ;
	font-weight: bold; 
}	
#content .post-meta a, #content .preview-meta a , #content .post .h3_recette a{text-decoration: none;}
#content .post-meta a:hover, #content .preview-meta a:hover, #content .post .h3_recette a:hover{font-weight: bold ;}
#content .meta_comment, #content .preview_comment {	
	float: right; 
	text-indent: 22px ;
}
#content .more {
	font-weight:700;
	text-align:right;
	display:block;
}

#content .entry_preview, #content .news_preview {
    border-bottom: medium none;
    display: inline;
    float: left;
    height: auto !important;
	margin: 0 40px 0 0;
    overflow: hidden;
    padding-bottom: 20px;
    width: 340px;
}
#content .even {
	margin: 0;
}
#content .entry_preview .titre {
    height: 50px;
}
*#content .news_preview  .titre {
    border-top: none;
    margin-top: 0;

}
#content .thumb_preview{	
	float:left;
	padding-top:2px;
	margin-right:15px;
	width:138px;
    overflow: hidden;
    position: relative;
}
#content .thumb_video{	
	width:268px;
	margin-left:35px;
}
/*** Content > Définition pagination ***/
div#content .news_older {
	background: url("images/img.png") no-repeat top left;
	display:inline;
	float:left;
	width:188px;
	height:40px;
	text-indent:-1000px;
}
div#content a.news_older {
	background-position: 0 -949px;
	width: 188px; height: 48px; 
	/*background: url("images/old_news.png") no-repeat top left;
	background-position: 0 0;*/
}
div#content a.news_older:hover {
	background-position: 0 -1000px; width: 188px; height: 48px; 
	/*background: url("images/old_news.png") no-repeat top left;
	background-position: 0 -51px;*/
}

.thumb_paginate {
	display:inline;
	float:right;
	text-align: justify ;
	line-height: 1.7em ;
	color: #9b2 ;
	padding:10px 5px 0 10px;
	 clear: both;
}
.paginate {	font-size: 1em;}
a.paginate {
	border: 1px solid #9b2;
	padding: 2px 6px 2px 6px;
	text-decoration: none;
	color: #000080;
}
a.paginate:hover {
	color:  white;
	background: #dea; 
	text-decoration: underline;
}
a.current {
	border: 1px solid #9b2;
	font-weight: bold ;
	font-size: 1em;
	padding: 2px 6px 2px 6px;
	cursor: default;
	background:#dea; 
	text-decoration: none;
}
span.inactive {
	border: 1px solid #999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .7em;
	padding: 2px 6px 2px 6px;
	color: white;
	cursor: default;
}
/****** Contenu > Page liens ******/
.faviconize {
	width:16px;
	height:16px;
	vertical-align:middle;
	border:0;
}
/****** Contenu > Pages >Formatage table ******/
table.formatable {
  width: 100%;
  margin: 1em 0;
}
table.formatable th, table.formatable td {
  text-align: left;
  padding: 5px 8px;
}
table.formatable th {
  background: #ddd;
  -moz-border-radius-topleft:6px; /* for Firefox */
  -moz-border-radius-topright:6px; /* for Firefox */
  -webkit-border-top-right-radius: 6px;  /* for Safari */
  -webkit-border-top-left-radius: 6px;  /* for Safari */
	border-top-right-radius:6px;
	border-top-left-radius:6px;
}
table.formatable td {
  border-bottom: 1px solid #ddd;
}
table.formatable td a
{
	color: #fff ;
	text-decoration: none ;
}
table.formatable td a:hover
{
	color: #9b2;
	font-weight: bold;
	text-decoration: underline;
}

/****** Contenu > Pages >Formatage formulaire ******/
#formulaire .field {
  padding-bottom: 10px;
  white-space: nowrap;
  width: 350px;
}
#formulaire .status {
  padding-top: 2px;
  padding-left: 8px;
  vertical-align: top;
  width: 250px;
  white-space: nowrap;
}
#formulaire label {
	display: inline-block; 
	padding-bottom: 1px; 
	vertical-align: 3px; 
	width: 150px; 
	border-bottom: #c6c0ac 1px dotted;
}
form {padding:0;margin: 0; }
fieldset {	padding: 0;	margin: 0; }
textarea {
	padding: 4px;
	background: white; 
	vertical-align: 3px; 
	width: 255px; 
	color: #333;
    -moz-box-shadow: 8px 8px 12px #aaa;  
    -webkit-box-shadow: 8px 8px 12px #aaa;  
    box-shadow: 8px 8px 12px #555;  
}
#formulaire input {
	background: white; 
	vertical-align: 3px; 
	width: 255px; 
	color: #333;
    -moz-box-shadow: 8px 8px 12px #aaa;  
    -webkit-box-shadow: 8px 8px 12px #aaa;  
    box-shadow: 8px 8px 12px #555;  
}
#formulaire select {
	background: white; 
	vertical-align: 3px; 
	width: 255px; 
	color: #333;
    -moz-box-shadow: 8px 8px 12px #aaa;  
    -webkit-box-shadow: 8px 8px 12px #aaa;  
    box-shadow: 8px 8px 12px #555;  
}
#formulaire .submit {
	background: url("images/img.png") no-repeat top left;
	background-position: 0 -226px; width: 85px; height: 22px;
	/* background: url("images/btn-submit.png") no-repeat top left;*/	
	display: block; 
	font-weight: bold; 
	font-size: 0.9em; 
	padding-bottom: 3px; 
	margin: 5px 0px 0px 180px; 
	border-style: none; 
	cursor: pointer; 
	color: white; 
	height: 22px; 
	width: 85px; 
    -moz-box-shadow: 0px 0px 0px #aaa;  
    -webkit-box-shadow: 0px 0px 0px #aaa;  
    box-shadow: 0px 0px 0px #555; 
}
#formulaire .submit:hover {
	background-position: 0 -154px; width: 85px; height: 22px;
	/*background: url("images/btn-submit-hover.png") no-repeat top left;*/
	}
#formulaire p {line-height: 1.7em; margin-top:15px;}
a.aide {text-decoration: none;}	/*** Mise en forme des bulles d'aide ***/
a.aide img {margin: 0;padding: 0;border: 0;}	/*** Mise en forme de l'image des bulles d'aide ***/
a.aide:hover {cursor: help;}	/*** Le curseur de la souris change d'aspect quand il passe au-dessus d'une bulle d'aide ***/
.focus {background: beige;}	/*** Mise en avant des champs en cours d'utilisation ***/
.normal {background: white;color: black;	}/*** Retour à l'état normal après l'utilisation ***/
.hidden {display : none;}
/*highlight form */
.over{background-color:#f0f0f0;}
.out{background-color:transparent;}

/****** Content > accesrefuse et erreur ******/
#error {
	background: url("images/error.gif") no-repeat top; 
	min-height: 360px;
	font-weight: bold ;
	font-size: 2.5em ;
	padding: 180px 70px 0 75px;
	text-align: center ;
}
/*** Content > post ***/
#content .post .post-meta-full p { 
	text-indent: 0 ; 
	margin-right:0;
	margin-left:0;
	padding:0;
	font-size:0.83em;
	line-height: 1em;
	}
#content .post .post-meta-full  ul{
	display: block;
	list-style: none outside none;
	margin: 4px 0 12px;
	padding: 0 0 9px;
	text-indent: 0 ; 
	font-size:0.83em;
	line-height: 1em;
}
#content .post .post-meta-full ul li{
   border-right: 1px solid #E6E6E6;
    float: left;
    padding: 0 8px;
}
#content .post .post-meta-full ul li a{text-decoration: none;}
#content .post .post-meta-full ul li a:hover{font-weight: bold ;}	
/*** Content > recipe ***/
#content .recipe-meta , #content .post-meta-full{
    background-color: #FFFCC9;
    border-radius: 6px 6px 6px 6px;
    box-shadow: 4px 4px 8px #555555;
    margin: 5px 10px 5px 5px;
    padding: 5px 10px 1px;
}
#content .recipe-meta  p{
text-indent:0;
}
#content  .info_recette{ 
	color: #9b2 ;
	font-weight: bold; 
	padding-top: 10px;
	padding-bottom: 10px;
}
#content  .info_recette ul{
	list-style-type: none ;
}
#content  .info_recette ul li{
	float: left ;
	color: #9b2 ;
 }
 
#content  .difficulte1{ 
	background: url("images/img.png") no-repeat top left;
	background-position: 0 -1365px; width: 71px; height:15px; 
}
#content  .difficulte2{ 
	background: url("images/img.png") no-repeat top left;
	background-position: 0 -1378px; width: 71px; height:15px; 
}
#content  .difficulte3{ 
	background: url("images/img.png") no-repeat top left;
	background-position: 0 -1391px; width: 71px; height:15px; 
}
#content  .difficulte4{ 
	background: url("images/img.png") no-repeat top left;
	background-position: 0 -1404px; width: 71px; height:15px; 
}
#content  .difficulte5{ 
	background: url("images/img.png") no-repeat top left;
	background-position: 0 -1417px; width: 71px; height:15px; 
}
#content  .cout1{ 
	background: url("images/img.png") no-repeat top left;
	background-position: 0 -1448px; width: 60px; height:15px; 
}
#content  .cout2{ 
	background: url("images/img.png") no-repeat top left;
	background-position: 0 -1461px; width: 60px; height:15px; 
}
#content .cout3{ 
	background: url("images/img.png") no-repeat top left;
	background-position: 0 -1474px; width: 60px; height:15px; 
}
#content  .cout4{ 
	background: url("images/img.png") no-repeat top left;
	background-position: 0 -1487px; width: 60px; height:15px; 
}

.pied_post	 
{
	text-align: justify ;
	line-height: 1.7em ;
	color: #9b2 ;
	padding:10px 5px 0 10px;
}
#content .pied_post a{text-decoration: none;}
#content .pied_post a:hover {	font-weight: bold ;}
ul.menu_horizontal{
	height: 18px ;
	margin: 0 ;
	padding: 0 ;
	list-style-type: none ;
}
ul.menu_horizontal li{
	float: left ;
	text-align: center ;
}
ul.menu_horizontal li a {text-decoration: none ;}
#content .imp_img {
	background: url("images/img.png") no-repeat top left;
	background-position: 0 -1096px; width: 15px; height: 14px;
	/*background: url("images/print.png") no-repeat top left;*/
	float: left; 
	width: 140px; 
	height: 15px; 
	text-align: right ;
}
#content .send_friend {
	background: url("images/img.png") no-repeat top left;
	background-position: 0 -1302px; width: 14px; height: 11px;
	/*background: url("images/send.png") no-repeat top left;*/
	width: 145px; 
	height: 15px; 
	margin-right: 15px;
}
#content .post2pdf {
	background: url("images/ico_pdf.png") no-repeat top left;
	width: 170px; 
	height: 15px; 
	margin-right: 15px;
}
.recette{text-align: justify ;
	background-color: #fffcc9;
	padding: 5px 10px 5px;
	margin:5px 10px 5px 5px;
	-webkit-border-radius: 6px;    /* for Safari */
	-moz-border-radius: 6px;       /* for Firefox */
    -moz-box-shadow: 4px 4px 8px #aaa;  
    -webkit-box-shadow: 4px 4px 8px #aaa;  
    box-shadow: 4px 4px 8px #555; }
.recette_light{text-align: justify ;	padding: 5px 10px 5px;}
#content .titre_recette h2
{
	text-align: justify ;
	line-height: 1.7em ;
	font-weight: bold ;
	font-size:1.25em;
	color: #ff6600 ;
	background:none;
	border:none;
	padding-left:0;
	padding-top:10px;
}
.soustitre_recette
{
	text-align: justify ;
	line-height: 1.7em ;
	font-weight: bold ;
	margin-top:20px;
}
.review
{
	display:none;
}
.ingredient
{
	text-align: justify ;
	line-height: 1.7em ;
	font-weight: bold ;
	font-style: italic ;
	min-height: 215px;
}
.pied_post	 
{
	text-align: justify ;
	line-height: 1.7em ;
	color: #9b2 ;
	padding:10px 5px 0 10px;
}
#content .image_gauche 
{
	float: left; 
	margin: 6px 6px 6px 0;
	border: none;
}
#content .image_droite
{
	margin: 1px 1px 1px 1px;
	background-color: #fff;
}
#content .blocphoto
{
	float: right; 
	background-color: #fff;
	height: 215px;
	width: 143px;
	margin-top: 3px;
	margin-right: 3px;
}
.flash{
position:relative;
width:150px;
height:241px;
top:5px;
overflow:hidden;  /*on met cette propriété en commentaire pour voir ou sont positionnées nos images.
border:5px solid #C7C7C7;*/
} 
.image1{
position:absolute;
right:-255px; /*en dehors de l'image pour le faire apparaitre de droite à gauche*/
top:0px;
z-index:2;
}
.image0{
z-index:1;
}
/****** content > Page Commentaire ******/
#content #commentaires {clear: both; 	margin-top: 20px;}
#content .commentaire {clear: both; 	margin-top: 20px;}
#content .commentaire-contenu {
	padding: 5px 10px 12px;
	margin-left: 90px; 
	background-color: #f7f7f7;
	-webkit-border-radius: 6px;    /* for Safari */
	-moz-border-radius: 6px;       /* for Firefox */
    -moz-box-shadow: 8px 8px 12px #aaa;  
    -webkit-box-shadow: 8px 8px 12px #aaa;  
    box-shadow: 8px 8px 12px #555;  
}
#content .commentaire-post {
    line-height: 1.4em;
    margin: 0 5px;
	padding:10px 0 10px 0;
}
#content .commentaire-date {padding: 0; margin: 0 0 5px; color: #7e7e7e; }
#content .commentaire .commentaire-img {float: left;}
#content .commentaire .gravatar {margin-right:0px; padding:3px; border:1px solid #ddd;}
#content .commentaire-contenu p {	padding: 6px 9px 2px 8px; margin: 0; }
#content .commentaire-bottom {
	margin-top: 3px; 
	padding-bottom: 3px; 
	text-align: right;
	min-height: 6px; 
}
/****** Contenu > Page SendFriend ******/
#sendfriend {padding:10px; margin-left: 40px;}
/****** Contenu > Page Index_Recette ******/
.dishalpha {	display: inline-block; }
.dishmenu {
	display: inline-block; 
	font-weight: bold; 
	padding-bottom: 3px; 
	margin: 0px 0px 10px 10px; 
	width: auto ;
}
.dishmenu ul li {
	display: block; 
	float: left; 
	margin: 5px ;
}
.dishmenu a{
	display: block; 
	overflow: hidden; 
}
.dishmenu li a{
	width: 77px; 
	height: 75px ;
	background:url("images/bt.png") no-repeat; 
}
a#survol_kemia {	background-position: 0 -750px; }
a#survol_entree {background-position: 0 -250px; }
a#survol_viande {background-position: -127px -250px; }
a#survol_poisson {background-position: 0 -1500px; }
a#survol_dessert {background-position: 0 0; }
a#survol_legume {background-position: 0 -1000px; }
a#survol_fruit {background-position: 0 -500px; }
a#survol_soupe {background-position: 0 -1750px; }
a#survol_verre {background-position: -127px 0; }
a#survol_pate {background-position: 0 -1250px; }
a#survol_cocotte {background-position: -127px -1502px;}
a:hover#survol_kemia {background-position: 0 -875px; }
a:hover#survol_entree {background-position: 0 -375px; }
a:hover#survol_viande {background-position: -127px -375px; }
a:hover#survol_poisson {	background-position: 0 -1625px; }
a:hover#survol_dessert {	background-position: 0 -125px;} 
a:hover#survol_legume {background-position: 0 -1125px; }
a:hover#survol_fruit {background-position: 0 -625px; }
a:hover#survol_soupe {background-position: 0 -1875px;} 
a:hover#survol_verre {background-position: -127px -125px; }
a:hover#survol_pate {background-position: 0 -1375px; }
a:hover#survol_cocotte {background-position: -127px -1625px;}
a#survol_pn{background-position: -127px -750px;}
a#survol_spain {	background-position: -127px -1000px;}
a#survol_italie {background-position: -127px -500px;}
a#survol_thai {background-position: -127px -1250px;}
a:hover#survol_pn {background-position: -127px -875px;}
a:hover#survol_spain {background-position: -127px -1125px;}
a:hover#survol_italie {background-position: -127px -625px;}
a:hover#survol_thai { background-position: -127px -1375px;}	
#hide {margin-bottom: 20px;}
ul.menu_ingredient li label {
	display: inline-block; 
	padding-bottom: 1px; 
	vertical-align: 3px; 
	width: 145px; 
	border-bottom: #c6c0ac 1px dotted;
	text-align: left;
	text-indent: 15px ;
}
ul.menu_ingredient{
	width: 550px ;
	height: 18px ;
	margin: 0 ;
	padding: 0 ;
	list-style-type: none ;
	clear:both; width: 100%; overflow: auto; height: 1%; /*important permet à la div de s'agrandir règle bug IE7 */
}
ul.menu_ingredient li{	float: left ;width: 180px ;}

ul#menu_alpha{ margin: 0; padding: 0; list-style-type: none ;}
ul#menu_alpha li{
	float: left ;
	text-align: center ;
	letter-spacing: 2px ;
	font-size: 1.8em ;
}
ul#menu_alpha li a{font-weight: bold ; text-decoration: none ;}
/****** Contenu >  slider thème et pays*/
/*  Boîte Caption*/ 
.boxgrid{
position:relative;
/*border:solid 3px #363636;*/
width:690px;
height:200px;
overflow: hidden; 
float:left;
background:#ffffff; 
margin:0px;
}

.boxgrid img{ 
position: absolute; 
top: 0; 
left: 0; 
border: 0; 
}
.boxgrid_image{
display:none;
}

/*  Légende cachée */ 
.boxcaption {
position:absolute;
top:0px;
left:690px;/*important pour IE6 et 7*/
height:200px;
width:200px;
background-color: #000000;
padding:5px;
opacity:0.8;
filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);  /*  IE 5-7 */  
-MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)"; /*  IE 8 */  
}

.boxcaption_titre{
color:#ffffff;
margin:0 0 5px 0px;
padding:0px;
font-size:1.8em; /* = 18 pixels */
}	

.boxcaption_texte{
color:#ffffff;
margin:0px;
padding:0px;
font-size:1.1em; /* = 11 pixels */
}	
.liste{
clear:both;
}
/* ----------------------------- */
/*            SideBar            */
/* ----------------------------- */
#sidebar #newsletter {
  width:209px; 
  height:315px;
  background-color:#ffffff;
  background:url(images/cadre_news_letter.jpg) no-repeat 0 0 transparent; 
}
#sidebar #facebook, #sidebar #twitter {
	width:193px; 
	height:58px;
	display:block;
	margin: 20px 0 20px 8px;
}
#sidebar #inscription {
    height: 35px;
    margin: 8px 10px 0 0;
    padding: 0 7px 0 0;
}
#sidebar #mail-inscription1 {
    color: #000;
	background-color:#fff;
	border:none;
	height: 17px;
    margin: 230px 0 0 20px;
    vertical-align: middle;
    width: 145px;
}
#sidebar #newslet-submit1 {
    background: url("images/img.png") no-repeat top left;
	background-position: 0 0; width: 104px; height: 35px;
	/*ackground: url("images/bt_inscription.png") no-repeat scroll left top ;*/
    border: medium none;
    cursor: pointer;
    vertical-align: middle;
    width: 104px;
	height:35px;
	margin: 8px 0 0 30px;
}
#sidebar #nbabonne {
	margin-top: 265px;
	font-weight: bold;
}
/*Formatage include five_recipe  et nuage*/
#sidebar #recipe_focus, #sidebar #nuage, #sidebar #archive{
	margin: 20px 0 20px 0;
}
#sidebar #list_recipe_focus, #sidebar #list_nuage{
	background: url("images/cadre_nuage_corps.gif") repeat-y center;
	text-align: center;
}
#sidebar #list_nuage{
	padding:0 5px 0 5px;
	line-height: 1.7em;
}
#sidebar #list_nuage a{
	color: #88AA00;
	text-decoration: none;
}
#sidebar #list_nuage a:hover{color: #9b2;text-decoration: underline;}
#sidebar #img_recipe_focus{
	margin-left:auto;
	margin-right:auto;
	width:138px;
}
li.sidebarPost{overflow: hidden; position: relative; margin-bottom: 10px;}
li.sidebarPost img{
    filter:progid:DXImageTransform.Microsoft.Alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
}
li.sidebarPost:hover img{
    filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
    -moz-opacity: 1;
    opacity: 1;
}			
h3.sidebarTitle{position: absolute; display: block; width: 100%; background: url(images/overlay.png) 0 0 repeat; bottom: 4px;}				
h3.sidebarTitle span{display: block; padding: 5px; color: #fff;}

/* Paramétrage des liens paragraphe menudroite */
ul.lien{
	list-style-type: none ;
	margin: 0  ;
	padding: 0 ;
}
ul.lien li{
	color: #8a0 ;
	margin: 0  ;
	padding: 0 ;
 }
ul.lien li a.readnext {	font-weight: bold;float: right;}
ul.lien li a{color: #8a0 ;	text-decoration: none;}
ul.lien li a:hover{color: #9b2;font-weight: bold;}

/*Formatage archive */
#sidebar #list_archive{
	background: url("images/cadre_archive_corps.gif") repeat-y center;
	padding-left: 20px;
	text-align: left;
}
#sidebar .archivesboutton {
	font-weight: bold;
	height: 36px;
	padding-top: 7px;
}
a.lien  {
	text-decoration: none;	
	color:#88AA00;
}
/* ----------------------------- */
/*         Pub                */
/* ----------------------------- */
#header_pub {
    float: right;
	width: 468px ;
	height: 50px ;
	padding: 15px 15px 0 0;
	z-index:100; 
}
#sidebar #sidebar_pub {
  width:230px; 
  height:230px;
  margin-left:-20px;
}
#index_pub {
  margin-bottom:10px;
}
/* ----------------------------- */
/*         Footer                */
/* ----------------------------- */

#footer  {
	height:370px;
	width: 979px;
	margin: 0 auto;
	background: #fff url("images/footer.png") 50% no-repeat;
	text-align:left ;	
	position: relative; /* permet le positionnement en absolu du footer_info */
}
div#footer #footer_info  { /* bloc sorti du flux pour positionnement en absolu en fonction de la box footer*/
    font-weight: normal;
	color:#fff;
	position: absolute;
	top: 320px;
	left:20px;
}
div#footer  a {color:#fff;text-decoration: none;}
div#footer  a:hover {font-weight: bold;}
div#footer  ul  li{color:#fff; text-indent:15px;font-weight: normal;}

#footer .footer_col1, #footer .footer_col2, #footer .footer_col3 , #footer .footer_col4 {
    display: inline;
    float: left;
    height: auto !important;
    overflow: hidden;
    width: 212px;
	margin: 0 10px 0 20px;
	color:#fff;
	font-weight: bold;
}
#footer .footer_col1 {
    padding-top: 160px;
}
#footer .footer_col2 {
    padding-top: 135px;
}
#footer .footer_col3 {
    padding-top: 80px;
}
#footer .footer_col4 {
    padding-top: 30px;
}
/**
 * jQuery lightBox plugin
 * This jQuery plugin was inspired and based on Lightbox 2 by Lokesh Dhakar (http://www.huddletogether.com/projects/lightbox2/)
 * and adapted to me for use like a plugin from jQuery.
 * @name jquery-lightbox-0.5.css
 * @author Leandro Vieira Pinho - http://leandrovieira.com
 * @version 0.5
 * @date April 11, 2008
 * @category jQuery plugin
 * @copyright (c) 2008 Leandro Vieira Pinho (leandrovieira.com)
 * @license CC Attribution-No Derivative Works 2.5 Brazil - http://creativecommons.org/licenses/by-nd/2.5/br/deed.en_US
 * @example Visit http://leandrovieira.com/projects/jquery/lightbox/ for more informations about this jQuery plugin
 */
#jquery-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
}
#jquery-lightbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}
#jquery-lightbox a img { border: none; }
#lightbox-container-image-box {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}
#lightbox-container-image { padding: 10px; }
#lightbox-loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
#lightbox-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
#lightbox-container-image-box > #lightbox-nav { left: 0; }
#lightbox-nav a { outline: none;}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
	width: 49%;
	height: 100%;
	zoom: 1;
	display: block;
}
#lightbox-nav-btnPrev { 
	left: 0; 
	float: left;
}
#lightbox-nav-btnNext { 
	right: 0; 
	float: right;
}
#lightbox-container-image-data-box {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
	padding: 0 10px 0;
}
#lightbox-container-image-data {
	padding: 0 10px; 
	color: #666; 
}
#lightbox-container-image-data #lightbox-image-details { 
	width: 70%; 
	float: left; 
	text-align: left; 
}	
#lightbox-image-details-caption { font-weight: bold; }
#lightbox-image-details-currentNumber {
	display: block; 
	clear: left; 
	padding-bottom: 1.0em;	
}			
#lightbox-secNav-btnClose {
	width: 66px; 
	float: right;
	padding-bottom: 0.7em;	
}
/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> global settings needed for thickbox <<<-----------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
/* *{padding: 0; margin: 0;} */
/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox specific link and font settings <<<------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_window {
  font: 12px Arial, Helvetica, sans-serif;
  color: #333333;
}
#TB_secondLine {
  font: 10px Arial, Helvetica, sans-serif;
  color:#666666;
}
#TB_window a:link {color: #666666;}
#TB_window a:visited {color: #666666;}
#TB_window a:hover {color: #000;}
#TB_window a:active {color: #666666;}
#TB_window a:focus{color: #666666;}
/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox settings <<<-----------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_overlay {
  position: fixed;
  z-index:100;
  top: 0px;
  left: 0px;
  height:100%;
  width:100%;
}
.TB_overlayMacFFBGHack {background: url(macFFBgHack.png) repeat;}
.TB_overlayBG {
  background-color:#000;
  filter:alpha(opacity=75);
  -moz-opacity: 0.75;
  opacity: 0.75;
}
* html #TB_overlay { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}
#TB_window {
  position: fixed;
  background: #ffffff;
  z-index: 102;
  color:#000000;
  display:none;
  border: 4px solid #525252;
  text-align:left;
  top:50%;
  left:50%;
}
* html #TB_window { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}
#TB_window img#TB_Image {
  display:block;
  margin: 15px 0 0 15px;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  border-top: 1px solid #666;
  border-left: 1px solid #666;
}
#TB_caption{
  height:25px;
  padding:7px 30px 10px 25px;
  float:left;
}
#TB_closeWindow{
  height:25px;
  padding:11px 25px 10px 0;
  float:right;
}
#TB_closeAjaxWindow{
  padding:7px 10px 5px 0;
  margin-bottom:1px;
  text-align:right;
  float:right;
}
#TB_ajaxWindowTitle{
  float:left;
  padding:7px 0 5px 10px;
  margin-bottom:1px;
}
#TB_title{
  background-color:#e8e8e8;
  height:27px;
}
#TB_ajaxContent{
  clear:both;
  padding:2px 15px 15px 15px;
  overflow:auto;
  text-align:left;
  line-height:1.4em;
}
#TB_ajaxContent.TB_modal{
  padding:15px;
}
#TB_ajaxContent p{
  padding:5px 0px 5px 0px;
}
#TB_load{
  position: fixed;
  display:none;
  height:13px;
  width:208px;
  z-index:103;
  top: 50%;
  left: 50%;
  margin: -6px 0 0 -104px; /* -height/2 0 0 -width/2 */
}
* html #TB_load { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}
#TB_HideSelect{
  z-index:99;
  position:fixed;
  top: 0;
  left: 0;
  background-color:#fff;
  border:none;
  filter:alpha(opacity=0);
  -moz-opacity: 0;
  opacity: 0;
  height:100%;
  width:100%;
}
* html #TB_HideSelect { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}
#TB_iframeContent{
  clear:both;
  border:none;
  margin-bottom:-1px;
  margin-top:1px;
  margin-bottom:1px;
}

/****** Slideshow JQuery ******/
/****** Content >  Slideshow*/
#container_slider_img {width:720px;height:240px;background:#fff;position:relative;  z-index:-1000;}
#container_slider_img .pagination-no {z-index:3;position:absolute;bottom:0;}
#container_slider_img .pagination-no a {color:#e5e5e5;margin:5px;width:18px;height:22px;display:block;float:left;padding:8px 0 0 12px;text-decoration:none;}
#container_slider_img .pagination-no .off {background:url("images/bt_nav.png") no-repeat 0 0;}
#container_slider_img .pagination-no .on {background:url("images/bt_nav.png") no-repeat 0 -30px;}
.slider_img {float:left;width:720px;height:240px;margin:0;overflow:hidden;}
.slider_img a {color:#19171a;text-decoration:none;}
.slider_img .javascript_css {position:relative;z-index:3;width:720px;padding:20px;margin:200px auto;background:#e5e5e5;display:none;}
.slider_img .titlebar {z-index:3;width:340px;height:30px;position:absolute;bottom:40px;background:#e5e5e5;color:#19171a;padding:10px 0 0 10px;font-family:"Trebuchet MS",arial,sans-serif;font-size:14px;}
.slider_img .pagination {z-index:3;position:absolute;bottom:0;left:0;}
.slider_img .pagination a {color:#e5e5e5;margin:5px;width:18px;height:22px;display:block;float:left;padding:8px 0 0 12px;}
.slider_img .pagination .off {background:url("images/bt_nav.png") no-repeat 0 0;}
.slider_img .pagination .on {background:url("images/bt_nav.png") no-repeat 0 -30px;}
.slider_img .prev {z-index:2;width:64px;position:absolute;left:20px;top:200px;}
.slider_img .next {z-index:2;width:64px;position:absolute;right:20px;top:200px;}
.slider_img .prev a, .slider_img .next a {display:none;}
.slider_img .prev img, .slider_img .next img {width:64px;}
.slider_img .slider {float:left;position:relative;width:720px;margin:0;padding:0;list-style-type:none;z-index:1;overflow:hidden;}
.slider_img ul {position:relative;margin:0;padding:0;list-style-type:none;z-index:1;overflow:hidden;}
.slider_img li {float:left;display:inline;width:720px;margin:0;padding:0;overflow:hidden;}
.slider_img div {margin:0;padding:0;}

/****************************************/
/*       Spécial Mobile                 */
/****************************************/
/****** Ecran type Iphone (640) à Ipad (785) ******/
@media handheld, only screen and (max-width: 800px) {
 /* passer tous les éléments de largeur fixe en largeur automatique */ 
	 body, #header, #header-menu, #menu, #conteneur, #content, #footer { 
	   width: auto !important; 
	   margin: auto !important; 
	   padding: auto !important; 
	 } 
	 /* fixer une largeur maximale  de 100 % aux éléments potentiellement problématiques */ 
	 img, table, td, blockquote, code, pre, textarea, input, iframe, object, embed, video { 
	   max-width: 100% !important; 
	 } 
	 
	 /* gestion des mots longs */ 
	 textarea, table, td, th, code, pre, samp { 
	   word-wrap: break-word; /* césure forcée */ 
	 } 
	 code, pre, samp { 
	   white-space: pre-line; /* passage à la ligne spécifique pour les éléments à châsse fixe */ 
	 } 

	.body {
		width: 100%;
		margin-left: 0px;
		margin-right: 0px;
		padding-left: 0px;
		padding-right: 0px;
	}
	#header-menu {background-image:none;	 background-color:#78ae07;}
	#container_slider_img, #footer .footer_col4 ,#menu a#rss ,#menu #recherche, .twitter-share-button , iframe {display:none;}
	#content .post {height:auto; width:340px; margin:0 8px 15px 0; float:none;display:block; overflow:hidden;}
	#content .post .post-meta{padding-bottom:15px;}
	#content .post .thumb_right {margin-bottom:5px; max-width:100%;}
	#content .entry_preview,#content .news_preview  {height:auto; float:none; display:block; margin:8px 8px 8px 0; overflow:hidden; padding-bottom:0;}
	#content .entry_preview.odd, #content .entry_preview.even ,#content .news_preview.odd, #content .news_preview.even {clear:none;}
	#content .entry_preview .thumb, #content .entry_preview .left {float:left; display:inline; margin:0 8px 8px 0; padding-bottom:0; border:none; max-width:50%}
	#content .entry_preview .more {margin-bottom:8px;}
	#content .ribbon_actu {background: url("images/mobile/m_bulle_publication.jpg") no-repeat scroll left bottom transparent; width:340px;}
	#content .ribbon_focus, #content .ribbon_video, #content .ribbon_food_news { margin: 0;}
}

@media screen and (max-width:640px) and (orientation: landscape) { 
  body {  	
   -webkit-text-size-adjust: 70%; 
  } 
} 
@media handheld, only screen and (max-width: 640px){
#footer .footer_col1,#footer .footer_col2 ,#footer .footer_col3 { margin: 0; width:205px;}
#menu_mobile {display:block; width:auto;overflow:hidden;clear:none;}	
#menu {display:none;}	
#nav_mobile {display:inline; height:auto; width:auto; padding-left:0; background:#000; margin-left:0;}
	#nav_mobile li {font-size:1.5em;}
	#nav_mobile li a {padding:0 8px;}
	#nav_mobile li.on a {color:#cdcadf;}
}
/****** Ecran maxi 639 px (mais taillé pour 320px) ******/
@media handheld, only screen and (max-width: 639px){
	#header h1 a{padding:0;margin:0;}
	#content .entry_preview,#content .news_preview,#content .post  {width:auto;}
	#header_pub, #index_pub,#sidebar,.no_mob {display:  none;}
	#footer  {height:auto;width: auto;background-image:none;	 background-color:#78ae07;}
	#footer .footer_col1,#footer .footer_col2 ,#footer .footer_col3 { padding: 0;}
	div#footer #footer_info  {	position: static;margin:0;padding:0;float:left;background-color:#78ae07;}
	#content h1{padding-left: 0;}
	#content .ribbon_actu {background: none;}
	#content .ribbon_focus,#content .ribbon_video, #content .ribbon_food_news { margin: 0;}
	#content .ribbon_actu , #content .ribbon_focus, #content .ribbon_video, #content .ribbon_report,#content .ribbon_food_news ,#content .ribbon_day_recipe{
		background: none; width:320px;height:67px;text-indent:0px;float:none; clear:none;}
	#content .indextitle  {background: url("images/mobile/m_bg_titre.jpg") repeat-x scroll left bottom transparent;}
	#content .orange_title {border-bottom: 2px solid #ff761d;}
	#content .green_title {border-bottom: 2px solid #94c132;}
	#content .orange_title h1{background: url("images/mobile/m_bg_title_orange.jpg") repeat-x scroll left bottom transparent; margin-left:10px;}
	#content .green_title h1{background: url("images/mobile/m_bg_title_green.jpg") repeat-x scroll left bottom transparent; margin-left:10px;}	
}
/****** Style pour l'impression ******/
@media print {
	 * {
		background: none! important;
		color: #111 ! important;
	}
	html {
		 width:100%
	}
	body {
		background: #fff; 
		color: black;
	}
	#header-menu, #container_slider_img, #sidebar, #footer .footer_col1, #footer .footer_col2, #footer .footer_col3, #footer .footer_col4 , h3.sidebarTitle , #commentaires, .post .pied_post, form#formulaire{
		display: none;
	}
	#content .post {	float: none !important;}
	#content {float: none !important;	overflow: visible;}
	#content {
		margin-left: 10%;
		width: auto;
		margin: 0 5%;
		padding: 0;
		border: 0;
		float: none !important;
		color: black;
		background: transparent none;
	}
	#content a {	text-decoration: none; font-weight: bold;}
	#content a:link:after, #content a:visited:after {content: " (" attr(href) ") "; font-size: 90%;}
	#content {
		margin: 0px;
		border: none;
		float: none !important;
		}
	h1, h2 {page-break-before: auto;}
	p {page-break-inside: avoid;}
}
