
/*
 * Cadre générale recettes
 */
 
#cadre_recette{
	width: 656px;
	background: #EAE6DA;
	padding-top: 10px;
	overflow: auto;
}

#cadre_recette h1{
	color: #FF6D00;
	font-size: 23px;
	font-weight: normal;
	margin: 2px;
}



/*
 * Bloc titre Envoyer à un ami / Imprimer la page...
 */
 
#haut_recette{
        margin: 0;
        padding: 5px 0 0 0;
	background: url(/i/go/detail_recette_haut.jpg) no-repeat;
	height: 17px;
	width: 656px;
	text-align: right;
	clear: both;
}

#haut_recette img{
	vertical-align: text-bottom;
}

#haut_recette a
{
	font-family: verdana, sans-serif;
	font-weight: bold;
	font-size: 10px;
	text-decoration: underline;
	color: #524842;
	margin-right: 25px;
}

#recette_content{
	background: #FFFFFF;
	margin: 0px 10px 0px 10px;
	padding: 15px 20px 15px 20px;
}







/*
 * Bloc fil d'ariane
 */
 
#treenav{
	font-size: 10px;
}



/*
 * Bloc titre du contenu
 */
 
#bloc_titre{
	margin: 20px 0px 20px 0px;
}

#bloc_titre h1{
	margin-top: 0px;
}

#bloc_titre img {
  border: 0;
}


/*
 * présentation contenu
 */
 
#contenu_illust{
	width: 188px;
	float: left;
	margin-bottom: 20px;
}

#contenu_desc{
	margin-left: 208px;
}

#contenu_desc hr{
	/* border: 1px solid #DFDACC; */
	border: 0;
	height: 1px;
	margin: 10px 0 10px 0;
	padding: 0;
	color: #DFDACC;
        background-color: #DFDACC;
}


#contenu_avatar {float: left; margin-right: 10px;}

#contenu_desc a{
	font-weight: bold;
}


/*
 * Blocs galerie de photos
 */

#guide_photos{
	border: 2px solid #EAE6DA;
	clear: both;
	padding: 15px 0px 15px 15px;
}


#guide_photos ul{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

#guide_photos ul h3{ 
	margin: 0px;
	font-size: 14px;
	font-weight: bold;
}

#guide_photos ul li{
	float: left;
	height: 20px;
	position:relative;
	width: 140px;
}

#guide_photos ul a:link			{color:#524842; font-weight: bold; text-decoration: underline; position: absolute; bottom:5px;}
#guide_photos ul a:visited	{color:#524842; font-weight: bold; text-decoration: underline;}
#guide_photos ul a:hover		{color:#524842; font-weight: bold; text-decoration: none;}


#liste_miniatures{
	clear: both;
	padding-top: 5px;
}

#liste_miniatures img{
	border: 0px;
	margin: 0px 8px 0px 0px;
}

#btn_photo_video{
	float: right;
}

#btn_photo_video img{
	margin: 5px 10px 5px 0px;
	border: 0px;
}


/*
 * Detail contenu
 */
 
#contenu_detail{
	margin: 15px 0px 10px 20px;
	width: 450px;
}
#contenu_detail a{
	font-weight: bold;
}

#contenu_detail p{
  margin-top: 10px;
}

/*
 * Recettes posteur
 */

#recette_posteur{
	margin: 15px 0px 20px 5px;
	font-size: 10px;
}

#recette_posteur h3{
	margin: 0 0 8px 0;
	font-size: 12px;
	font-weight: bold
}

#recette_posteur ul{
	margin: 0 0 0 5px;
	padding: 0px;
	list-style-type: none;
	/* list-style-image: url(/i/go/list_type.gif); */
}

#recette_posteur ul a{
	font-weight: bold;
}

#recette_posteur ul li {
	background: url(/i/go/list_type.gif) no-repeat 0 5px;
	line-height: 12px;
	margin: 5px 0 0 0;
	padding: 0 0 0 10px;
}

/*
 * Bloc de liens vers les pages
 */
 
#liens_pages{
	position: absolute;
	bottom: 0px;
	right: 0px;
	font-weight: bold;
	padding: 0px 15px 5px 15px;
	color: #FF6D00;
}

