h2{
margin-bottom:15px;
}


/*************************  STYLE LORSQU'AUCUNE RECETTE N'EST SELECTIONNEE ***************************/
.lien_liste_recette
{
	text-decoration:none;
	padding-left:15px;
	background:url(../img/commun/interface/petite_fleche.gif) left 4px no-repeat;
	height:12px;
	line-height:15px;
}

.lien_liste_recette:hover
{
	color:#D157B5;
}

/*************************  FIN DU STYLE LORSQU'AUCUNE RECETTE N'EST SELECTIONNEE ***************************/


/*************************  STYLE LORSQU'UNE RECETTE EST SELECTIONNEE ***************************/
.img_pres_lightbox{	border:0px;}

#difficulte_cout{float:right;}

.difficulte
{
	float:left;
	height:33px;
	width:26px;
	margin-left:10px;
	background:url(../adm/recettes/img/toque.gif) left top no-repeat;
}

.economie
{
	float:left;
	height:27px;
	width:26px;
	margin-left:10px;
	margin-top:5px;
	background:url(../adm/recettes/img/euro.gif) left top no-repeat;
}

.infos_recette
{
	padding-left:30px;
	height:20px;
	line-height:20px;
	background:url(../img/commun/interface/contact/fleche.gif) left 2px no-repeat;
	vertical-align:middle;
}

#igredients,
#methode_preparation
{margin-top:20px;}

#igredients *,
#methode_preparation *
{text-align:justify;}

#documents{	margin-top:20px;}

#infos_recette_impr{
margin-left:10px;
}