/*
 * Cadre générale recettes
 */
 
#cadre_recette{
	width: 656px;
	background: #EAE6DA;
	padding-top: 10px;
	overflow: auto;
}

.bloc h1{
	color: #FF6D00;
	margin: 0;
	padding: 0;
}

.clh1 {
	color: #FF6D00;
	font-size: 23px;
	font-weight: normal;
	margin: 2px 0 2px 0;
	padding: 0;
	display: block;
	text-decoration: none;
}

.clh2 {
	margin: 0;
	padding: 8px 0 6px 0;
	display: block;
	font-size: 12px;
	font-weight: bold;
	text-decoration: underline;
}

hr { margin: 0; padding: 0; }
/*
 * Doubles colonnes recettes
 */
 
#recettes_col_gauche{
	float: left;
	width: 318px;
}

#recettes_col_gauche_1{
	background: #FFFFFF; 
	background-repeat: no-repeat; 
	background-position: top right;
	height: 171px;
        margin: 0;
        padding: 0;
}

#recettes_col_gauche_2{
	height: 260px;
	background: #FFFFFF;
	_height: 290px;
}

#recettes_col_gauche_3{
	height: 470px;
	background: #FFFFFF;
}
  
#recettes_col_droite{
	margin-left: 328px;
}

#cadre_recette .bloc{
	padding: 13px 12px 15px 12px;
	margin-bottom: 10px;
	overflow: auto;
}

#cadre_recette .bloc h2{
	margin: 0px;
	padding: 0 0 6px 0;
	font-size: 12px;
	font-weight: bold;
	text-decoration: underline;
}

#cadre_recette .illustration{
	float: left;
	margin: 10px 10px 10px 0px;
}

#recettes_col_gauche_1 .bloc_desc{
	display:block;
	margin: 0;
	padding: 0;
}
#recettes_col_gauche_2 .bloc_desc{
	display:block;
	margin: 0;
	padding: 0;
}
#recettes_col_gauche_3 .bloc_desc{
	display:block;
	margin: 0;
	padding: 0;
}

#cadre_recette .bloc hr{
	border: 1px dotted #DFDACC;
	height: 1px;
	clear: both;
	margin-bottom: 1px;
}

#cadre_recette .bloc img{
	border: 0px;
}

#cadre_recette .bloc a:link{color: #524842; font-size: 12px; font-weight: bold; text-decoration: underline;}
#cadre_recette .bloc a:visited{color: #524842; font-size: 12px; font-weight: bold; text-decoration: underline;}
#cadre_recette .bloc a:hover{color: #524842; font-size: 12px; font-weight: bold; text-decoration: none;}

#bloc1 a:link{color: #524842; font-size: 12px; font-weight: bold; text-decoration: underline;}
#bloc1 a:visited{color: #524842; font-size: 12px; font-weight: bold; text-decoration: underline;}
#bloc1 a:hover{color: #524842; font-size: 12px; font-weight: bold; text-decoration: none;}

#bloc2 a:link{color: #524842; font-size: 12px; font-weight: bold; text-decoration: underline;}
#bloc2 a:visited{color: #524842; font-size: 12px; font-weight: bold; text-decoration: underline;}
#bloc2 a:hover{color: #524842; font-size: 12px; font-weight: bold; text-decoration: none;}

#bloc3 a:link{color: #524842; font-size: 12px; font-weight: bold; text-decoration: underline;}
#bloc3 a:visited{color: #524842; font-size: 12px; font-weight: bold; text-decoration: underline;}
#bloc3 a:hover{color: #524842; font-size: 12px; font-weight: bold; text-decoration: none;}

/*
 * Recettes Publiees / Recettes Favorites
 */

#rp_rf{
	background: #FFFFFF;
	margin-left: 10px;
	padding: 0;
	clear: both;
}

#rp{
	padding: 0;
	float: left;
	width: 302px;
	margin: 10px 0px 10px 10px;	
}

#rf{
	padding: 0;
	float: left;
	width: 302px;
	margin: 10px 0px 10px 15px;
}

#rp ul, #rf ul {
  margin: 10px 0 10px 0;
  padding: 0 0 0 10px;
  list-style-type: none;
}

#rp li, #rf li {
  margin: 3px 0 0 0;
  padding: 0;
  line-height: 14px;
  list-style-type: none;
}

#rp_rf h2{
	margin: 0px;
	font-size: 12px;
	font-weight: bold;
}

#rp_rf a{
	color: #524842;
}





/*
 * Bloc "Voir aussi"
 */
 
#titre_voir_aussi{
	font-size: 14px;
	font-weight: bold;
	padding: 5px 0px 5px 15px;
	background: #D6D1C2;
	clear: both;
	margin: 10px 0px 0px 10px;
}

#voir_aussi{
	border: 10px solid #D6D1C2;
	border-top: 0px;
	padding: 10px;
	clear: both;
	margin: 0px 0px 0px 10px;
}

#voir_aussi h2{
	font-size: 10px;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}

#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;}




#blocs3{
	background: url(/i/go/bg_3blocs.jpg) #D6D1C2;
	background-repeat: repeat-x;
	margin: 10px 0px 0px 0px;
	padding: 0 0 0 10px;
}

.bloc_de3{
	background: url(/i/go/bg_page_cornee2.jpg) #FFFFFF;
	background-repeat: no-repeat;
	background-position: top right;
	/*padding: 15px 10px 15px 10px;*/
}

.bloc_de3_marge{
	margin: 15px 10px 15px 10px;
	position: relative;
}

.bloc_de3_desc{
	position: absolute;
	top: 70px;
}

#blocs3 h2{
	margin: 0px;
	font-size: 12px;
	font-weight: bold;
	text-decoration: underline;
}


#bloc1, #bloc2, #bloc3{
	float: left;
	width: 205px;
	height: 270px;
	margin-bottom: 0;
	padding: 0;
}

#bloc2, #bloc3{
	margin-left: 10px;
}


#blocs3 .illust_bloc{
	margin: 0px 10px 10px 0px;
	border: 0;
}

/* 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;
}