#liens_pages img{
	vertical-align: middle;
}

#liens_pages a{
	color: #524842;
}




/*
 * Tableau de resultats
 */

#result_header{
	width: 596px;
	height: 61px;
	background: url(/i/go/bg_contenu_tab_header.jpg);
	position: relative;
	color: #FFFFFF;
	font-weight: bold;
}

#result_header_titre{
	padding: 10px 0px 0px 10px;
}

#result_header h3{
	font-size: 14px;
	margin: 0px 0px 5px 0px;
}

/* corrige un bug de border-collapse sous firefox */
#result_tab_border{
	border: 3px solid #9A8171;
	border-top: 0px;
}

.result_tab{
	border: 0px;
	border-collapse: collapse;
	width: 590px;
}

.result_tab tr{
	height: 45px;
}

.result_tab td{
	margin: 0px;
	padding: 0px;
}

.result_tab .pair{
	background: #F6F3EB;
}

.result_tab .recette_link{
	padding-left: 15px;
}

.result_tab .recette_link a{
	font-weight: bold;
}


.result_tab .recette_note{
	text-align: right;
	font-size: 10px;
	color: #998070;
	width: 200px;
	padding-right: 10px;
}

.result_tab .recette_note img{
	vertical-align: text-bottom;
}

.result_tab .recette_note a{
	font-weight: bold;
	color: #524842;
}

/*
 * Bloc "Voir aussi"
 */
 
#titre_voir_aussi{
	font-size: 14px;
	font-weight: bold;
	padding: 5px 0px 5px 15px;
	background: #EAE6DA;
	clear: both;
	margin: 20px 0px 0px 0px;
}

#voir_aussi{
	border: 10px solid #EAE6DA;
	background: #fff;
	border-top: 0px;
	padding: 10px 10px 10px 10px;
	clear: both;
	margin: 0px 0px 10px 0px;
}

#voir_aussi h2{
	font-size: 10px;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
        line-height: 18px;
}

#voir_aussi a:link{			color:#524842; font-size: 11px; text-decoration: underline;}
#voir_aussi a:visited{	color:#524842; font-size: 11px; text-decoration: underline;}
#voir_aussi a:hover{		color:#524842; font-size: 11px; text-decoration: none;}





/*
 * Bloc commentaires
 */
 
#titre_commentaires{
	background: url(/i/go/bg_titre_commentaires.jpg);
	height: 30px;
	margin-top: 15px;
}

#nb_commentaires{
	float: left;
	height: 30px;
	line-height: 30px;
}

#nb_commentaires h3{
	margin: 0px 0px 0px 10px;
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
}

#lnk_commentaires{
	margin-left: 415px;
	height: 30px;
	line-height: 30px;
}

#lnk_commentaires a{
	color: #2EC2ED;
	font-weight: bold;
}

#list_comment{
	border: 3px solid #2EC2ED;
	border-top: 0px;
}

#list_comment .commentaire{
	padding: 15px;
}

#list_comment .illust{
	margin: 0px 10px 10px 0px;
	float: left;
}

#list_comment .separ{
	width: 590px;
	height: 13px;
}

#list_comment .liens{
	color: #998070;
	font-size: 10px;
}

#list_comment .liens a{
	color: #524842;
	font-weight: bold;
}

/*
 * Bloc bouton haut de page
 */
 
#back_top{
	padding: 15px 0px 15px 0px;
	text-align: right;
}

/* Acces par catégorie */
#acces_cat{
	border-top: 10px solid #D6D1C2;
	border-left: 10px solid #D6D1C2;
	border-right: 10px solid #D6D1C2;
	/* border-bottom: 10px solid #D6D1C2; */
	padding: 10px 8px 10px 15px;
	margin: 0;
	/* overflow: auto; */
	/* clear: both; */
	background: #EAE6DA;
}

#acces_cat h3{
	font-size: 12px;
	font-weight: bold:
	margin: 0 0 8px 0;
        padding: 0;
        display: inline;
} 

#acces_cat .liens_accces_cat{
	width: 150px;
	float: left;
        line-height: 17px;
        margin: 10px 0 0 0;
        padding: 0;
}

