/*
	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;
}
#membre_recettes .apercu_recette .detail {
	width:341px;
}
.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 #conteneur_titre {
	margin:0 15px 6px 15px;
}

#recette_detail #conteneur_titre h1 {
	display:inline;
	margin:0;
	padding-right:5px;
}

#recette_detail #conteneur_titre iframe {
	position:relative;
	top:5px;
}

#recette_detail .signature {
	margin-bottom:10px;
}


/* Évaluer */
#recette_detail .evaluer {
	position:relative;
	width:285px; /* Important pour IE6 */
	border-top:2px solid #f3f2ef;
	padding:9px 0 0 15px;
	margin:0 0 8px 0;
}

#recette_detail .evaluer ul {
	overflow:hidden;
	height:1%; /* Pour IE6 */
	background:#fff;
	font-size:0.923em;
	line-height:1.3em;
}

#recette_detail .evaluer li {
	float:left;
	width:18px;
	padding-right:4px;
}

#recette_detail .evaluer li label {
	display:block;
	height:16px;
	background:url(../images/ul/boutons/etoile.gif) no-repeat 0 0;
	cursor:pointer;
}
#recette_detail .evaluer li.off label {
	background-position:0 bottom;
}

#recette_detail .evaluer li label span {
	display:none;
}

#recette_detail .evaluer ul input {
	position:absolute;
	left:-999%; /* On ne cache pas en display:none, sinon le label ne click pas le radio dans les IE */
}

#recette_detail .evaluer .loading {
	display:none;
	position:absolute;
	top:20px;
	left:135px;
}

#recette_detail .evaluer .total {
	margin-top:4px;
	font-size:1.17em;
	line-height:1.2em;
	font-weight:bold;
	color:#323232;
}

#recette_detail .evaluer .cote_visiteur {
	margin-top:1px;
	font-size:0.917em;
	line-height:1.2em;
}


#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;
}
