/*
	CSS pour Québec maritime - Recettes
	Emilie - egzakt.com
	2010/03/09
*/


/* APERÇU FICHE D'UNE RECETTE
-----------------------------------------*/
.apercu_recette img.photo {
	float:left;
	width:100px;
}

.apercu_recette .detail {
	float:right;
}
.apercu_recette .detail_sans_photo {
	float:none;
}
.resultats .apercu_recette .detail {
	width:305px;
}
.resultats .apercu_recette .detail_sans_photo {
	width:420px;
}
.resultats_type .apercu_recette .detail { /* Pour la recherche */
	width:479px;
}
.resultats_type .apercu_recette .detail_sans_photo { /* Pour la recherche */
	width:594px;
}

.apercu_recette .intro {
	margin-bottom:10px;
}

.apercu_recette .detail table {
	border:0;
	width:100%;
}

.apercu_recette .detail th {
	color:#264F90;
	font-weight:normal;
	text-align:left;
	vertical-align:top;
	width:133px;
	padding-bottom:2px;
}

.apercu_recette .detail td {
	color:#122335;
	padding-bottom:2px;
}


/* DÉTAIL D'UNE RECETTE
-----------------------------------------*/
#recette_detail .signature {
	margin-bottom:10px;
}

#recette_detail #commanditaire h4,
#recette_detail #conseil_chef h4 {
	font-size:1.17em;
	line-height:1.1em;
	font-weight:bold;
	color:#122335;
	margin:0 0 2px 0;
}

#recette_detail #commanditaire {
	background-color:#f5f7ee;
	padding:8px 15px;
	margin-bottom:15px;
}

#recette_detail #conseil_chef {
	background-color:#ecf5fa;
	padding:8px 15px;
	margin-bottom:15px;
}