#acces_cat a{
	color: #524842;
}

#contenu_avatar { border: 0; }

a.more_recipes, a:hover.more_recipes { font-weight: bold; font-size: 11px; line-height: 30px; color: #000; padding-left: 18px; text-decoration: none; }

/* rating block */
#starrating {
  margin-bottom: 12px;
}
/* end rating block */


/* Folder template */
#folder_summary {
  /*text-align: center;*/
  margin-bottom: 15px;
  margin-top: -15px;
}

#folder_summary a {
  display: block;
  background: url(/i/go/sq_bullet.gif) left 3px no-repeat;
  padding: 0 0 0 10px;
}

#folder_summary a, #folder_summary a:visited {
  font-weight: bold;
  font-size: 12px;
  text-decoration: none;
}

#folder_summary a:hover {
  text-decoration: underline;
}

#folder_summary a.folder_on, #folder_summary a.folder_on:visited, #folder_summary a.folder_on:hover {
  color: #CE4217;
  text-decoration: underline;
}
/*
#folder_summary ul {
  margin: -15px 0 15px 0;
  padding: 0;
  height: 30px;
}

#folder_summary ul li {
  list-style: none;
  font-size: 15px;
  font-weight: bold;
  float: left;
  height: 25px;
  padding: 5px 12px 0 0;
  margin: 0 10px 0 0 ;
  background: url(/i/go/sq_bullet.gif) right no-repeat;
}

#folder_summary ul li.nobullet {
  background: none;
  padding: 5px 0 0 0;
  margin: 0;
}

#folder_summary ul li.folder_on a, #folder_summary ul li.folder_on a:visited, #folder_summary ul li.folder_on a:hover{
  height: 25px;
  padding-top: 5px;
  color: #CE4217;
  border-bottom: 2px solid #CE4217;
  text-decoration: none;
}

#folder_summary ul li a, #folder_summary ul li a:visited{
  text-decoration: none;
  font-family: verdana, sans-serif;
}

#folder_summary ul li a:hover {
  border-bottom: 2px solid #FF6D00;
  text-decoration: none;
}
*/
#folder_content {
  width: 450px;
}

#folder_content img.float {
  float: left;
  margin: 10px 10px 10px 0;
}

#folder #starrating {
  float:right;
  margin-bottom: 0;
}

/***** Frontpage menu 
#folder_summary_frontpage {
  position: relative;
  text-align: left;
  height: 1px;
}

#folder_summary_frontpage ul li {
  background: none;
  padding: 0 0 0 10px;
  float: none;
  margin: 0;
  height: 21px;
  font-size: 16px;
  list-style: none;
  font-weight: bold;
  background: url(/i/go/frontpage_bullet.jpg) no-repeat 0 6px;
}

#folder_summary_frontpage ul li.folder_on {
  background: none;
}


#folder_summary_frontpage ul {
  height: auto;
  margin: 0;
  position: absolute;
  top: -323px; 
  _top: -325px; 
  left: 190px;
  _left: 233px;
}

#folder_summary_frontpage ul li a, #folder_summary_frontpage ul li a:visited {
  color: #CAE176;
  height: 17px;
  text-decoration: none;
}

#folder_summary_frontpage ul li a:hover { 
  text-decoration: underline;
}
 *****/

#folder_summary_frontpage {
  position: relative;
  text-align: left;
  height: 1px;
}

#folder_summary_frontpage ul li {
  background: none;
  padding: 0 0 0 10px;
  float: none;
  margin: 0;
  padding: 0 0 0 18px;
  width: 170px;
  font-size: 13px;
  list-style: none;
  font-weight: bold;
  background: url(/i/go/tick.gif) no-repeat 0 1px;
}

#folder_summary_frontpage ul li.folder_on {
  background: none;
}


#folder_summary_frontpage ul {
  height: auto;
  margin: 0;
  position: absolute;
  top: -290px; 
  _top: -300px; 
  left: 210px;
  _left: 250px;
}


#folder_summary_frontpage ul li a, #folder_summary_frontpage ul li a:visited {
  color: #F60;
  height: 17px;
  text-decoration: none;
}

#folder_summary_frontpage ul li a:hover { 
  text-decoration: underline;
}

